It load ok , but gose to the end and stops at q:> an that it.
So what am I doing wrong?

Moderators: Icecube, StopSpazzing
Code: Select all
set APPNAME=DISKMAN4
set APPCODE=diskman4
set APPEXE=diskman4.exe console
call runapp
Code: Select all
set APPNAME=DISKMAN4
set APPCODE=diskman4
set APPEXE=diskman4.exe
call runapp
OK, I have located the problem, but now I need help fixing it. (This is on all dosapps, APPEND initrd=/ubcd/images/dosubcd.igz ubcdcmd=******)Once again I'am having trouble with dosubcd.igz (ubcd5ob4)
It load ok , but gose to the end and stops at q:> an that it.
So what am I doing wrong?
OK, I have located the problem, but now I need help fixing it. (This is on all dosapps, APPEND initrd=/ubcd/images/dosubcd.igz ubcdcmd=******)grayfox wrote:Once again I'am having trouble with dosubcd.igz (ubcd5ob4)
It load ok , but gose to the end and stops at q:> an that it.
So what am I doing wrong?
Code: Select all
CDROM going resident SHSUCDX [some parameters]
T: [drive name]
?OK, I have located the problem, but now I need help fixing it. (This is on all dosapps, APPEND initrd=/ubcd/images/dosubcd.igz ubcdcmd=******)
The end reads: Current time is 8:33:51.43 AM
BOOTDRV: A:
RAMDRV: Q:
CDDRV:
Q :\> it ends here
You can see the CDDRV: is blank, the V is missing .
What happen to the V
Code: Select all
:_testdrv
shift
shift
if not "%cddrv%"=="" goto _eof
if "%1"=="" goto _eof
if "%1"==":" goto _eof
call drd.bat %1 -$
if errorlevel 100 goto _eof
if errorlevel 1 set _cd=%1
if not exist %1\ubcd\ubcd.css if not exist %1\ubcd.ico goto _eof
set cddrv=%1
goto _eof