First post, by Warlord
- Rank
- l33t
This is some old BAT file, that some German magazine might of Been c't magazine. Made up back in the day. I would not try this on a live system, It might hose your entire computer. I not responsible for damages.
@echo offrem This file builds a 32Bit MS-DOS. This means DOS runs in protected mode, and long file names are available. Ideal forrem Backup.rem Booting this system up requires a few things:rem .rem 1) System Registry scanned. Location indicated by IO.SYSrem 2) VFAT/LFN driver loaded in config.sys : DEVICE=IFSHLP.SYSrem 3) XMS driver loaded. So far supported: FDXMS.SYS / HIMEM.SYS / XMSMMGR.EXErem .rem Original version (everything below "goto 2nd" and ":2nd" ) © PC-WELT Germany.goto 2ndif exist c:\32BD\nul deltree /y c:\32BDc:md c:\32BDcd c:\32BDcopy %winbootdir%\win.comcopy %winbootdir%\system.inimd c:\32BD\systemcd c:\32BD\systemcopy %winbootdir%\system\vmm32.vxdcopy %comspec% krnl386.exexcopy %winbootdir%\system\vmm32\*.* vmm32\xcopy %winbootdir%\system\iosubsys\*.* iosubsys\cd c:\32BDgoto end:2ndrem @echo offif exist c:\32bd\nul deltree/y c:\32bdc:cd \for %%x in ( c:\32bd c:\32bd\system ) do md %%xcd 32bdcopy %winbootdir%\win.comcopy %winbootdir%\system.inicd systemcopy %comspec% krnl386.exexcopy %winbootdir%\system\vmm32\*.* vmm32\xcopy %winbootdir%\system\iosubsys\*.* iosubsys\set filelist=vmm32 vnetsup ndis2sup vnetsetup ndis ndis2 vnetbios vredir dfs javasup aspienum wrdrv msmousefor %%x in ( %filelist% ) do if exist %winbootdir%\system\%%x.vxd copy %winbootdir%\system\%%x.vxdset filelist=cd \32bdgoto end:end