[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Re: DOS cmd from .rb file

Dan Diebolt

12/12/2008 5:11:00 PM

[Note: parts of this message were removed to make it a legal post.]

system("dir")

or

result=`dir`

In the second example those are back ticks (left of the 1 key) not single quotes.