Daniel Waseem
Newbie level 5
- Joined
- Sep 12, 2014
- Messages
- 9
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Activity points
- 57
I am writing a batch file to run a python script in hfss:
hfss -RunScript "ScriptName.py" -ScriptArgs "1 2 3"
I am having an issue giving the batch script to people since they do not have their environment variable setup. Is there a way to path directly to the directory where hfss.exe is located? Is there a system variable or a registry variable?
hfss -RunScript "ScriptName.py" -ScriptArgs "1 2 3"
I am having an issue giving the batch script to people since they do not have their environment variable setup. Is there a way to path directly to the directory where hfss.exe is located? Is there a system variable or a registry variable?