home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Best of Select: Games Special 3
/
cd.iso
/
dosgames
/
scrabble
/
bootdisk.bat
next >
Wrap
DOS Batch File
|
1994-04-06
|
476b
|
17 lines
@echo off
echo Bitte legen Sie eine leere Diskette ins Laufwerk A
echo.
pause
echo.
echo Ihre Diskette wird jetzt formatiert.
format a: /u /s <boot\format.dat >nul
copy boot\config.dat a:config.sys >nul
copy boot\autoexec.dat a:autoexec.bat >nul
echo.
echo.
echo Es wurde nun eine Bootdiskette erstellt. Legen Sie diese Diskette
echo immer vor dem Start des Computers in ihr Laufwerk. Jetzt können
echo Sie wie gewohnt Scrabble spielen.
echo.
echo Viel Spaß!