home *** CD-ROM | disk | FTP | other *** search
- ; Make a BibleScrambleDemo BOOT DISK for single drive machines
- ram:copy c:echo ram:
- ram:echo "Copying files to RAM: ..."
- ram:copy c:dir ram:
- ram:copy c:list ram:
- ram:copy c:makedir ram:
- ram:copy c:install ram:
- ram:copy c:assign ram:
- ram:copy c:run ram:
- ram:copy c:delete ram:
- ram:copy c:cd ram:
- ram:copy c:wait ram:
- ram:copy c:endcli ram:
- ram:copy c:loadwb ram:
- ram:copy devs:narrator.device ram:
- ram:copy libs:icon.library ram:
- ram:copy libs:translator.library ram:
- ram:copy l:disk-validator ram:
- ram:copy l:ram-handler ram:
-
- ram:echo ""
- ram:echo "Making a BibleScramble DEMO Boot Disk ..."
- ram:cd ram:
- ram:makedir DEMO:l
- ram:makedir DEMO:libs
- ram:makedir DEMO:c
- ram:makedir DEMO:devs
-
- ram:copy narrator.device DEMO:devs
- ram:copy icon.library DEMO:libs
- ram:copy translator.library DEMO:libs
- ram:copy disk-validator DEMO:l
- ram:copy ram-handler DEMO:l
- ram:copy echo DEMO:c
- ram:copy dir DEMO:c
- ram:copy list DEMO:c
- ram:copy cd DEMO:c
- ram:copy wait DEMO:c
- ram:copy endcli DEMO:c
- ram:copy assign DEMO:c
- ram:copy run DEMO:c
- ram:copy loadwb DEMO:c
- ram:install df0:
-
- ram:echo ""
- ram:echo "Deleting files on RAM: disk ..."
- ram:delete ram:copy
- ram:delete ram:echo
- ram:delete ram:dir
- ram:delete ram:list
- ram:delete ram:makedir
- ram:delete ram:install
- ram:delete ram:run
- ram:delete ram:wait
- ram:delete ram:endcli
- ram:delete ram:loadwb
- ram:delete ram:narrator.device
- ram:delete ram:icon.library
- ram:delete ram:translator.library
- ram:delete ram:disk-validator
- ram:delete ram:ram-handler
-
- ram:cd DEMO:SCRAMBLE
- ram:assign SYS: DEMO:
- ram:assign c: DEMO:c
- ram:delete ram:assign
- ram:delete ram:cd
- ram:delete ram:delete
-
- echo ""
- echo "All done. Reboot to run BibleScrambleDemo..."
- wait 4
- endcli > nil: ;used for iconX
-