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!












