Re: call .exe file smalltalk
Posted by
Bob Jarvis-3 on
Mar 23, 2004; 8:10pm
URL: https://forum.world.st/call-exe-file-smalltalk-tp3370117p3370124.html
Theo Pronk <
[hidden email]> wrote in message news:<c3p2o7$29u2i8$
[hidden email]>...
> Hi,
>
> I would like to call "pkunzip.exe" with parameters, so it can unzip a
> file for my application.
>
> Does anyone have an example of calling an exe file with parameters from
> Smalltalk ?
Try the ExternalProcess class in my goodies collection.
http://www.nls.net/mp/jarvis/Bob/DolphinGoodies.htmI hope this helps.