FlameBoy™ Posted March 8, 2005 Posted March 8, 2005 Hi PeepsI was wondering if any one knows what software to use to make a DVD bootable with several GHO "Ghost 7.5" Images on the DVD with a user friendly Menu select..If any one can help it would be fantastic...Cheerio
IcemanND Posted March 8, 2005 Posted March 8, 2005 Here's what I did for a single image, just modify for multiple images just put it in the autoexec.bat@echo offclsEcho 1. Restore C: Partition OnlyEcho 2. Restore Full Drive ImageEcho 3. EXit to Dosecho.choice Your Selecttion: /c:123 if errorlevel 3 goto endif errorlevel 2 goto fullif errorlevel 1 goto partition:fullw:ghost -clone,mode=restore,src=w:\c610.gho,dst=1,szeL -sure -fx -autogoto end:partitionw:ghost -clone,mode=prestore,src=w:\c610.gho:1,dst=1:1 -sure -fx -auto:endclsecho.echo.echo.echo.echo remove disks and reboot your system
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now