home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 2.5 / 1996-06_Disc_2.5.iso / brrdemo / copyit.bat < prev    next >
DOS Batch File  |  1996-03-14  |  623b  |  27 lines

  1. @echo off
  2.  
  3. @md %2\jeep    >nul:
  4. @md %2\atv     >nul:
  5. @md %2\inflate >nul:
  6. @md %2\hovcar  >nul:
  7. @md %2\samples >nul:
  8. @md %2\gen     >nul:
  9. @md %2\dirt1   >nul:
  10. @md %2\water1  >nul:
  11. @md %2\water   >nul:
  12. @md %2\feheli  >nul:
  13.  
  14. @copy *.*   %2   >nul:
  15.  
  16. @copy jeep\*.*    %2\jeep    >nul:
  17. @copy atv\*.*     %2\atv     >nul:
  18. @copy inflate\*.* %2\inflate >nul:
  19. @copy hovcar\*.*  %2\hovcar  >nul:
  20. @copy samples\*.* %2\samples >nul:
  21. @copy gen\*.*     %2\gen     >nul:
  22. @copy dirt1\*.*   %2\dirt1   >nul:
  23. @copy water1\*.*  %2\water1  >nul:
  24. @copy water\*.*   %2\water   >nul:
  25. @copy feheli\*.*  %2\feheli  >nul:
  26.  
  27.