Wrapping up command line program for business application?
Posted on 2011-10-25, 18:41
Hello, Is there a way to encapsulate a command line application that is a 16 bit DOS app? The program we are trying to "convert" is an assembler/linker that normally[i.e. in DOS] takes files on the commandline and writes one or more files to the current directory when its done. Errors are displayed …