Command to update computers time

mbabb

Member
I would to see the feature where the computers time can be changed/updated to a specified time upon receiving a DTMF tone.  For instance, my network sends a DTMF tone at hh:59:45 each hour THEIR time.  Because of Network Satellite or internet delay, this time might vary by a second or two depending on whether I'm getting the feed from satellite or internet.  When they send this DTMF tone, I would like RB to update the computer's minute and second time.

thanks
 
Please note that adjusting system clock is not generally recommended as it's managed by the system and this may confuse some programs.

You can change the time using the run command in the scheduler, e.g.

run cmd.exe /c time 20:00:00

This requires RadioBOSS running with administrator privileges.
 
I have this solution for German users

Automatic Windows time update by event in the RadioBOSS
Patrick De Bruyn ? Thursday, April 25, 2019


First, download the little program down from my Dropbox
https://www.dropbox.com/s/idxnog175p6u2i1/Install2Atomzeit.exe?dl=0

Install it and run it, the first time the update is done, just click YES in both windows.
You only have to do this once.

The program installs itself in 32 bit Windows in
C: \ Program Files \ All time Atomic Time \ Atomic Time.exe
In 64 bit Windows in
C: \ Program Files (x86) \ All time Atomic Time \ Atomic Time.exe

Now open a new event in the RadioBOSS event planner.
At the top left of playlist / title filename or command
insert the following command
For 32bit systheme
run C: \ Program Files \ All time Atomic Time \ Atomic Time.exe / leise
For 64bit systheme
run C: \ Program Files (x86) \ All time Atomic Time \ Atomic Time.exe / leise
(leise is because the two confirmation windows are not displayed)
now you put the hook in time and leave the time unchanged,
select all days of the week, and set repeat to 60 minutes.


Alternatively you can also start the event manually


With this event, your PC clock is updated with the atomic clock in Braunschweig, very convenient for event-scheduled handovers or disconnects
-----------------------------------------------------------------------------------------------------

Automatische Windowszeit aktualisierung durch Event im RadioBOSS
Patrick De Bruyn?Donnerstag, 25. April 2019


Als erstes ladet euch das kleine Programmchen runter aus meiner Dropbox
https://www.dropbox.com/s/idxnog175p6u2i1/Install2Atomzeit.exe?dl=0

Installiere es und f?hre es aus, beim ersten mal wird die Aktualisierung gemacht, dabei klicke in den beiden Fenstern auf JA.
Dies muss man nur einmalig machen.

Das Programm installiert sich in 32 bit Windows in
C:\Programme\Allzeit Atomzeit\Atomzeit.exe
In 64 bit Windows in
C:\Programme (x86)\Allzeit Atomzeit\Atomzeit.exe

Nun ?ffnet in den RadioBOSS Eventplaner ein neues Event.
Oben an der linke Seite  bei Playlist/Titel-Dateiname oder Befehl
f?gt ihr folgenden Befehl ein
F?r 32bit Systheme
run C:\Program Files\Allzeit Atomzeit\Atomzeit.exe /leise
F?r 64bit Systheme
run C:\Program Files (x86)\Allzeit Atomzeit\Atomzeit.exe /leise
(Das leise ist daf?r da das die beiden best?tigungsfenster nicht angezeigt werden)
jetzt setzt ihr den haken in Zeit und lass die zeit unver?ndert,
w?hle alle Wochentage, und setze wiederholen auf 60 minuten.

Alternativ kann man das Event auch Manuell starten


Mit diesem Event wird eure PC uhr mit der Atomuhr in Braunschweig aktualisiert, ganz praktisch bei ?ber Event geplante ?bergaben oder Disconnects
 
Back
Top