Posted by shahid.juma on 10/13/05 16:26
Here is what I am doing:
<?
//echo exec('whoami');
//echo "<BR><BR>";
//echo exec('Encryption.exe s PublicKey.xml');
?>
<?php
$output = `Encryption.exe s PublicKey.xml`;
echo $output;
?>
Where Encryption.exe is a console application built using .NET. This
by itself works perfectly fine on command prompt.
Shahid
Navigation:
[Reply to this message]
|