A few years ago, I wrote several x86 DOS build programs as an aid to batch file programming. The programs are very small; about two or three hundred bytes in the .COM version. Now I am updating and creating new versions of these programs; however, .COM or .EXE executable files do not run on 64-bit versions of Windows. I need to know the easiest way to convert such programs so that they run on 64-bit Windows. I know that DosBox can do this, but I need my programs that run in the Win cmd.exe batch files. Can anybody help me? Thanks in advance!
source
share