In Rails 3, I want to run cmd prompt at windows platform using ruby code. Means click at one of the url at webpage, it will run command prompt at windows hosting server with parameters.
Here I want to pass some rails command to execute like
“rails generate model User first_name:string”
Thanks in advance
Sounds like risky business, but at the most basic Ruby level you can use
systemKernal:System Documentation