After optimizing and encapsulating the system, I used the split compression function of Ghost to create two Ghost files, and then used EasyBoot to make a one-key restore for the C drive. It worked normally in the virtual machine and my computer, but during use, I sometimes found that the hard drive was automatically merged into one partition and then restored. Oh my god, all other important data would be lost!! Brothers who understand, take a look and give some advice! Thank you!
The batch file autoexec.bat is as follows:
@ECHO OFF
path=A:\;R:\
smartsrv
LH MSCDEX.EXE /D:mscd001 /L:R
ghost -sure -clone,mode=load,src=R:\winxp.GHO,dst=1:1 -rb
if NOT "%CONFIG%" == "NONE" GUEST
The batch file autoexec.bat is as follows:
@ECHO OFF
path=A:\;R:\
smartsrv
LH MSCDEX.EXE /D:mscd001 /L:R
ghost -sure -clone,mode=load,src=R:\winxp.GHO,dst=1:1 -rb
if NOT "%CONFIG%" == "NONE" GUEST

