home *** CD-ROM | disk | FTP | other *** search
/ Best of German Only 1 / romside_best_of_german_only_1.iso / branchen / ctofibu / kplan.bat < prev    next >
DOS Batch File  |  1992-11-06  |  307b  |  14 lines

  1. @echo off
  2. if /==%1/ goto end
  3. md \ctofibu\%1
  4. copy \ctofibu\kplan*.* \ctofibu\%1
  5. goto end1
  6. :end
  7. echo Fehler: Parameterangabe fehlt!
  8. echo Eingabe muß lauten: --KPLAN 92-- für Jahr 1992
  9. echo Eingabe muß lauten: --KPLAN 93-- für Jahr 1993 etc.
  10. :end1
  11. cls
  12. echo Kontenplan %1 installiert
  13. type info.txt
  14.