Hi,
I would like to run a DOS command such as “net send …” when I start
the rails application using script\server. Can you please tell me where
I need to put the call? Is it environment.rb by any chance?
-Yash
Hi,
I would like to run a DOS command such as “net send …” when I start
the rails application using script\server. Can you please tell me where
I need to put the call? Is it environment.rb by any chance?
-Yash
On 3/30/06, Yash [email protected] wrote:
I would like to run a DOS command such as “net send …” when I start
the rails application using script\server. Can you please tell me where
I need to put the call? Is it environment.rb by any chance?
How about adding the line:
system(“net send xxx yyy”) in the script\server file?
–
Jonas
Elfström
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs