Re: Annoying CMD Windows on Win32
Try using the Com object WScript.Shell. For a VBScript example see
http://www.ss64.com/wsh/run.html. You will need to translate this to
ruby and use the WIN32OLE module.
.
Relevant Pages
- Re: [ANN] Ruby Hacking Guide Translation
... Thank you very much Vincent for your hard work on this, I have been waiting for someone to translate some of the great Japanes ruby textx out there. ... I am pleased to announce that I have translated in English the second ... Japanese name of the book is "Ruby kanzen soosu coodo kaisetsu" (that ... (comp.lang.ruby) - Re: Should I Learn Ruby as a First Language?
... conclusions) I used to translate legal documents professionally, ... competition/pretty girls or guys/whatever:) ... I will keep this approach in mind, it strikes me as very pragmatic and ... to turn Ruby into C or Python like 7stud and some others like to. ... (comp.lang.ruby) - Re: Use Ruby to create Win executable?
... I was suggested using VBScript to create a HTA application, ... Ruby would be more interesting too ... ... I only know some perl and php. ... The initial learning curve ... (comp.lang.ruby) - Re: A couple of questions from a Ruby neophyte
... For what's its worth I think Ruby is the way to go. ... resources. ... For my part about a year ago I switched away from VBscript ... because I wanted a more portable language. ... (comp.lang.ruby) - Enhanced Ruby editor
... I've been using SCITE as my main code editor. ... just a sysadmin so for the scripts that I use VBscript and Ruby it ... feature was a drop down box to switch between various functions. ... know that VBscript is different from Ruby but I was wondering if there ... (comp.lang.ruby) |
|