home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 December (Special) / PCWorld_2002-12_Special_cd.bin / Special_komplet / special_komplet.exe / ME&DOS.BAT < prev    next >
DOS Batch File  |  2002-01-03  |  1KB  |  32 lines

  1. @echo off
  2. echo.
  3. echo Podpora systemu MS-DOS ve Windows ME
  4. echo ME&DOS.BAT automaticky vytvori spousteci disketu pro system MS-DOS ve Windows ME.
  5. echo.
  6. copy %winbootdir%\command\ebd\io.sys a:
  7. copy %comspec% a:\command.com
  8. echo.
  9. echo Kopiruji soubory CONFIG.SYS a AUTOEXEC.BAT na disketu...
  10. echo ;Priklad: Windows ME s ovladacem Ramdisk           > a:\config.sys
  11. echo ;je mozny i jakykoliv jiny ovladac                >> a:\config.sys
  12. echo DEVICE=%winbootdir%\ifshlp.sys                    >> a:\config.sys
  13. echo DEVICE=%winbootdir%\ramdrive.sys /e 8000          >> a:\config.sys
  14. echo stacks=12,512                                     >> a:\config.sys
  15. echo lastdrive=z                                       >> a:\config.sys
  16. echo country=042,852,%winbootdir%\COMMAND\COUNTRY.SYS  >> a:\config.sys
  17.  
  18. echo @echo off  > a:\autoexec.bat
  19. echo SET comspec=%winbootdir%\command.com >> a:\config.sys
  20. echo SET winbootdir=%winbootdir% >> a:\autoexec.bat
  21. echo SET winbootdir=%winbootdir% >> a:\autoexec.bat
  22. echo SET TEMP=%winbootdir%\TEMP >> a:\autoexec.bat
  23. echo SET TMP=%winbootdir%\TEMP >> a:\autoexec.bat
  24. echo SET DIRCMD=/a/ogen >> a:\autoexec.bat
  25. echo SET PROMPT=$p$g >> a:\autoexec.bat
  26. echo SET PATH=%winbootdir%;%winbootdir%\command >> a:\autoexec.bat
  27. echo %winbootdir%\ >> a:\autoexec.bat
  28. echo cd %winbootdir% >> a:\autoexec.bat
  29. echo choice /cna /ta,5 /n Windows ME startuje za 5 vterin...(a-n)   >> a:\autoexec.bat
  30. echo if errorlevel 2 %winbootdir%\win  >> a:\autoexec.bat
  31.  
  32.