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
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
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
If you need to call a webpage url automatically in every minutes/hours/daily/monthly or a schedule trigger, you can do this by using Task Scheduler in Microsoft Windows or Cronjob in Linux(Unix) system.
This tutorial below will help to setup the scheduled task on both Windows and Linux Continue reading