PostIT

while scratching my head…

PHP – Run PHP Script in The Background on Windows Box December 13, 2011

Filed under: PHP,Windows — Remo @ 11:27 am
Tags: , , ,

<?php
$runCommand = ‘php -q FULLPATH/FILE.php’;
$WshShell = new COM(“WScript.Shell”);
$oExec = $WshShell->Run($runCommand, 7, false);
?>

 

source:

http://php.net/manual/en/function.shell-exec.php

Advertisement
 

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

 
Follow

Get every new post delivered to your Inbox.