The Computer Oracle

Is it possible to schedule a task only on working days?

--------------------------------------------------
Hire the world's top talent on demand or became one of them at Toptal: https://topt.al/25cXVn
and get $2,000 discount on your first invoice
--------------------------------------------------

Music by Eric Matyas
https://www.soundimage.org
Track title: Book End

--

Chapters
00:00 Is It Possible To Schedule A Task Only On Working Days?
00:13 Accepted Answer Score 45
00:35 Answer 2 Score 0
00:51 Thank you

--

Full question
https://superuser.com/questions/513676/i...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#windows7 #scheduledtasks

#avk47



ACCEPTED ANSWER

Score 45


Yes, this is possible.

  1. Create a Task
  2. On the Triggers tab, click New...
  3. Then click Weekly (see below)
  4. Choose the days you want
  5. Fill in the rest of your requirements.




ANSWER 2

Score 0


Or command for those who do not like GUI or just want to script:

schtasks /create /sc weekly /D TUE,THU /st 16:00 /f /RI 60 /du 12:00 /tr "'c:\temp\imdms\l.cmd'" /tn lock_mecoms

Result:

SUCCESS: The scheduled task "lock_mecoms" has successfully been created.