Hello, how do you read Wndow's path variable during the system() call? I've
finally figured out how to chain together arguments during a system call using
&, but it seems like it's not recognizing window's PATH variable, so it can't
find a program that's been specified in the PATH variable. It acts like this
little special system() console window has no knowledge that a typical command
prompt has (The regular cmd prompt finds the program, no problem.)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello, how do you read Wndow's path variable during the system() call? I've
finally figured out how to chain together arguments during a system call using
&, but it seems like it's not recognizing window's PATH variable, so it can't
find a program that's been specified in the PATH variable. It acts like this
little special system() console window has no knowledge that a typical command
prompt has (The regular cmd prompt finds the program, no problem.)