Tagged Questions
2
votes
1answer
211 views
How do I run a script automatically when I start an app?
I want to run a script automatically when an application start. How would I do this without making the script run at start-up?
My current approach is writing a script with an infinite loop and made ...
58
votes
6answers
55k views
How to run scripts on start up?
I was wondering how to run scripts when my computer starts up. So I dont have to run scripts manually that I always run.
Please and thank you.