First post, by Guest
I am trying to use VDMSOUND to run a dos program I have to use for work occasionally but I run out of dos memory when it prints. It looks as though VDMSound could possibly fix this problem, and my first question is if that is a correct evaluation?
I have read the README and alot of the setup information from this board, but do not understand how to handle some of the quirks in how to set it up for this particular application. So, this is how I set it up and run it currently.
1) edit CONFIG.NT file and change FILES=150
2) add environment variables:
SYSTEM = slap
MENUID = slap
USERID= slap
CLATMP = C:\VIRTUAL
CLAVM0 = C:\VIRTUAL, 256
3) setup a shortcut on the desktop with the working folder being I:\pai
set the cmd line for the shortcut to:
C:\WINDOWS\system32\command.com /e:2048 /c go166.bat
then the program works, with the exception of running out of dos memory. I appreciate any help.
Scott