Posted 19 December 2012 - 06:13 AM
Hey guys,
I have a program that I want to run on startup, but the input requires an argument.
My script right now is
The program that I want executed requires an argument behind the "program1", and if possible even more arguments. How do I make it so that this happens in the shell.run ?
Thanks ahead!
I have a program that I want to run on startup, but the input requires an argument.
My script right now is
shell.run("disk/program1")
The program that I want executed requires an argument behind the "program1", and if possible even more arguments. How do I make it so that this happens in the shell.run ?
Thanks ahead!