home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Screen Artists
/
SCREEN_ARTISTS.iso
/
JOE.BAT
< prev
next >
Wrap
DOS Batch File
|
1992-04-09
|
420b
|
17 lines
@echo off
cls
echo Joe Turner the Hacker Monk Syncronized Audio setup
echo -----------------------------------------------------------------
echo This batch file will copy two files containing 3.3MB of executable
echo code to the current directory of your C: drive. If you don't want to
echo continue, press Ctrl-C now.
pause
cd\demos\ppg
copy joturner.exe c:
copy findtime.exe c:
reset
c:
joturner