So if i edited startup and wanted it so that once the startup was completed it would load a diff page/program.
How would i do that? Would shell.run() work? And if so how?
[Question]Changing from startup to a different program
Started by Stormkrow, May 31 2012 02:30 PM
2 replies to this topic
#1
Posted 31 May 2012 - 02:30 PM
#2
Posted 31 May 2012 - 03:44 PM
yes shell.run would work.the usage is shell.run("programname")
#3
Posted 03 June 2012 - 07:35 AM
You should code it up like this (i'm not good at coding)
Tell me if it works
/>
print("your text") --Alerts that startup is running
sleep(time) --sleeps for a X time
shell.run("PROGRAMNAME") --Runs the program you choiced
Tell me if it works
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users











