I'm transplanting a DOS 6.22 machine, it seems to be a 486. Now the transplantation is successful, but when running software developed with FoxBASE 2.1 under UCDOS, there is a FoxBASE calling the DOS system copy command, such as run copy *.idx a:, and there is an error of run/! command failed. It seems that FoxBASE can't find the DOS command. I copied command.com to the program running directory, and then it can run!
Is it that command.com is not loaded into memory at startup? Why can't FoxBASE find it?
My config.sys file:
set path =c:\;c:\dos;c:\ucdos\;c:\fox;
There are C and C:\dos in my path, and there are command.com in both directories! Why can't there be the copy command???
Could it be that in autoexec.bat
write
path c:\;c:\dos;c:\ucdos\;c:\fox;
May I ask what is the difference between setting path in config.sys and autoexec.bat???
Is it that command.com is not loaded into memory at startup? Why can't FoxBASE find it?
My config.sys file:
set path =c:\;c:\dos;c:\ucdos\;c:\fox;
There are C and C:\dos in my path, and there are command.com in both directories! Why can't there be the copy command???
Could it be that in autoexec.bat
write
path c:\;c:\dos;c:\ucdos\;c:\fox;
May I ask what is the difference between setting path in config.sys and autoexec.bat???

