Page 1 of 1

Need MS DOS DEBUG.COM not DEBUG.exe

Posted: Thu Oct 13, 2005 10:42 pm
by UnKnownOS
Hi all ,
Would anyone on this forum know a link to MS DOS 3.3 (etc) DEBUG.com. I already have DEBUG.exe but need the original COM file for an old program. Thanking you all in advance .

Posted: Fri Oct 14, 2005 3:03 am
by SebMcClouth
I believe there was a thing in DOS called... erm... what was it again... DOSVER or sumfing... lemme check... depends on the version of DOS ur using... nope it was SETVER...

So in your need it has to be started like:

Code: Select all

setver c:\your_path_here debug.com versionnumber(e.g. 3.3, with the dot!)
Good luck