[Newbies] ProcessWrapper on Windows - Can't get OSProcess/CommandShell to work

Ron Teitelbaum ron at usmedrec.com
Wed Sep 26 19:50:31 UTC 2018


Hi JRM,

Not sure how it's done today but on my 4.1 system, we do the following.

result := Win32Shell new shellOpen: 'my.exe'.

It uses FFI and shell32.dll

All the best,

Ron Teitelbaum


On Wed, Sep 26, 2018 at 2:48 PM John-Reed Maffeo <jrmaffeo at gmail.com> wrote:

> I have an application running on Mac which I am trying to port to run on
> Windows.
>
> PipeableOSProcess fails on an know issue.
>
> Is Process Wrapper a viable option? It requires adding
>  SmartSyntaxInterpreterPlugin, and ProcessWrapperPlugin.dll.
>
> All I want to do is run an .exe and capture the output.
>
> Any suggestions?
>
> - jrm
> _______________________________________________
> Beginners mailing list
> Beginners at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/mailman/listinfo/beginners
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/beginners/attachments/20180926/0f968913/attachment.html>


More information about the Beginners mailing list