home *** CD-ROM | disk | FTP | other *** search
/ Hot Stuff 2 / hot_stuff_2.zip / hot_stuff_2 / MENU / B.BAT < prev    next >
DOS Batch File  |  1992-11-04  |  915b  |  44 lines

  1. @echo off
  2. cls
  3. cd \sbdemos\future_c
  4. echo Fishtro runs much better off of your hard disk than it does of CD-ROM.
  5. echo From which drive would you like to run this demo?
  6. echo:
  7. \programs\what c "Please enter a drive letter C-G are valid: " cdefg
  8. set td=%what%
  9. \programs\what ye 
  10. set cd=%what%
  11. \programs\free %td%: 532000 >nul
  12. if errorlevel 1 goto nospace
  13. echo:
  14. echo About to copy 532k to the current directory of %td%. Press Ctrl-C to abort!
  15. pause
  16. echo Copying files
  17. copy fishtro.exe %td%:
  18. %td%:
  19. fishtro
  20. %cd%:
  21. 50
  22. echo:
  23. echo:
  24. echo:
  25. echo:
  26. echo You can run that demo again from your hard disk by executing FISHTRO.EXE
  27. pause
  28. goto exittodos
  29. :nospace
  30. echo:
  31. echo Sorry, drive %td%: doesn't have 532k free.  Please clear some space or 
  32. echo try another drive.  Returning you to Main menu...
  33. pause
  34. :exittodos
  35. set what=
  36. set cd=
  37. set td= 
  38. cd \menu
  39. mode 80
  40. \programs\50
  41. cls
  42. type menu.scr
  43.  
  44.