Mike Jackson wrote:
I am using a simple system call:
system("notepad.exe");
I hate to suggest a simple solution, but have you tried specifying the
full path to the executable? I've never used a WAMP setup (other than
installing XAMPP, saying "oh, cool," then forgetting all about it until
now), but that looks like it's not searching your path for the program.
Isn't it usually at c:\windows\system32 on an XP box?
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Yes, I am specifying the full path. The application will execute when
the system call is made from the command line. The only problem is
running it through apache.
--
Brian Stakes
http://www.voipsupply.com
[EMAIL PROTECTED]
800.398.VOIP - Toll Free
716.630.1555 - x3874
716.250.3874 - Direct
291176096 - ICQ
VoIPSupplyBrianS - AIM
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]