RE: [PHP-WIN] shell_exec (or other exec sunctions) and pgp.exe

2002-02-25 Thread Paul J. Smith
Solved it by upgrading PGP! Paul Smith Microtech Limited http://www.microtech.co.gg -Original Message- From: Paul J. Smith Sent: 25 February 2002 10:45 To: [EMAIL PROTECTED] Subject: [PHP-WIN] shell_exec (or other exec sunctions) and pgp.exe Hi, Anyone any ideas how I can get this

[PHP-WIN] shell_exec (or other exec sunctions) and pgp.exe

2002-02-25 Thread Paul J. Smith
Hi, Anyone any ideas how I can get this simple piece of code to work!? $output=shell_exec("pgp.exe -sta -u test test.txt"); echo $output; pgp.exe is in the folder where the script runs. It has all the right permissions. Safe mode is off for testing. If I change the pgp comma