home *** CD-ROM | disk | FTP | other *** search
/ Walkthroughs & Flybys / WAITE_GROUP.bin / programs / flc.mdf < prev    next >
Text File  |  1993-05-16  |  1KB  |  68 lines

  1. .FLC.MDF
  2. %3D Studio FLC Animations
  3. .
  4. *Return to Autodesk 3D Studio animations 
  5. ?Load the prior menu
  6. @flics.mdf
  7. .
  8. *View SuperVGA flics by artist
  9. ?Work by Browne, Neumann,and Stien
  10. @flcart.mdf
  11. .
  12. *Copy 75 MB of FLCs to hard disk and then play
  13. ?This is much faster than loading from the CD
  14. +echo To which drive would you like to copy 75MB of FLC files?
  15. +%t%\wf\what c "Please choose a drive. C-G are valid. Press Q to abort " CDEFGQ
  16. +if %what==Q goto q
  17. +if %what==q goto q
  18. +set tem=%what%
  19. +%c%\programs\free %tem%: 75000000 >nul
  20. +if errorlevel 1 goto nospace
  21. +echo:
  22. +echo About to copy 75MB to %tem%:\WFTEMP. 
  23. +%t%\wf\what c "Press Y to proceed or N to abort (y/n) " YN
  24. +echo:
  25. +if %what%==n goto q
  26. +if %what%==N goto q
  27. +%tem%:
  28. +echo This should take around 9 minutes on a 150k/sec CDROM drive
  29. +md \wftemp >nul
  30. +cd \wftemp
  31. +echo Copying files
  32. +copy %c%\flic\flc\*.flc
  33. +attrib -r *.*
  34. +%c%\programs\play %c%\flic\flc\script.scr
  35. +mode co80
  36. +goto end
  37. +:nospace
  38. +echo:
  39. +echo:
  40. +echo You don't have enough space on drive %t%
  41. +:q
  42. +echo:
  43. +echo FLC play from hard disk procedure aborted
  44. +pause
  45. +echo:
  46. +:end
  47. +%t%
  48. +cd \wf
  49. +set what=
  50. +set tem=
  51. +auto flc.mdf
  52. .
  53. *Play all SuperVGA FLCs directly from the CD
  54. ?You will need to be patient with this option
  55. +%c%
  56. +cd\flic\flc
  57. +%c%\programs\play %c%\flic\flc\script.scr
  58. +mode co80
  59. +%t%
  60. +cd \wf
  61. +auto FLC.mdf
  62. .
  63. #
  64.  
  65.  
  66.  
  67.  
  68.