External
|
|
|
|
<?php //start background process (e.g. tlswrap) minimized in the background: $WshShell = new COM("WScript.Shell"); $oExec = $WshShell->Run('X:\programs\tlswrap\tlswrap.exe -c 20 -C ALL -h 127.0.0.1 -l 7000', 7, false);
//terminate process with pskill-utility $WshShell = new COM("WScript.Shell"); $oExec = $WshShell->Run('X:\programs\pskill\pskill.exe tlswrap.exe', 7, false); ?>
|
|
|
Usage Example
|
|
|
Rate This Script
|
|
|
|