home *** CD-ROM | disk | FTP | other *** search
/ MPC Wizard 3.0 / WIZARD3_0.ISO / drivers / sound / mv_ps16 / mancopy.bat < prev    next >
DOS Batch File  |  1993-11-04  |  618b  |  29 lines

  1.     if "%1" == ""                goto syntax
  2.  
  3.     copy lharc.exe  %1      
  4.     copy pcm.com    %1      
  5.     copy qainfo.exe %1      
  6.     copy pros.sys %1     
  7.     copy install.exe %1     
  8.     copy filelist.txt %1    
  9.     copy prosinst.inf %1      
  10.     copy playfile.exe %1
  11.     copy pcm.com %1
  12.     copy play.exe %1
  13.     copy test.wav %1
  14.     copy testdma.wav %1
  15.     copy testirq.wav %1
  16.  
  17.     lharc x programs.lzh %1\                 
  18.  
  19.     goto quit
  20.  
  21. :syntax
  22.     echo Syntax: mancopy targetdir
  23.     echo This program will manually copy the files into 'targetdir'
  24.     echo This BAT file is run from the MANUAL.BAT file and should
  25.     echo NOT be run directly.
  26.  
  27.  
  28. :quit
  29.