Windows shell commands

Hi,

Is there a way to run windwos shell commands from Ruby?

Thanks
Joerg

Hi,

Is there a way to run windwos shell commands from Ruby?

Thanks
Joerg

dir
OR
system(‘dir’)
OR
exec(‘dir’)
OR
http://raa.ruby-lang.org/project/win32_console/

Alexis.

“Joerg D.” [email protected] wrote in message
news:[email protected]

This link
http://www.jamesbritt.com/articles/RubyAndVbaForWebDictionarySearches.html

may be of interest.

Mu.