Micro Focus QTP (UFT) Forums
General Run Error - 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 Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners)
+--- Thread: General Run Error (/Thread-General-Run-Error--2349)



General Run Error - prabhu656656 - 09-10-2009

Hi,

While the script is going through a particular line in my script, I am getting General Run Error...
Please help me out.

Code# ExecuteFile = Script & "\\script.vbs"

Script - has the remaining part of the path that make the complete path of the scripts..(after adding script.vbs)
ex: Script has - D:\\New Folder\\Test123

Thank You.


RE: General Run Error - manabh - 09-10-2009

Hi,
I think you should use
Code:
ExecuteFile Script & "\\script.vbs"



RE: General Run Error - Ankur - 09-11-2009

See if this post can help you.