home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AMOS PD CD
/
amospdcd.iso
/
251-275
/
apd257
/
examples
/
make_bootable2.script
< prev
next >
Wrap
Text File
|
1991-07-03
|
2KB
|
201 lines
pen "3"
cecho "A MegaDOS Example File"
echo " "
cecho "2 Drive Make Bootable"
echo " "
cecho "----------------------"
echo " "
pen "1"
wait "100"
cecho "Please Insert a COPY of Workbench1.3 in ANY drive...."
cecho "and Press A Key"
Waitkey
waitkey
cd "Workbench1.3:"
echo " "
cecho "Please Insert a Disk called Empty in ANY drive...."
cecho "and Press A Key"
waitkey
echo " "
pen "3"
cecho "Making Destination directories...."
pen "1"
echo " "
makedir "Empty:C"
makedir "Empty:S"
makedir "Empty:L"
makedir "Empty:Devs"
makedir "Empty:Libs"
echo " "
pen "3"
cecho "Copying some files into the `C' Directory...."
pen "1"
echo " "
copy "c/LoadWB" to "Empty:c/LoadWB"
copy "c/EndCLI" to "Empty:c/EndCLI"
copy "c/Echo" to "Empty:c/Echo"
copy "Utilities/more" to "Empty:c/More"
echo " "
pen "3"
cecho "Copying some files into the `L' Directory...."
pen "1"
echo " "
copy "l/Disk-Validator" to "Empty:l/Disk-Validator"
copy "l/Ram-Handler" to "Empty:l/Ram-Handler"
copy "l/Speak-Handler" to "Empty:l/Speak-handler"
echo " "
pen "3"
cecho "Copying some files into the `Libs' Directory...."
pen "1"
echo " "
copy "libs/Icon.Library" to "Empty:Libs/icon.Library"
copy "Libs/Info.Library" to "Empty:Libs/Info.Library"
copy "Libs/Translator.Library" to "Empty:Libs/Translator.Library"
echo " "
pen "3"
cecho "Copying some files into the `Devs' Directory...."
pen "1"
echo " "
copy "Devs/System-Configuration" to "Empty:Devs/System-Configuration"
copy "Devs/Printer.Device" to "Empty:Devs/Printer.Device"
copy "Devs/Narrator.Device" to "Empty:Devs/Narrator.Device"
echo " "
pen "3"
cecho "Creating Startup-Sequence......."
pen "1"
echo " "
copy "Megabase:Examples/Startup-Sequence" to "Empty:s/Startup-sequence"
pen "3"
echo " "
cecho "Now all you have to do is install it using Workbench!"
cecho "-----------------------------------------------------"
pen "1"
cecho "And once it's Loaded........ RENAME It!"
echo " "
wait "100"
end
echo " "
pen "3"
wait "200"
echo "goodbye! Press Any Key!"
waitkey
end