home *** CD-ROM | disk | FTP | other *** search
/ The Best of the Best / _.img / 02029 / insdrive.bat < prev    next >
DOS Batch File  |  1989-03-16  |  332b  |  17 lines

  1. echo off
  2. cls
  3. echo ════════════ MGLitu Installation Festplatte ══════════
  4. echo .
  5. echo Installiere MGLitu auf Laufwerk  %1 . . .
  6. echo .
  7. %1:
  8. md \mglitu
  9. cd \mglitu
  10. echo Legen Sie die Diskette MGLitu ins Laufwerk A
  11. pause
  12. copy a:*.*
  13. echo.
  14. cls
  15. echo MGLitu wurde auf Laufwerk %1 erfolgreich installiert.
  16. echo Viel Spaß ....
  17.