Albert MN.
Albert MN.

Reputation: 730

Scheduled Task through BATCH

I am trying to create a scheduled task that just simply runs a .bat file. But when I looked it up it up on serveral sites it said something about importing an XML file.

Is there a quick way to create a task through a batch file?

The task should be executed at xx o'clock and just simply run a batch file in a specific folder.

Anyone have some advice for me or maybe even a piece of code?

I do not want to get too advanced as I started coding batch last week

Upvotes: 0

Views: 136

Answers (1)

Nuach
Nuach

Reputation: 99

Try this:

Start --> Run --> Type taskschd.msc --> Action --> Create a basic task or create a task

I hope this helps.

Upvotes: 1

Related Questions