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

  1. ; SysProtector Remove-Utility v40.01 (21.12.96)
  2. ; Copyright ©1996 by Amiga-Team Rain, Germany
  3.  
  4. Echo ""
  5. Echo "--- ATR System-Protector REMOVER  v40.01 ---"
  6. Echo " Copyright ©1996 by Amiga-Team Rain, Germany"
  7. Echo ""
  8. if exists SYS:SysProtector
  9. Echo "Dieses Script entfernt den SysProtector. [Y] startet die De-Installation,"
  10. Ask "durch [N] wird dieses Script abgebrochen.                         [Y]/[N]"
  11. if not warn
  12.  ENDCLI >NIL:
  13. endif
  14.  
  15. Echo ""
  16. Delete >NIL: SYS:S/startup-sequence 
  17. Rename SYS:S/startup-sequence.org to SYS:S/startup-sequence
  18. Delete >NIL: SYS:SysProtector ALL
  19. Delete >NIL: SYS:SysProtector.info
  20. Ask ">OK. Der System-Protector wurde erfolgreich entfernt.            [RETURN]"
  21. EndCLI >NIL:
  22. endif
  23.  
  24. Echo "Das Verzeichnis SYS:SysProtector ist nicht vorhanden, oder trägt die fal-"
  25. Ask "sche Bezeichnung. REMOVE wird abgebrochen.                       [RETURN]"
  26. EndCLI >NIL:
  27.  
  28.