VOGONS

Common searches


First post, by douglas_goodall

User metadata
Rank Newbie
Rank
Newbie

I have been writing some useful programs for DOSBox, like "more", and "pr" and many others. I am using Borland C++ 4.

I have posted all my source code, build and executables on my web site. You may use them as you like. Please attribute me where appropriate.

http://server.goodall.com/pub/development/DOSBoxProgs

Have fun...

Douglas Goodall
Santa Maria, CA US

http://www.goodall.com

Reply 1 of 1, by canadacow

User metadata
Rank Member
Rank
Member

You may want to have a look at the DOSBox source. There command line functions (that would have traditionally been built into command.com) are all virtual. They show up as executables in the DOSBox shell but are actually hooks to code that executes directly in DOSBox.