TestedOrange
6 years agoOccasional Contributor
How to run a bat file with a relative path?
Hi,
I wonder how can I run a bat file from a relative path?
Our Testsuite is located in a git repository which results in different absolute paths per user.
Our folder structure looks l...
- 6 years ago
Thanks for your feedback.
I solved it by writing a routine using aqFileSystem.GetCurrentFolder() and aqFileSystem.GetFolderInfo().ParentFolder.