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