Trevor Welsh
2tw...@home.com
but, if i get into three level submenu from my Autopilot Program, it will
report Error
"error 101 ParentPutEnv" with description
"Not Enough Room in the Parent Environtment"
plz help me
w/regards
What OS are you using? It sounds like you're low on environment
space. If you're using MS-DOS, this should work.
In C:\CONFIG.SYS put a line like this in:
SHELL=C:\DOS\COMMAND.COM /P /F /E:512
Increase the number after /E: if you still get that error. Try
increasing it by 50 at a time. If you already have a SHELL=
line, then comment it out and try that one (assuming you're
using COMMAND.COM in C:\DOS).