home *** CD-ROM | disk | FTP | other *** search
/ Best of German Only 2 / romside_best_of_german_only_2.iso / dos / branchen / lv / entpack.exe / KOPIE1.BAT < prev    next >
DOS Batch File  |  1992-04-12  |  260b  |  12 lines

  1. @echo off
  2. REM      ***  Kopie1.bat  ***
  3. REM                              %1 - Quell-Projekt
  4. REM                              %2 - Ziel -Projekt
  5. REM                           
  6. @echo off
  7. echo .
  8. echo Bearbeitung läuft ...
  9. echo .
  10. echo .
  11. copy %1\*.* %2
  12.