home *** CD-ROM | disk | FTP | other *** search
/ Der Mediaplex Sampler - Die 6 von Plex / 6_v_plex.zip / 6_v_plex / DISK4 / BUSIN_11 / CTOFIB20.ZIP / 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.