I am running a .bat file from windows task scheduler every hour, the file is named: followers.bat
And contains:
@ECHO OFF
C:\xampp\php\php.exe -f "C:\xampp\htdocs\Test\FollowTrackerV2\followers.php"
It is entered in the task scheduler like so:
program / script:
C:\xampp\htdocs\Test\FollowTrackerV2\followers.bat
parameters (optional):
<blank>
Start in (optional):
C:\xampp\htdocs\Test\FollowTrackerV2
I tried adding parameter /min
but that did not seem to work, it flashed a command prompt like it always does.
I searched around but I did not find a concrete answer, I hope right now in 2015 on windows 8.1 there is a clever / easier way to do this, but I am not aware of that. Hence why I am asking you guys :)
Thanks!