home *** CD-ROM | disk | FTP | other *** search
/ The Best of the Best / _.img / 02044 / etikett.002 / install.bat < prev    next >
DOS Batch File  |  1980-01-01  |  358b  |  24 lines

  1. echo off
  2. :beginn
  3. echo off
  4. cls
  5. echo Etikett PC jun. Installation von Drive %1 auf %2
  6. Pause Bitte in Drive %2 Diskette einlegen, falls nötig
  7. %2
  8. cd \
  9. MD \ETIKETT
  10. CD \ETIKETT
  11. %1
  12. copy ETIKETT.* %2
  13. copy *.chr %2
  14. copy Beisp*.* %2
  15. %2
  16. CD \
  17. %1
  18. Copy Etikett.bat %2
  19. %2
  20. CD \ETIKETT
  21. echo Das war's. Installation Teil 1 abgeschlossen
  22. ETIKETT
  23. echo on
  24.