How do I get a batch file to install from the folder KACE downloads the software in.
KACE downloads install files (in my case, a zip file with everything needed for the install) to a folder in programdata: ex: C:\ProgramData\Quest\KACE\downloads\475
What do I need to include in my command to run the batch file from this directory. Obviously, I can't include the directory in the command because I don't know what number (475 in the example above) is going to be in the path.
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
AmberSDNB
4 months ago
You will want to use the variable $(KACE_DEPENDENCY_DIR)
This translates to $(KACE_DATA_DIR)\kbots_cache\packages\kbots\xxx
If that doesn't work, try: $(KACE_DATA_DIR)
Click the question mark to see all supported variables.