Answer the question
In order to leave comments, you need to log in
How to add a task to the scheduler via a bat script to launch the browser before logging?
Wrote bat which should add a task to launch the browser before logging. But the problem is that the script only adds a task if you add a schedule.
Script example:
@echo off
schtasks /create /sc ONSTART /tn "cwp" /tr "C:\Program Files
(x86)\Google\Chrome\Application\chrome.exe"
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question