home *** CD-ROM | disk | FTP | other *** search
/ Screen Artists / SCREEN_ARTISTS.iso / JOE.BAT < prev    next >
DOS Batch File  |  1992-04-09  |  420b  |  17 lines

  1. @echo off
  2. cls
  3. echo Joe Turner the Hacker Monk Syncronized Audio setup
  4. echo -----------------------------------------------------------------
  5. echo This batch file will copy two files containing 3.3MB of executable 
  6. echo code to the current directory of your C: drive.  If you don't want to
  7. echo continue, press Ctrl-C now.
  8. pause
  9. cd\demos\ppg
  10. copy joturner.exe c:
  11. copy findtime.exe c:
  12. reset
  13. c:
  14. joturner
  15.  
  16.  
  17.