Categories
Archive
![]() Blogroll
|
How did I add background job support to PoSH Server?
Posted in Windows Powershell | No Comment | 649 views | 22/05/2012 01:50
Well, new version of PoSH Server now supports PHP and running as a background job. But how did I do this? I’ve used scheduled jobs to start PoSH Server on every restart. Let’s see my code. First I identify Task ID and Job Values:
Then I create scheduled job with these arguments:
Finally, I run Scheduled Job:
You can download PoSH Server v1.6 to check rest of the codes.
Leave a Reply
|