I am trying to call a perl file (w3.pl) repeatedly after every minute by double clicking in BATCH FILE (final.bat)
My try to do is below. It runs once fine but never repeats after every 1 minute. How to make it repeat after every 1 minute ?
schtasks /create /tn "batch Script" /tr C:\shekhar_Axestrack_Intern\Wi +ndowCreation\final.bat /sc minute /mo 1 perl C:\shekhar_Axestrack_Intern\WindowCreation\w3.pl
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |