mirror of
https://github.com/sstent/Scripts.git
synced 2026-01-26 15:12:27 +00:00
12 lines
329 B
Plaintext
12 lines
329 B
Plaintext
rem test_now.vbs
|
|
|
|
|
|
Set objShell = wscript.createObject("wscript.shell")
|
|
|
|
starttime=now()
|
|
wscript.echo "Now= " & Now() & "Starttime= " & starttime
|
|
wscript.echo "Now= " & Now() & "Starttime= " & starttime
|
|
wscript.echo "Now= " & Now() & "Starttime= " & starttime
|
|
wscript.echo "Now= " & Now() & "Starttime= " & starttime
|
|
|