How to use environment variable in windows task scheduler? - TechRepublic
Question
April 16, 2010 at 09:53 AM
nitss

How to use environment variable in windows task scheduler?

by nitss . Updated 16 years, 2 months ago

Hello!

I want to add a task in windows task scheduler (windows server). The problem is, the path of the exe is not fixed. I have created a user variable ‘my_exe_path’ under environment variables which has the path to the exe.

How do I schedule this exe to run daily? If I use %my_exe_path%\myexe.exe as the program to start in the task, it is not able to find the path.

Any help?

Thanks!!

This discussion is locked

All Comments