possy_99 Posted September 26, 2005 Posted September 26, 2005 I guys, tried searching this with no luck. I was wondering if I could change the system date using an autoit script? thanks for any help ;o)
Rex Posted September 26, 2005 Posted September 26, 2005 The fast way $Date = "01-01-01" RunWait(@ComSpec & " /c " & 'Date ' & $Date, "", @SW_HIDE) /Rex
possy_99 Posted September 26, 2005 Author Posted September 26, 2005 The fast way $Date = "01-01-01" RunWait(@ComSpec & " /c " & 'Date ' & $Date, "", @SW_HIDE)/Rexlol, didn't think those 'ol dos commands still worked, lol. Was Dos v6 when I last used that command. Thanks for you help
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