Micro Focus QTP (UFT) Forums
Executing Exe converted functions in QTP 9 - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: UFT / QTP Others (https://www.learnqtp.com/forums/Forum-UFT-QTP-Others)
+--- Thread: Executing Exe converted functions in QTP 9 (/Thread-Executing-Exe-converted-functions-in-QTP-9)



Executing Exe converted functions in QTP 9 - scat - 04-17-2008

Hi,

We have 2 library files, library & utility, which we have converted from vbs to exe,using 3rd party software(EXE script 3.0).

Now to invoke our application we have to call one of the function in the utility(which is in exe format), which is not happening.

Earlier the environmentable variables created a conflict we had removed them from these library files and placed externally.

Kindly help us out at the earlierst.


RE: Executing Exe converted functions in QTP 9 - vaibhav_gandhi - 04-25-2008

Hi,

You can make us of Batch file. Create a batch file. Copy the "Target Address" of your application into the batch file. To get the "Target Address" right click on the exe, Select the "Properties" option, Copy the field "Target".

Using system.util function call this batch file and you will be able to run it.