home *** CD-ROM | disk | FTP | other *** search
/ Computerworld 1996 April / Computerworld_1996-04_cd.bin / cw / programy / mixman95 / setup.bat < prev   
Encoding:
DOS Batch File  |  1996-05-13  |  430 b   |  16 lines

  1. echo off
  2. echo This batch file installs the Mixman demo files.
  3. echo If you don't want to do this, type Ctrl-C NOW!
  4. pause
  5. echo Installing Mixman Demo files...
  6. copy mixmanz.bin \mixmanz.exe
  7. cd \
  8. mixmanz -d
  9. del \mixmanz.exe 
  10. echo
  11. echo Done with Mixman Demo Installation.
  12. echo After Windows returns, select mixman\win95\mixman.exe to run Mixman.
  13. echo Mixman will automatically ask you to run its install program.
  14. pause
  15.  
  16.