home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MPC Wizard 3.0
/
WIZARD3_0.ISO
/
drivers
/
sound
/
mv_ps16
/
mancopy.bat
< prev
next >
Wrap
DOS Batch File
|
1993-11-04
|
618b
|
29 lines
if "%1" == "" goto syntax
copy lharc.exe %1
copy pcm.com %1
copy qainfo.exe %1
copy pros.sys %1
copy install.exe %1
copy filelist.txt %1
copy prosinst.inf %1
copy playfile.exe %1
copy pcm.com %1
copy play.exe %1
copy test.wav %1
copy testdma.wav %1
copy testirq.wav %1
lharc x programs.lzh %1\
goto quit
:syntax
echo Syntax: mancopy targetdir
echo This program will manually copy the files into 'targetdir'
echo This BAT file is run from the MANUAL.BAT file and should
echo NOT be run directly.
:quit