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

  1. @echo off
  2. cls
  3. echo You want to copy all the FLC files to your hard disk, eh?
  4. echo Onto which drive would you like them copied?  
  5. echo:
  6. \programs\what c "Please choose a letter C-G are valid: " cdefg
  7. echo:
  8. set td=%what%
  9. \programs\what ye 
  10. set cd=%what%
  11. echo:
  12. \programs\free %td%: 94000000 >nul
  13. if errorlevel 1 goto nospace
  14. echo About to copy 94MB to the current directory of %td%. This will take 
  15. echo around 10 minutes.  Press Ctrl-C now to abort!
  16. pause
  17. echo:
  18. echo Once all of the files have been copied, the animations will start
  19. echo immediately and play forever. You will need to reboot to terminate this
  20. echo sequence of demos.  For more information about this FLC player, see
  21. echo the file \PROGRAMS\PLAY80.ZIP.
  22. echo:
  23. echo Copying files, please be patient
  24. copy \programs\play.exe %td%:
  25. copy \programs\fromhd.scr %td%:
  26. copy \flics\flcs\*.flc %td%:
  27. %td%:
  28. play fromhd.scr
  29. %cd%:
  30. cd \menu
  31. mode 80
  32. \programs\50
  33. cls
  34. type menu.scr
  35. goto exittodos
  36.  
  37. :nospace
  38. echo:
  39. echo Sorry, drive %td%: doesn't have 94MB free.  Please clear some space or 
  40. echo try another drive
  41. echo:
  42. pause
  43. goto menustart
  44. :exittodos
  45. set what=
  46. set cd=
  47. set td= 
  48.