home *** CD-ROM | disk | FTP | other *** search
- echo " "
- echo " Welcome to a Batch file that makes a Bootable disk for you"
- echo " If you want to FORMAT a disk then all you need to do is type"
- echo " Yes at the prompt. You'll need a blank disk ready!! "
- echo " answer!! Y=Yes N=NO."
- echo " "
- echo " If you already have a Formated disk, then it needs to be "
- echo " named: ignore brackets thanks"
- echo " "
- echo " "
- ask " Do you want to FORMAT a disk? [Y/N] "
- if warn
- echo " You chose YES!"
- format drive df0: name NewBootable
- endif
- cd "Slick" Utilities No1:
- echo " "
- ;
- echo " "
- echo " "
- echo " There will be Six Phases to this operation "
- echo " "
- echo " "
- else
- echo " So long Pal "
- echo " "
- skip end
- endif
- execute "Slick" Utilities No1:c/Pboot2
-
-
-