Jump to content

Recommended Posts

Posted

Hi Peeps

I 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


Posted

Here's what I did for a single image, just modify for multiple images just put it in the autoexec.bat

@echo off
cls
Echo 1.  Restore C: Partition Only
Echo 2.  Restore Full Drive Image
Echo 3.  EXit to Dos
echo.
choice Your Selecttion: /c:123
if errorlevel 3 goto end
if errorlevel 2 goto full
if errorlevel 1 goto partition


:full
w:
ghost -clone,mode=restore,src=w:\c610.gho,dst=1,szeL -sure -fx -auto
goto end

:partition
w:
ghost -clone,mode=prestore,src=w:\c610.gho:1,dst=1:1 -sure -fx -auto

:end
cls
echo.
echo.
echo.
echo.
echo remove disks and reboot your system

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...