1
Programming / Re: Increasing MDOS Environment limit
« on: August 21, 2024, 03:50:33 pm »There is light at the end of the tunnel. You may use the SET command to produce larger environment variables.
Similarly for the PATH= line you could add SET PATH=%PATH% line(s) as follows:Code: [Select]PATH=H:\OS2\MDOS;H:\OS2;H:\;H:\OS2\MDOS\WINOS2;H:\TCPIP\DOS\BIN;H:\SYS\MDOS\BIN;
ND.COM H:\OS2\MDOS /E:1024 in my CONFIG.SYS.
SET PATH=%PATH%E:\WIM\STUDIE\MDOS;G:\ENVIRON;
Referencing %PATH% will concatenate the PATH statement with the SET statement, it will not overcome the PATH statement's 128 characters size limitation. Starting with DOS 6, you could overcome this limitation using a SET statement in config.sys