Launch Rootjazz apps on startup

Ask any support / help / issues / problem or question related to any of our other products
Post Reply
getsite2000
Posts: 19
Joined: Wed Sep 11, 2019 10:33 am

Launch Rootjazz apps on startup

Post 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
User avatar
martin@rootjazz
Site Admin
Posts: 34360
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: Launch Rootjazz apps on startup

Post 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" 
getsite2000
Posts: 19
Joined: Wed Sep 11, 2019 10:33 am

Re: Launch Rootjazz apps on startup

Post by getsite2000 »

Thank you Martin :) I'll try this
User avatar
martin@rootjazz
Site Admin
Posts: 34360
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: Launch Rootjazz apps on startup

Post by martin@rootjazz »

let me know how it goes



Regards,
Martin
Post Reply