home *** CD-ROM | disk | FTP | other *** search
- ; $VER: MakeBootDisk 1.0 (4.11.94)
-
- IF NOT 37 VAL GT $Workbench ;min 2.0
-
- ECHO " This script requires an empty and installed disk named 'Boot'."
- ECHO " It's also necessary that DiskSpare is already installed on the"
- ECHO " disk you've booted from. Also see 'DOC.guide/Hints'."
- ECHO " Siehe auch DOK.guide/Tips&Tricks."
-
- MAKEDIR Boot:c
- MAKEDIR Boot:devs
- MAKEDIR Boot:s
-
- COPY c:assign boot:c/Assign
- COPY c:copy boot:c/Copy
- COPY c:diskchange boot:c/DiskChange ;required for HD drives only
- COPY c:execute boot:c/Execute
- COPY c:makedir boot:c/Makedir
- COPY c:mount boot:c/Mount
- COPY QuietTD boot:c
- COPY devs:diskspare.device boot:devs/diskspare.device
- COPY Mountlist.mbd boot:devs/Mountlist
-
- COPY startup1.mbd boot:s/Startup-Sequence
- COPY startup2.mbd boot:s
- ECHO " MakeBootDisk finished"
-
- ENDIF
-
- ENDCLI
-