Question
-
Topic
-
How to use environment variable in windows task scheduler?
LockedHello!
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!!
All Answers
Viewing 1 reply thread