Category 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 get date yesterday, vbscript, Windows Batch, wsh
Leave a comment
VBScript to Save Web File to Computer
This post is an extension from the URL2File script that I posted previously. While the URL2File script allowed you to save web pages to a local file, the following VbScript will allow you to save a binary file on the … Continue reading
Posted in Useful Scripts, vbscript
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 url2file vbscript, vbscript, windows script hosting, wsh
Leave a comment