43 posts
Posted 03 September 2012 - 06:37 PM
Hi, I'm trying to run a program using os.run or shell.run and I have no luck. I'm trying to create a program that will automatically run "gps host x,y,z". But it will only run gps, and not 'gps host'. There's no api for this so im stuck with running it. Can anyone mind telling me what I'm doing wrong?
463 posts
Location
Germany
Posted 03 September 2012 - 06:40 PM
the usage is the following:
shell.run("programname", "param1", "param2", "param3", "param4") --and so on...
43 posts
Posted 03 September 2012 - 06:47 PM
the usage is the following:
shell.run("programname", "param1", "param2", "param3", "param4") --and so on...
Thanks, I figured out my problem.
shell.run("gps","host",10,20,30)