creates a job named taskname
that runs every minute using Windows schtasks.exe
Usage
schedule_schtasks(command, taskname = "tessiflow")
unschedule_schtasks(taskname = "tessiflow")
unschedule_crontab(taskname = "tessiflow")
Arguments
- command
string command line expression
- taskname
string name of task
Value
result of system call