home *** CD-ROM | disk | FTP | other *** search
/ Amiga Special: Spiele Hits / Hits-CD.iso / apc&tcp / demoversionen / skimmers / reboot < prev    next >
Encoding:
Text File  |  1997-10-30  |  394 b   |  16 lines

  1.  
  2. Echo " This Script will rename your S:Startup-Sequence to S:Startup-Sequence_real"
  3. Echo " and will then copy its startup-sequence to S:"
  4. Echo ""
  5. Echo " As soon as you quit Skimmers, your old Startup-Sequence will be put back"
  6. Echo " to normal."
  7. Echo ""
  8. Ask " Is that OK?"
  9. If not warn
  10.  Echo "Abort"
  11.  Quit
  12. Endif
  13. Rename s:startup-sequence s:startup-sequence_real
  14. Copy Startup-Sequence S:
  15. Reboot_
  16.