Excellent job! just one question how if even possible can i run this in the startup program using shell.run()?
How do I use shell.run()?
Started by OrionDude, Jan 07 2014 02:52 PM
1 reply to this topic
#1
Posted 07 January 2014 - 02:52 PM
#2
Posted 07 January 2014 - 03:38 PM
I've split this into its own topic.
Essentially, all you need to do is take whatever command you use to start the program and just pass it as a string to shell.run().
For example, you might use:
Obviously, that's not the exact command you want to use, but it should give you some idea how to accomplish it.
Essentially, all you need to do is take whatever command you use to start the program and just pass it as a string to shell.run().
For example, you might use:
shell.run("monitor top edit /rom/programs/shell")
Obviously, that's not the exact command you want to use, but it should give you some idea how to accomplish it.
2 user(s) are reading this topic
0 members, 2 guests, 0 anonymous users











