mirror of
https://github.com/sstent/Scripts.git
synced 2026-01-26 15:12:27 +00:00
added scripts and SUPERMICRO
This commit is contained in:
11
test_now.vbs
Normal file
11
test_now.vbs
Normal file
@@ -0,0 +1,11 @@
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user