ppp has asked for the wisdom of the Perl Monks concerning the following question:
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
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: how to call this perl file repeatedly after every minute from batck file
by Corion (Patriarch) on Jan 13, 2015 at 19:18 UTC | |
|
Re: how to call this perl file repeatedly after every minute from batck file
by GotToBTru (Prior) on Jan 13, 2015 at 22:13 UTC | |
|
Re: how to call this perl file repeatedly after every minute from batck file
by jonadab (Parson) on Jan 14, 2015 at 12:56 UTC |