home *** CD-ROM | disk | FTP | other *** search
/ Computer Life 1996 January / Computer Life January 1996.iso / frontend / vis.mis < prev   
Encoding:
Text File  |  1995-11-18  |  1.1 KB  |  45 lines

  1. ; Mini Installer script for Visualiser demo
  2.  
  3. :WINTITLE Install Visualiser 3 demo
  4.  
  5. :OPTION Visualiser 3 demonstration
  6. :OPHELP
  7. This option will copy Visualiser to your hard disk (around 5.5Mb of disk 
  8. space required). Visualiser is a DOS program and you should exit Windows before running it.\n\n
  9. This install program will create a batch file STARTVIS with the software that 
  10. will run the program. You should ensure your PC has sufficient free memory... a 
  11. VESA Super VGA driver and a mouse are also recommended.
  12. :DEFDIR C:\VIS
  13. :DEFCANEXIST
  14. :SPACE 5514
  15. :FILES
  16. PROGRAMS <DIR>
  17. DEMOS <DIR>
  18. PROGRAMS\EPSQ850.PRT
  19. PROGRAMS\HPLJ4.PRT
  20. PROGRAMS\HPLJIII.PRT
  21. PROGRAMS\HPPCL5.PRT
  22. PROGRAMS\LICENSE
  23. PROGRAMS\README.TXT
  24. PROGRAMS\VIS.CFG
  25. PROGRAMS\VIS.DEV
  26. PROGRAMS\VIS.EXE
  27. PROGRAMS\VIS.FNT
  28. PROGRAMS\VIS.MSG
  29. PROGRAMS\VIS.RSC
  30. PROGRAMS\VIS.SPR
  31. PROGRAMS\VIS_MCGA.CFG
  32. PROGRAMS\VIS_SVGA.CFG
  33. DEMOS\3DGAME2.VRT
  34. DEMOS\CYBESPAC.VRT
  35. DEMOS\KITCHEN.VRT
  36. DEMOS\OFFICE.VRT
  37. DEMOS\SIMSHOP.VRT
  38. DEMOS\STREET.VRT
  39. :WTF $D\STARTVIS.BAT
  40. REM Computer Life Jan 96 CD batch file to start Visualiser 3 demo
  41. PATH %PATH%;$D\PROGRAMS
  42. SET VIS=$D\PROGRAMS
  43. VIS
  44.  
  45.