MSTG Posted April 28, 2014 Posted April 28, 2014 (edited) HELP ME! it is simple script but it should be start with windows so please make this script "Run at Startup" Indicator.au3 Edited April 28, 2014 by MSTG
Solution Starstar Posted April 28, 2014 Solution Posted April 28, 2014 (edited) FileCreateShortcut(@ScriptFullPath, @StartupDir &"\Indicator.lnk") You can also use @StartupCommonDir......but in win7 or win8 @StartupDir is best because no need to run as Administrator...... Edit:: Copy and past this line in your Indicator code.....or put in to any au3 file code that you want run at windows startup {Every time you start your operating system this will automatically run your specific file(here Indicator)}..... ......Tested in win7...... Edited April 28, 2014 by Starstar MSTG 1 Life is like a coin. You can spend it Anyway as you wish and for your kind information. "you can spend it only once."
Moderators JLogan3o13 Posted April 28, 2014 Moderators Posted April 28, 2014 Or add an entry into the registry, or run it as a service, or any one of a number of other ways. This is not an AutoIt issue you're looking to solve but a Windows issue. Try Googling "run program at startup". "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum!
MSTG Posted April 28, 2014 Author Posted April 28, 2014 FileCreateShortcut(@ScriptFullPath, @StartupDir &"\Indicator.lnk") You can also use @StartupCommonDir......but in win7 or win8 @StartupDir is best because no need to run as Administrator...... Edit:: Copy and past this line in your Indicator code.....or put in to any au3 file code that you want run at windows startup {Every time you start your operating system this will automatically run your specific file(here Indicator)}..... ......Tested in win7...... Thanks Alot
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