Running command-line from squeak

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Running command-line from squeak

Sophie424
How do I run a command-line program from within Squeak?

(or, what is the equivalent of Ruby's "system command_string")

Thanks.
 
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Running command-line from squeak

David T. Lewis
On Mon, Aug 14, 2006 at 07:56:13PM -0500, itsme213 wrote:
> How do I run a command-line program from within Squeak?
>
> (or, what is the equivalent of Ruby's "system command_string")

Use Win32Shell in your Squeak image, or load OSProcess and CommandShell
from SqueakMap.

Dave

_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside