Re: [Pharo-project] Accessing the OS Environment Variables

2011-11-26 Thread Sean P. DeNigris
Alberto Bacchelli wrote > > Thank you! It works perfectly :) > This comes up every so often so I added it to the online book http://book.pharo-project.org/book/PharoTools/OSProcess -- View this message in context: http://forum.world.st/Accessing-the-OS-Environment-Variables-tp4024106p4110622.

Re: [Pharo-project] Accessing the OS Environment Variables

2011-11-11 Thread Alberto Bacchelli
Thank you! It works perfectly :) Sean P. DeNigris wrote: > > Or with OSProcess: "OSProcess thisOSProcess environment" > -- View this message in context: http://forum.world.st/Accessing-the-OS-Environment-Variables-tp4024106p4031303.html Sent from the Pharo Smalltalk mailing list archive at N

Re: [Pharo-project] Accessing the OS Environment Variables

2011-11-10 Thread Sean P. DeNigris
Or with OSProcess: "OSProcess thisOSProcess environment" -- View this message in context: http://forum.world.st/Accessing-the-OS-Environment-Variables-tp4024106p4024222.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.

Re: [Pharo-project] Accessing the OS Environment Variables

2011-11-10 Thread HernĂ¡n Morales Durand
Some time ago I've added some extensions to FileSystem to resolve path's using OS variables, I don't know if they were integrated. With ProcessWrapper you may use in Windows: ProcessWrapper new useStdout; startWithShellCommand: 'echo %programfiles%'; upToEnd then you need

[Pharo-project] Accessing the OS Environment Variables

2011-11-10 Thread Alberto Bacchelli
Hello, How can I access the OS Environment Variables from Pharo? Thanks, Alberto -- View this message in context: http://forum.world.st/Accessing-the-OS-Environment-Variables-tp4024106p4024106.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.