mayboy Posted September 25, 2005 Posted September 25, 2005 Sorry if this is just a stupid newbie question but is there a way that i can make my scripts run on startup? Thank you
totoymola Posted September 25, 2005 Posted September 25, 2005 (edited) Hi! Yes indeed! a) You can make a shortcut that will trigger your compiled script in the START => All Programs => Startup Use the registry Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run] "WHATEVER_NAME"="YOUR_COMPILE_SCRIPT'S_FULL_PATH" ;This is an example. ;"Test"="C:\\MyScriptRepository\\MyCompileScript.exe" There are other ways to do it, but these two are the easiest. I hope this answers your question. Edited September 25, 2005 by totoymola
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now