Is there anyway to auto start a program without naming it startup?
Question? auto start
Started by DireEpidemic, Jul 24 2012 03:21 PM
6 replies to this topic
#1
Posted 24 July 2012 - 03:21 PM
#2
Posted 24 July 2012 - 03:47 PM
Yes. create this... (the program is to be named startup)
shell.run("your program") -- replace your program
#3
Posted 24 July 2012 - 03:51 PM
Thank you
/>
#4
Posted 25 July 2012 - 10:49 AM
Is there a way to put this into the code i need to auto start if i have more than one program, or will i just have to list the code over and over again calling the different programs files in the startup?
#5
Posted 25 July 2012 - 04:35 PM
you could make a folder named "autostart" or similar, and make your startup program run every file inside
#6
Posted 25 July 2012 - 04:45 PM
Also you can do this...
Hope this helped
function program1() --Put all the code of program 1 into here -- I havent experimented with using the shell.run() in here but you could try end function program2() --same as above. but program 2 end parallell.waitForAny(program1(), program2()) -- you can also use parallell.waitForAll(same)
Hope this helped
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users












