Forum Discussion

TestedOrange's avatar
TestedOrange
Occasional Contributor
5 years ago
Solved

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...
  • TestedOrange's avatar
    TestedOrange
    5 years ago

    Thanks for your feedback.

     

    I solved it by writing a routine using aqFileSystem.GetCurrentFolder() and aqFileSystem.GetFolderInfo().ParentFolder.