I need a solution
I am trying to make a simple batch file to restore a Win7 image (which is actually 2 partitions) to a hard drive from a bootable USB stick which is the C drive
The command line I am using is . . .
ghost -clone,mode=load,src=c:\image.gho,dst=2
It starts fine but then asks me if the second partition info is correct. What do I need to add to the command line to prevent this question?
Jack
8182441