Jump to content

Recommended Posts

Posted

Can someone see why i get an error with this "ABBORT: 448 Clone SRC unknown"

@echo off

MSCDEX.EXE /D:tomato /L:R

SET TZ=GHO+08:00

prompt $p$g

MOUSE.COM

for %%i in (r:\*.gho) do set image=%%i

echo Loading...

\ghost\ghost.exe -clone,mode=load,src=%NewSP2.gho%,dst=1

pause REMOVE CD FROM DRIVE AND PRESS RESET BUTTON


Posted

@echo off

MSCDEX.EXE /D:tomato /L:R
SET TZ=GHO+08:00
prompt $p$g
MOUSE.COM
for %%i in (r:\*.gho) do set image=%%i
echo Loading...
\ghost\ghost.exe -clone,mode=load,src=%NewSP2.gho%,dst=1
pause REMOVE CD FROM DRIVE AND PRESS RESET BUTTON

should be

@echo off

MSCDEX.EXE /D:tomato /L:R
SET TZ=GHO+08:00
prompt $p$g
MOUSE.COM
for %%i in (r:\*.gho) do set image=%%i
echo Loading...
\ghost\ghost.exe -clone,mode=load,src=%image%,dst=1
pause REMOVE CD FROM DRIVE AND PRESS RESET BUTTON

the error is that it can't find your image file and %NewSP2.gho% is never set to anything, the variable you needed was %image% set two lines earlier.

@astalavista - running ghost from dvd is the same as from cd just more space.

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...