Login  Register

Re: command line command from pharo image

Posted by Sabine M. on Dec 03, 2013; 3:35pm
URL: https://forum.world.st/command-line-command-from-pharo-image-tp4727022p4727068.html

Hi Esteban,

yes, like this:

OSProcess thisOSProcess
command:
('{1}mongodump  --out {2}'
format:
{
RKAConfiguration databaseUtilsPath.
(RKAConfiguration databaseBackupPath )}).

Cheers
Sabine


On Tue, Dec 3, 2013 at 4:28 PM, EstebanLM [via Smalltalk] <[hidden email]> wrote:
ah :)

then you need OSProcess. 

and I do not remember exactly how it was, but something like this: 

OSProcess command:  'mycommand with parameters'.

cheers,
Esteban


On Tue, Dec 3, 2013 at 3:29 PM, Yuriy Tymchuk <[hidden email]> wrote:

On 03 Dec 2013, at 15:26, Sabine Knöfel <[hidden email]> wrote:

Hi,

the mailinglist is so helpful! Its really great!

But it’s not well indexable and does not provide quality information about data. That’s why I encourage people to use Stack Overflow


CommandShell is my solution.

Thanks!
Sabine




On Tue, Dec 3, 2013 at 3:00 PM, Sergi Reyner [via Smalltalk] <[hidden email]> wrote:
2013/12/3 Sabine Knöfel <[hidden email]>

Hi,

how can I perform a commandline command from within Pharo?

Check OSProcess and CommandShell.

Cheers,
Sergi




If you reply to this email, your message will be added to the discussion below:
http://forum.world.st/command-line-command-from-pharo-image-tp4727022p4727033.html
To start a new topic under Pharo Smalltalk Users, email [hidden email]
To unsubscribe from command line command from pharo image, click here.
NAML






If you reply to this email, your message will be added to the discussion below:
http://forum.world.st/command-line-command-from-pharo-image-tp4727022p4727066.html
To start a new topic under Pharo Smalltalk Users, email [hidden email]
To unsubscribe from command line command from pharo image, click here.
NAML