Tag Archives: WScript

Create VBScript VBS To Run An EXE File Or Windows Applicaion Posted by in Tips And Tricks | Leave a comment

Below is a VBScipt (.vbs) that calls an executable file (.exe) or a Windows application. In this example, I create a .vbs file that will call SVN.exe (in TortoiseSVN) command to update source code from my SVN server Continue reading

Auto Delete Old IIS Logs, FTP Logs, SMTP Logs In Windows Posted by in Tips And Tricks | 5 Comments

I’ll provide a VB Script that I’m running on a Windows 2008 dedicated server; it will delete all old log files (IIS, FTP and SMTP) automatically after a specificed number of days. Continue reading