home *** CD-ROM | disk | FTP | other *** search
/ The Best of Select: Games Special 3 / cd.iso / dosgames / scrabble / bootdisk.bat next >
DOS Batch File  |  1994-04-06  |  476b  |  17 lines

  1. @echo off
  2. echo Bitte legen Sie eine leere Diskette ins Laufwerk A
  3. echo.
  4. pause
  5. echo.
  6. echo Ihre Diskette wird jetzt formatiert.
  7. format a: /u /s <boot\format.dat >nul
  8. copy boot\config.dat a:config.sys >nul
  9. copy boot\autoexec.dat a:autoexec.bat >nul
  10. echo.
  11. echo.
  12. echo Es wurde nun eine Bootdiskette erstellt. Legen Sie diese Diskette
  13. echo immer vor dem Start des Computers in ihr Laufwerk. Jetzt können
  14. echo Sie wie gewohnt Scrabble spielen. 
  15. echo.
  16. echo Viel Spaß!
  17.