swbluto - 2010-09-27

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.)