Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Symantec Ghost

Status
Not open for further replies.

golflover

IS-IT--Management
May 16, 2003
68
US
I looked around and couldn't find any Symantec Ghost forums so I figured I would give this one a shot...

I'm trying to setup a batch file that will reimage a laptop with no user intervention and reboot itself when completed. There are two images - spanned, let's say they are called - image1.gho and image1.ghs... The problem I'm having is trying to get image1.ghs to load itself after image1.gho is done without getting the prompt.

I have used the following command line successfully for image1.gho... "GHOST.EXE -CLONE,mode=pload,src=c:\image1.gho:1,dst=1:1 -QUIET -sure"

I've tried different options but can't get anything to work, any help would be great!
 

Something like this I believe.

ghost.exe -clone,mode=load,src=c:\image1.gho,dst=1,szeL -quiet -sure -rb

The spanned image needs to be in the same directory as the other file too.

I hope you find this post helpful.

Regards,

Mark
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top