home *** CD-ROM | disk | FTP | other *** search
/ The Best of Mecomp Multimedia 1 / Mecomp-CD.iso / amiga / tools / misc / sysprotector / lock < prev    next >
Text File  |  1996-12-21  |  305b  |  19 lines

  1. Echo ""
  2. if exists data/1
  3.  Echo " System-Protector ist"
  4.  Echo "  bereits aktiviert!"
  5.  EndCLI >NIL:
  6. endif
  7.  
  8. if exists data/0
  9.  Rename data/0 to data/1
  10.  Echo " System-Protector ist"
  11.  Echo " -    AKTIVIERT!    -"
  12.  Rename SYS:C to SYS:sypro
  13.  EndCLI >NIL:
  14. endif
  15.  
  16. Echo " Code nicht vorhanden!"
  17. Wait 4
  18. EndCLI >NIL:
  19.