home *** CD-ROM | disk | FTP | other *** search
/ Hot Stuff 2 / hot_stuff_2.zip / hot_stuff_2 / MENU / A.BAT < prev    next >
DOS Batch File  |  1992-11-04  |  1KB  |  47 lines

  1. @echo off
  2. cls
  3. cd \sbdemos\future_c
  4. echo This is the finest demo that we have ever seen.  Unreal requires 600k
  5. echo of free memory and is much better run from your hard disk.  From which
  6. echo drive would you like to run UNREAL?
  7. echo:
  8. \programs\what c "Please enter a drive letter C-G are valid: " cdefg
  9. set td=%what%
  10. \programs\what ye 
  11. set cd=%what%
  12. \programs\free %td%: 2320000 >nul
  13. if errorlevel 1 goto nospace
  14. echo:
  15. echo About to copy 2.3MB to the current directory of %td%. This should take
  16. echo 15 seconds.  Press Ctrl-C now to abort!
  17. pause
  18. echo Copying files, please be patient
  19. copy unreal.exe %td%:
  20. %td%:
  21. unreal
  22. %cd%:
  23. echo:
  24. echo:
  25. echo:
  26. echo:
  27. echo You can run that demo again from your hard disk by executing UNREAL.EXE
  28. pause
  29. goto exittodos
  30. :nospace
  31. echo:
  32. echo:
  33. echo Sorry, drive %td%: doesn't have 2.3MB free.  Please clear some space or 
  34. echo try another drive.  Returning you to Main menu...
  35. echo:
  36. pause
  37. :exittodos
  38. set what=
  39. set cd=
  40. set td= 
  41. cd \menu
  42. mode 80
  43. \programs\50
  44. cls
  45. type menu.scr
  46.  
  47.