I would like to run an executable file from a different directory. I have used the following command
call runqq('myprog.exe','c:\program\')
this program is located in different folder. When the program starts it askes me some files to be read in the current directory but those files are together with myprog.exe folder. How can I change the directory so that myprog.exe reads in the same director?
call runqq('myprog.exe','c:\program\')
this program is located in different folder. When the program starts it askes me some files to be read in the current directory but those files are together with myprog.exe folder. How can I change the directory so that myprog.exe reads in the same director?