Running batch files sequentially in win 7 task scheduler

前端 未结 3 1602
予麋鹿
予麋鹿 2021-02-07 10:34

I have 2 batch files as \"actions\" in a single task. The first one does a scan for viruses using microsoft security essentials. The second one puts the computer to sleep. Th

3条回答
  •  春和景丽
    2021-02-07 11:24

    I believe the easiest way to fix this is to have the first batch file call the second batch file. Since the commands in batch files are processed sequentially that would fix your problem.

提交回复
热议问题