home *** CD-ROM | disk | FTP | other *** search
-
- Echo " This Script will rename your S:Startup-Sequence to S:Startup-Sequence_real"
- Echo " and will then copy its startup-sequence to S:"
- Echo ""
- Echo " As soon as you quit Skimmers, your old Startup-Sequence will be put back"
- Echo " to normal."
- Echo ""
- Ask " Is that OK?"
- If not warn
- Echo "Abort"
- Quit
- Endif
- Rename s:startup-sequence s:startup-sequence_real
- Copy Startup-Sequence S:
- Reboot_
-