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

  1. .GRASPDE3.MDF
  2. %Grasp Demos Menu 3 of 4
  3. .
  4. *Return to Grasp Demos Menu
  5. ?Load the prior menu
  6. @graspdem.mdf
  7. .
  8. *Pulver Bill, WINE.EXE flyby of a wine glass
  9. ?Created in AutoCAD, rendered in Big-D
  10. +echo Onto which drive would you like to install WINE.EXE?  
  11. +echo:
  12. +%t%\wf\what c "Please enter a drive letter, C-G are valid: " cdefg
  13. +set tem=%what%
  14. +echo:
  15. +%c%\programs\free %tem%: 820000 >nul
  16. +if errorlevel 1 goto nospace
  17. +echo About to copy 820k to %tem%:\WFTEMP.  
  18. +echo Press Ctrl-C now to abort!
  19. +pause
  20. +echo Copying file, please be patient
  21. +%tem%:
  22. +md\wftemp
  23. +cd\wftemp
  24. +copy %c%\demos\pulver\wine.exe
  25. +attrib -r *.*
  26. +cls
  27. +type %c%\demos\pulver\wine.txt
  28. +pause
  29. +wine
  30. +%t%
  31. +cd\wf
  32. +goto ex
  33. +:nospace
  34. +echo:
  35. +echo Sorry, drive %tem%: doesn't have 820k free.  Please clear some space or 
  36. +echo try another drive
  37. +echo:
  38. +pause
  39. +:ex
  40. +set what=
  41. +set tem=
  42. +auto graspde3.mdf
  43. .
  44. *Shaddock Phil, John Fluke Demo
  45. ?VGA demo for the John Fluke 9110FT 
  46. +%c%
  47. +cd \demos\shaddock
  48. +demofluk
  49. +%t%
  50. +auto graspde3.mdf
  51. .
  52. *Screen Artists Ltd, ICL 92 Collection
  53. ?SuperVGA 32MB graphics & 5:20 of audio
  54. +echo Onto which drive would you like to install the ICL 92 Collection?  
  55. +echo:
  56. +%t%\wf\what c "Please enter a drive letter, C-G are valid: " cdefg
  57. +set tem=%what%
  58. +echo:
  59. +%c%\programs\free %tem%: 32000000 >nul
  60. +if errorlevel 1 goto nospace
  61. +echo About to copy 32MB to %tem%:\WFTEMP. This will take a few minutes.  
  62. +echo Press Ctrl-C now to abort!
  63. +pause
  64. +echo Copying files, please be patient
  65. +%tem%:
  66. +md\wftemp
  67. +cd\wftemp
  68. +copy %c%\demos\sartists\92col.bat
  69. +copy %c%\demos\sartists\*.dat 
  70. +copy %c%\demos\sartists\grasprt.exe 
  71. +copy %c%\demos\sartists\findtime.exe 
  72. +copy %c%\demos\sartists\reset.exe 
  73. +copy %c%\demos\sartists\92col_so.grp 92col.grp 
  74. +copy %c%\demos\sartists\92col.gl 
  75. +attrib -r *.*
  76. +cls
  77. +type %c%\demos\sartists\92col.txt
  78. +pause
  79. +call 92col.bat
  80. +%t%
  81. +cd\wf
  82. +echo You can run that demo again from your hard disk by executing 92COL.BAT
  83. +echo in the %tem%:\WFTEMP directory.
  84. +pause
  85. +goto ex
  86. +:nospace
  87. +echo:
  88. +echo Sorry, drive %tem%: doesn't have 32MB free.  Please clear some space or 
  89. +echo try another drive
  90. +echo:
  91. +pause
  92. +goto menustart
  93. +:ex
  94. +set what=
  95. +set tem=
  96. +auto graspde3.mdf
  97. .
  98. *Screen Artists Ltd, ICL PS_DEMO
  99. ?SuperVGA 6.2MB "People Working Together Demo"
  100. +%c%
  101. +cd \demos\sartists
  102. +icl_ps
  103. +%t%
  104. +auto graspde3.mdf
  105. .
  106. *Screen Artists Ltd / QPC, Toshiba T2000
  107. ?VGA Monochrome demo features great cartoons
  108. +%c%
  109. +cd \demos\sartists
  110. +T2000
  111. +%t%
  112. +auto graspde3.mdf
  113. .
  114. #
  115.  
  116.  
  117.