Created Autoexec.bat file has been created with Ghost commands.
Have 4 paritations on a laptop with Windows XP Pro.
Want to be able to restore a ghost image from one paritation to another.
I am able to back up the image FIRST_INTALL.GHO and able to back up SOFTWARE_DRIVERS.gho to the 3 paritation and I able able to view the 2 different ghost images. But when I try to restore the SOFTWARE_DRIVERS.gho image back to the second paritation it keeps on restoring the FIRST_INTALL.GHO image instead.
here are the commands.

The first command backup command and restore works.

Backup command
gdisk 1 /-Hide /P:4
call ghost.exe -clone,mode=pdump,src=1:2,dst=1:3\FIRST_INSTALL.gho -sure

Restore Command
gdisk 1 /-Hide /P:4
call ghost.exe -clone,mode=pload,src=1:3\FIRST_INSTALL.gho:1,dst=1:2 -sure


The backup ghost command works but the restore command is having the problem

Restore command

gdisk 1 /-Hide /P:4
call ghost.exe -clone,mode=pload,src=1:3\SOFTWARE_DRIVERS.gho:1,dst=1:2 -sure

Backup Command

gdisk 1 /-Hide /P:4
call ghost.exe -clone,mode=pdump,src=1:2,dst=1:3\SOFTWARE_DRIVERS.gho -sure

Need help with this from anyone thank you