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

  1. ; SysProtector Install-Utility v40.01 (21.12.96)
  2. ; Copyright ©1996 by Amiga-Team Rain, Germany
  3.  
  4. Echo ""
  5. Echo "--- ATR System-Protector INSTALLER v40.01 ---"
  6. Echo " Copyright ©1996 by Amiga-Team Rain, Germany"
  7. Echo ""
  8. if exists SYS:SysProtector
  9. Echo "Dieses Script installiert den SysProtector. [Y] startet die Installation,"
  10. Ask "durch [N] wird dieses Script abgebrochen.                         [Y]/[N]"
  11. if not warn
  12.  ENDCLI >NIL:
  13. endif
  14.  
  15. Echo ""
  16. Echo "Ihre org. Startup-Sequence wird nun umbenannt. Der Inhalt bleibt unverän-"
  17. Echo "dert! Wenn Sie den System-Protector mit dem REMOVE-Utility entfernen,wird"
  18. Ask "der ursprüngliche Zustand wiederhergestellt.                     [RETURN]"
  19. Echo ""
  20. Rename SYS:S/startup-sequence to SYS:S/startup-sequence.org
  21. Copy data/startup-sequence to SYS:S/startup-sequence
  22. Echo ">OK. Der System-Protector wird durch das LOCK-Icon aktiviert. Stellen Sie"
  23. Ask "sicher, daß Ihr Code, wie im Guide beschrieben, gespeichert ist. [RETURN]"
  24. EndCLI >NIL:
  25. endif
  26.  
  27. Echo "Achtung! Kopieren Sie bitte zuerst das komplette SysProtector-Verzeichnis"
  28. Echo "auf Ihre Workbench-Partion, bevor Sie dieses Script starten! Für das Ver-"
  29. Ask "zeichnis benötigen Sie 250kb freien Festplatten-Speicher.        [RETURN]"
  30. EndCLI >NIL:
  31.