home *** CD-ROM | disk | FTP | other *** search
/ PC/CD Gamer UK 29 / PCGAMER29.bin / copyit.bat < prev    next >
DOS Batch File  |  1996-02-20  |  412b  |  19 lines

  1. @echo off
  2.  
  3. @md %2\jeep    >nul:
  4. @md %2\atv     >nul:
  5. @md %2\samples >nul:
  6. @md %2\gen     >nul:
  7. @md %2\dirt1   >nul:
  8. @md %2\feheli  >nul:
  9.  
  10. @copy %1\*.*   %2   >nul:
  11.  
  12. @copy %1\jeep\*.*    %2\jeep    >nul:
  13. @copy %1\atv\*.*     %2\atv     >nul:
  14. @copy %1\samples\*.* %2\samples >nul:
  15. @copy %1\gen\*.*     %2\gen     >nul:
  16. @copy %1\dirt1\*.*   %2\dirt1   >nul:
  17. @copy %1\feheli\*.*  %2\feheli  >nul:
  18.  
  19.