Able to run Debug from a prompt off this disk?

Try looking for help here if you are having problems with the Ultimate Boot CD.

Moderators: Icecube, StopSpazzing

Locked
Message
Author
silverg60
Posts: 1
Joined: Tue May 27, 2008 6:46 am

Able to run Debug from a prompt off this disk?

#1 Post by silverg60 » Tue May 27, 2008 6:55 am

I need to get to a prompt and run Degub. Does this disk have that capability? If it does could you please instruct on how to do it?

Thank you.

Icecube
Posts: 1278
Joined: Fri Jan 11, 2008 2:52 pm
Contact:

#2 Post by Icecube » Tue May 27, 2008 12:12 pm

Can you give a link to Degub, so we can see what kind of program it is?

If it is a dos program, you can run it via the freedos image.

Add the following to /custom/custom.cfg

Code: Select all

LABEL degub
	MENU LABEL Degub
	KERNEL memdisk
	APPEND initrd=/images/dosubcd.igz ubcdcmd=degub
Place the degub.exe in /dosapps/degub/.
Make a startup.bat in /dosapps/degub/ with the contents:

Code: Select all

cls
cd \dosapps\degub
degub

Locked