Command line for Symantec Ghost to load available Ghost image in BAT file

General software, Operating Systems, and Programming discussion.
Everything from software questions, OSes, simple HTML to scripting languages, Perl, PHP, Python, MySQL, VB, C++ etc.
Post Reply
atkhan41
New Member
Posts: 1
Joined: Wed Dec 22, 2010 1:22 pm

Command line for Symantec Ghost to load available Ghost image in BAT file

Post by atkhan41 »

I working on project to make recovery DVDs using Ghost Image. And i want to use the
command line for Multiple ghost images (which ever is available on DVD); example, if i am imaging for D600 and the image name is D600.GHO and on the other hand if i want imaging for nc6000 and the image name is nc6000.GHO, i don't want to change the name of the file every time in bat file and burn the DVD everytime. one command line which will work as whatever Ghost image is available it will load and start imagingon Hard disk.

The command line i am using in BAT file is:
R:\ghost -clone,mode=load,src=R:\NC6000.GHO,dst=1, -afile=C:\ghststat.txt -sure -FX

If someone could help me to use right syntax to use multiple images.

Regards,

Asan
Post Reply