home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 2: Collection B / 17Bit_Collection_B.iso / files / 1274.dms / in.adf / T / Command-00-T02 next >
Encoding:
Text File  |  1990-09-02  |  727 b   |  32 lines

  1. echo " "
  2. echo " Welcome to a Batch file that makes a Bootable disk for you"
  3. echo " If you want to FORMAT a disk then all you need to do is type"
  4. echo " Yes at the prompt. You'll need a blank disk ready!! "
  5. echo " answer!!  Y=Yes N=NO."
  6. echo " "
  7. echo " If you already have a Formated disk, then it needs to be "
  8. echo " named:   ignore brackets  thanks"
  9. echo " "
  10. echo " "
  11. ask " Do you want to FORMAT a disk? [Y/N] "
  12. if warn
  13.    echo " You chose YES!"
  14. format drive df0: name NewBootable
  15. endif
  16. cd "Slick" Utilities No1:
  17. echo " "
  18. ;
  19. echo " "
  20. echo " "
  21. echo "    There will be Six Phases to this operation "
  22. echo " "
  23. echo " "
  24. else 
  25. echo "                  So long Pal  "
  26. echo " "
  27. skip end
  28. endif
  29. execute "Slick" Utilities No1:c/Pboot2
  30.  
  31.  
  32.