mirror of
https://github.com/sstent/Scripts.git
synced 2026-01-26 23:22:20 +00:00
added scripts and SUPERMICRO
This commit is contained in:
8
test.vbs
Normal file
8
test.vbs
Normal file
@@ -0,0 +1,8 @@
|
||||
i=2
|
||||
Wscript.echo "working"
|
||||
ZipAge = ((Weekday(Date, vbSaturday))-1)
|
||||
Wscript.echo "zipage " & ZipAge
|
||||
if ZipAge = 0 then ZipAge = ((i-2) * 7) else ZipAge = ZipAge + 7 + ((i-2) * 7)
|
||||
Wscript.echo "modzipage " & ZipAge
|
||||
nDate = DateAdd("d", (0-(ZipAge+6)), now())
|
||||
Wscript.echo "ndate " & nDate
|
||||
Reference in New Issue
Block a user