home *** CD-ROM | disk | FTP | other *** search
/ Best of German Only 1 / romside_best_of_german_only_1.iso / doshelp / dompteur / ddinst.bat < prev    next >
DOS Batch File  |  1993-03-01  |  911b  |  30 lines

  1. @echo off
  2. rem ====================================Batch-Datei==DDINST.BAT================
  3. rem ====================================Thomas Lenssen=========================
  4. rem ====================================Anwendungen für Personal Computer======
  5. rem ====================================Vogelrohrsheide 122====================
  6. rem ====================================4400 Münster===========================
  7. rem ====================================10.12.1991=============================
  8. if  %1"  ==  " goto hinweis
  9. md %1\dd
  10. cls
  11. echo BITTE WARTEN !   Dateien werden kopiert!
  12. copy *.* %1\dd >nul
  13. %1
  14. cd\
  15. echo @echo off >>%1\dd.bat
  16. echo %1\dd\dd >>%1\dd.bat
  17. @echo off
  18. cd dd
  19. del ddinst.bat >nul
  20. cls
  21. echo Der Drucker-Dompteur 1.5 wird jetzt gestartet!
  22. dd
  23. cls
  24. cd\
  25. goto ende
  26. :hinweis
  27. cls
  28. echo                 Syntax:      ddinst Laufwerk
  29. echo                 Beispiel:    ddinst C:
  30. :ende