sd333221 Posted June 25, 2005 Posted June 25, 2005 (edited) How can i make my script start automatically with windows? I can move it in the autostart folder but with every windows version and language the autostart folder is located at another folder so is there a method to make my script start automatically with windows by editing the registry? File("Clock-alarm.au3") thx mates Edited June 25, 2005 by sd333221
Developers Jos Posted June 25, 2005 Developers Posted June 25, 2005 How can i make my script start automatically with windows?I can move it in the autostart folder but with every windowsversion and language the autostart folder is located at anotherfolder so is there a method to make my script start automaticallywith windows by editing the registry?File("Clock-alarm.au3")thx mates <{POST_SNAPBACK}>check out: @StartupDir SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
sd333221 Posted June 25, 2005 Author Posted June 25, 2005 check out: @StartupDir<{POST_SNAPBACK}>FileCopy("Clock-alarm.au3", "@StartupDir")like that?thx for ur fast help
Developers Jos Posted June 25, 2005 Developers Posted June 25, 2005 FileCopy("Clock-alarm.au3", "@StartupDir")like that?thx for ur fast help<{POST_SNAPBACK}>nope, don't put it between quotes:FileCopy("Clock-alarm.au3", @StartupDir & "\", 1) SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
sd333221 Posted June 25, 2005 Author Posted June 25, 2005 thanks now it works! ur great -theard can be closed-
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