|
Re: Running an external process asynchronously Romu wrote: Quote:
> Hi all,
> All the question is in the title;
>
> I need to run an external process from my powershell script asynchronously,
> I want powershell to continue my script execution as soon as this process is
> started.
>
> Any idea?
>
> Thanks in advance PowerShell v1: http://jtruher.spaces.live.com/blog/...628D!130.entry
PowerShell v2 CTP1/CTP2:
get-help start-psjob
Marco
--
Microsoft MVP - Windows PowerShell http://www.microsoft.com/mvp
PowerGadgets MVP http://www.powergadgets.com/mvp
Blog: http://marcoshaw.blogspot.com |