Tag Archives: vbscript

Generate Yesterday’s Date Through Windows Batch

Generating past date in a windows batch can be tricky. There doesn’t seem to be any date arithmetic functionality within the DOS kernel. There are a number of ways you can do it, but the one that works for me … Continue reading

Posted in Useful Scripts, vbscript, Windows Batch, WSH | Tagged , , , | Leave a comment

URL2File

I ran into a problem recently with my windows batch script files because I use this great utility called URL2FILE.exe which is a free 32bit Windows console-mode application able to retrieve and save the content of a World Wide Web content … Continue reading

Posted in Useful Scripts, vbscript | Tagged , , , | Leave a comment