in reply to Re: Calling Windows "time /t" command
in thread Calling Windows "time /t" command
That should work on all of your Windows boxes. Another option that I think will work everywhere for you is to specifically invoke the cmd.exe shell:system("time /t <nul");
Cheers,system("cmd /C time /t");
|
|---|