Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Synchronize the computer's time
Message
From
05/02/2023 03:35:50
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Synchronize the computer's time
Miscellaneous
Thread ID:
01686121
Message ID:
01686121
Views:
47
Good Morning,
I would like to synchronize the computer's time with the time of a server on the net that is pointed to the following time: '0.europe.pool.ntp.org'
I'm using the following command, but it doesn't work, any help is welcome:

DECLARE INTEGER ShellExecute IN shell32.DLL ;
INTEGER hndWin, ;
STRING cAction, ;
STRING cFileName, ;
STRING cParams, ;
STRING cDir, ;
INTEGER nShowWin

ShellExecute(0,"runas","cmd.exe","net stop w32time","",0) && sometimes Admin rights are needed!
ShellExecute(0,"runas","cmd.exe","w32tm/config/manualpeerlist:0.europe.pool.ntp.org, 0X8, sincfromflags:manual","",0) && sometimes Admin rights are needed!
ShellExecute(0,"runas","cmd.exe","net start w32time","",0) && sometimes Admin rights are needed!
Next
Reply
Map
View

Click here to load this message in the networking platform