My PBDOS program returns C:\WINNT\SYSTEM32\COMMAND.COM for
the following code.
UCASE$(ENVIRON$("COMSPEC")
even thought SET show the environment to be
ComSpec=C:\WINNT\system32\cmd.exe
Any idea why?
------------------
the following code.
UCASE$(ENVIRON$("COMSPEC")
even thought SET show the environment to be
ComSpec=C:\WINNT\system32\cmd.exe
Any idea why?
------------------
Comment