mkseegs Posted May 13, 2015 Posted May 13, 2015 I am trying to create a simple script to prompt a user to select their location and then based on that set the computers Time Zone appropriatelyI am struggling with how to enter the code properly for AutoIT to recognize it:For Example: From a Command line you can enter C:\Windows\System32\tzutil /s "Central Standard Time" to set the time zone to central timeThe " " around the Time Zone is what is throwing me off. How can I translate the above for AutoIT?
Moderators JLogan3o13 Posted May 13, 2015 Moderators Posted May 13, 2015 ShellExecute("tzutil", '/s "Central Standard Time"') "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!
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