We have an automation script which we run in Windows command prompt.
We use it like 'Automate task 1'
Now I am trying to run it using ruby. I followed this SO post. But since this is not a system command it doesn't get executed.
system('Automate task 1')
How do I excute such commands?
Note: We don't have access to type or source of that command nor knows where is the command stored. We just execute it in cmd.