Page 1 of 1

Launch Rootjazz apps on startup

Posted: Mon Nov 23, 2020 2:24 am
by getsite2000
Hi, I have Twitterdub & SC Manager

I cannot find an option to automatically launch the apps when the computer starts
Is there an option somewhere that I can activate?

Thank you

Re: Launch Rootjazz apps on startup

Posted: Mon Nov 23, 2020 2:50 pm
by martin@rootjazz
Open a text file
Put

Code: Select all

START "" "C:\Program Files (x86)\soundcloud manager\soundcloudmanager.exe"  
START "" "C:\Program Files (x86)\twitterdub\twitterexe" 
Save it with extension .bat
eg
startup_rootjazz.bat

Move / create shortcut to the bat file in your startup folder
Start > ALL PROGRAMS > START UP



Note if you want to start instances with a different name:

Code: Select all

START "" "C:\Program Files (x86)\soundcloud manager\soundcloudmanager.exe" "instance_1"
START "" "C:\Program Files (x86)\twitterdub\twitterexe" "instance_2" 

Re: Launch Rootjazz apps on startup

Posted: Wed Nov 25, 2020 2:45 pm
by getsite2000
Thank you Martin :) I'll try this

Re: Launch Rootjazz apps on startup

Posted: Wed Nov 25, 2020 4:09 pm
by martin@rootjazz
let me know how it goes



Regards,
Martin