Jump to content

Recommended Posts

Guest SunWuKung
Posted

Sorry - I am sure it is covered somewhere either in the help file or in the forum - I did search for it but I couldn't find the syntax for changing the windows date to a certain date.

Thanks for the help.

SWK

Posted

You could also try usin the DOS date command.


Time you enjoyed wasting is not wasted time ......T.S. Elliot
Suspense is worse than disappointment................Robert Burns
God help the man who won't help himself, because no-one else will...........My Grandmother

Guest SunWuKung
Posted

Thanks for the help.

I think I can do it from here - if not I will post back.

A question out of curiosity: this method with setting the Systime through its dll is a "proper" programmatical approach. I would have thought that the automation approach would be to call the "Adjust Date and Time" window and send keystrokes or set control values - why don't we do that here?

Thx.

SWK

  • Developers
Posted

A question out of curiosity: this method with setting the Systime through its dll is a "proper" programmatical approach. I would have thought that the automation approach would be to call the "Adjust Date and Time" window and send keystrokes or set control values - why don't we do that here?

Thx.

SWK

<{POST_SNAPBACK}>

Sending keystrokes is a lot slower and will have a higher risk of failure.

Don't see why a programmatic approach with either running the DATE commandline program or calling the DLL won't be the right automation approach.

Automation to me is: "Be lazy, when the script can do the repetitive tasks for me, why would i want to do it manually ..." :whistle:

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.
  :)

Posted
RunWait(@ComSpec & " /c DATE " & $DateToSetTo, "", @SW_HIDE) should do the trick without a lot of effort.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...