Save scripts from QC to Local Disk-need help with code - 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: VB Scripting/Descriptive Programming (https://www.learnqtp.com/forums/Forum-VB-Scripting-Descriptive-Programming) +--- Thread: Save scripts from QC to Local Disk-need help with code (/Thread-Save-scripts-from-QC-to-Local-Disk-need-help-with-code) |
Save scripts from QC to Local Disk-need help with code - monsuer15 - 02-02-2010 I have lots of scripts in QC which I want to save it onto my Local Disk. I created the below vbs script and ran it from command prompt. But the code fails at line 15 when it Opens the script in QC. The error I get is "Cannot open test 800A03EE" ********************************************** Code: Dim qtApp 'As QuickTest.Application ' Declare the Application object variable RE: Save scripts from QC to Local Disk-need help with code - bela.chuphal - 10-10-2017 (02-02-2010, 08:41 PM)monsuer15 Wrote: I am too getting the issue. Err No -1024 and err.description - The application is too busy to open |