Answers for "how to run a file on startup"

6

run startup folder

windows key + r --> shell:startup
Posted by: Guest on December-28-2020
3

how to run script in linux at startup

crontab -e	// To make a crontab file
@reboot *your shell command here*	// to run at startup
Posted by: Guest on June-02-2021

Code answers related to "how to run a file on startup"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language