>>из dos в windows
>>xp & ms dos
>>dostowxp
>>как в win xp загрузить командную строку
>>как в windows xp загрузить dos
>>загрузочная дискета DOS от xp
>>ms-dos prompt before windows
На раздел FAT32 установить MS DOS 8.0 – setup on FAT32 partition with MS DOS 8.0 BootDisk Lite:
——————————–
WINBOOT.INI
[Paths]
;This part may be needed if Windows is to be loaded after booting DOS mode
WinDir=C:\Windows
WinBootDir=C:\Windows
HostWinBootDrv=C

[Options]

DisableLog=1
Logo=0
SystemReg=0

;The following lines are required for compatibility with other programs.
;Do not remove them (MSDOS.SYS needs to be >1024 bytes).
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
——————————–
AUTOEXEC.BAT
@echo off
vc
——————————–
CONFIG.SYS
dos=high,noauto
buffershigh=16
install=C:\Windows\Command\mode.com con codepage prepare=((866) C:\Windows\Command\ega3.cpi)
install=C:\Windows\Command\mode.com con codepage select=866
device=C:\Windows\Command\display.sys con=(ega,,1)
device=C:\Windows\Command\setver.exe
Country=007,866,C:\Windows\Command\country.sys
——————————–
SETUP8.BAT

SYS A: C:
copy A:\winboot.ini C:\
md C:\Windows\Command
copy A:\sys.com C:\Windows\Command
copy A:\reboot.com C:\Windows\Command
copy A:\fdisk.exe C:\Windows\Command
copy A:\format.com C:\Windows\Command
copy A:\setver.exe C:\Windows\Command
copy A:\dostowxp.com C:\Windows\win.com
copy A:\bootprep.exe C:\Windows\Command
copy A:\mode.com C:\Windows\Command
copy A:\ega3.cpi C:\Windows\Command
copy A:\display.sys C:\Windows\Command
copy A:\country.sys C:\Windows\Command
copy A:\vc.exe C:\Windows\Command
copy A:\vc.ini C:\Windows\Command
——————————–