How to Create a Cron Job (Scheduled Task) for Your Website or Blog by Christopher Heng, thesitewizard.com On occasion, you might come across the need to create a scheduled task for your site. For example, you may have installed a website statistics s…
vs2010 and vs2012 are installed on target machine. Build c# project using vs2010, following error occurred: ERROR message : error MSB4216: Could not run the "GenerateResource" task because MSBuild could not create or connect to a task host with…
Step 1: Check File/Folder Permissions The first step to fixing this issue is ensuring that the account you are using to run the script in Task Scheduler has Full Control permissions on the folder containing the script, the script itself, and any fold…
Creating Hyperv Agent Installer Skip to end of metadata Created by Anshul Gangwar, last modified on Jun 29, 2015 Go to start of metadata Pre-built Hyper-V Agent Installer If you want to use pre-built Hyper-V Agent Installer then you can downloa…
How to use "cron" to create scheduled task Minimum time cycle: 1 minute Use crontab -e edit scheduled task 25 10 * * * (/bin/bash /your/scripts/dir/test.sh) If user Environment Variable need to be used, you need add . /etc/profile and . ~/.bash_…