azkerm Posted February 18, 2014 Posted February 18, 2014 Hi There, With my previous post I got some assistance to get my script working and tested it out too. Now what I wanted is to get this script running while user logs into the workstation. What is the recommended way, will the .au3 script itself runs automatically if I put it into the startup folder or do I have to complie it into an exe?? I'm not sure whether the virus protection will identify it as a threat. So I want this to be executed when logging in. How can I achieve this..?? Any advise will be great.
JohnOne Posted February 18, 2014 Posted February 18, 2014 You could have a compiled script in startup to either shellexecute or run the other script. or just compile your script. Have you tested any of the questions you asked? AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
Solution azkerm Posted February 18, 2014 Author Solution Posted February 18, 2014 You could have a compiled script in startup to either shellexecute or run the other script. or just compile your script. Have you tested any of the questions you asked? Hey there! Thanks for the reply. Yes, I did test & did some tweak on dropbox, the .au3 script itself starts up after locating it within windows start up directory. Pretty straight forward. I had to ask this question because the scripts weren't firing soon after the user logs in. Now its working.
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