Hi all,
Not sure if this is the right forum, please recommend an alternative if appropriate - thanks!
Scenario: I've automated the ghosting of my 1st partition from my second partition. I have an autoexec.bat file on the second partition that launches a simple ghost script:
The autoexec looks like this:
PROMPT=$P$G
PATH=C:\
ghost.bat
(Keep in mind, C:\ is really D:\ but it's ntfs)
ghost.bat looks like this:
ghost.exe -clone,mode=pload,src=image.gho:1,dst=1:1 -fx -sure
(Also keep in mind, the image is really on the second partition, but again we have to trick it because it doesn't see the ntfs partition)
I'm using mbrwiz.exe to reboot the system and change the active partition. The ghost process then automates. the
-fx flag brings the system back to the c:\ prompt.
My question is: How can automate the re-execution of autoexec so I can launch mbrwiz and change the active partition back again?
Thanks in advance for any help! As always, greatly appreciated!
-Chris
Not sure if this is the right forum, please recommend an alternative if appropriate - thanks!
Scenario: I've automated the ghosting of my 1st partition from my second partition. I have an autoexec.bat file on the second partition that launches a simple ghost script:
The autoexec looks like this:
PROMPT=$P$G
PATH=C:\
ghost.bat
(Keep in mind, C:\ is really D:\ but it's ntfs)
ghost.bat looks like this:
ghost.exe -clone,mode=pload,src=image.gho:1,dst=1:1 -fx -sure
(Also keep in mind, the image is really on the second partition, but again we have to trick it because it doesn't see the ntfs partition)
I'm using mbrwiz.exe to reboot the system and change the active partition. The ghost process then automates. the
-fx flag brings the system back to the c:\ prompt.
My question is: How can automate the re-execution of autoexec so I can launch mbrwiz and change the active partition back again?
Thanks in advance for any help! As always, greatly appreciated!
-Chris