I am able to run .bat file from my system but when I invoke it from vugen11 it throws the error "Your current Citrix client version is 12.0.3.6. Please upgrade it to version 6.30.1060 or higher."
I'm using following code from VuGen
char command[1024]; // declare a cahar val
/* sprintf(command, "Z:\\mx3_client\\Run.mx3.locally.bat");// mention the path of the file with full path details */
sprintf(command, "C:\\mx3_client\\Run.mx3.locally.bat");
system(command); // it will execute the command
return 0;
Please help me in the same asap. Any help will be highly appreciated.
P.S. This thread has been moved from Practitioners Discussion Forum to LoadRunner Support Forum.
-HP Forum Moderator