The example below considers a Virtual PC environment.
XCOBOL 5.0 running on Windows NT |
To successfully invoke the compiler consider the following:
A sample CONFIG.NT:
DOS=high,umb
DEVICE=%SystemRoot%\system32\himem.sys
FILES=100
SHELL=%SystemRoot%\system32\command.com /E:4096
DEVICE=%SystemRoot%\system32\himem.sys
FILES=100
SHELL=%SystemRoot%\system32\command.com /E:4096
A sample AUTOEXEC.NT:
LH %SystemRoot%\system32\redir
LH %SystemRoot%\system32\dosx
... insert the COBOL environment variables here ...
LH %SystemRoot%\system32\dosx
... insert the COBOL environment variables here ...