If you want, you can also use python subprocess

On Sun, Sep 23, 2012 at 11:24 PM, Martin <[email protected]> wrote:

> Thanks Stephen I'll give it a try
>
> M.Yara
>
>
> On Fri, Sep 21, 2012 at 9:08 PM, Stephen Blair <[email protected]>wrote:
>
>> Can you use LaunchProcess? It has a "Blocking" argument
>>
>>
>> On Fri, Sep 21, 2012 at 3:42 AM, Martin <[email protected]> wrote:
>>
>>> Hi,
>>>
>>> I wrote a tool in JS that is calling an external VBS Photoshop script
>>> with ExecuteScript.
>>> The problem is, I can't do anything until this VBS has finished. And
>>> dealing with hundreds of PSD files being processed it does take a while.
>>>
>>> Since this VBS Script isn't really doing anything in SI, only logging
>>> the PSD files being processed by Photoshop, it would be nice if I could
>>> keep working while this VBS Photoshop Script is running in background. Is
>>> it possible?
>>>
>>> The only idea I have is to use WScript.Shell to run this VBS, and modify
>>> the VBS to be able to run from Windows without interacting at all with SI.
>>>
>>> Is there an easier solution for this?
>>>
>>> Thanks.
>>>
>>> M.Yara
>>>
>>
>>
>


--

Reply via email to