I am currently using the following string in my autoexec.bat file: ghost\ghost -clone,mode=restore,src=c:\ghost\adtd3.gho,dst=2 -sure -fx
I would like to use -ntexact but am not sure what the string woould look like. When I use the above string in a spanned image the Ghost Image hangs at about 25%.
Any help would be appreciated. The entire .bat file is shown below:
rem C:\DOS\SMARTDRV.EXE /X
rem @ECHO OFF
rem PROMPT $p$g
rem PATH C:\DOS
rem SET TEMP=C:\DOS
echo off
echo About to write with Image image.gho
echo
rem echo ******** CTRL-C to ABORT**************
rem pause
echo
ghost\ghost -clone,mode=restore,src=c:\ghost\adtd3.gho,dst=2 -sure -fx
echo Image restore complete
echo Please remove USB memory stick and reboot (cycle power)
pause