VoiceGuide IVR Software Main Page
Jump to content

How To Set System Time

Recommended Posts

Hi Dear.

I want to set Correct The windows time from get number madule.

How can run Date and Time Properties in Windows ans send the Secound Minute & Hour and close the program?

Share this post


Link to post

I've not tried it but you should be able to use the Run module to run the command line utility to set the time.

 

cmd /c time $RV[inputhour]:$rv[inputminute]

 

/c is the command line switch to run the command and then terminate the window.

Share this post


Link to post

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
×