what is the function to execute batch jobs?
Answer / sksy
Use this piece of code
Action()
{
char command[1024]; // declare a cahar val
sprintf(command, "C:\testshilpa\batfile.bat");// mention the path of the file with full path details
system(command); // it will execute the command
return 0;
}
Note: batfile may contains command for batch job.You can try with "ping localhost -n 10"
| Is This Answer Correct ? | 0 Yes | 1 No |
How can we recording vuser scripts using vugen?
where do you save u r scripts in Load Runner?
What is vuser-init section?
Which are online monitors and windows resource monitors
When we go for manula correlation, automation correlation Expl?(Chandana) Real timers Plz
If we want to know the size of each component in system how?
how to download pdf file in loadrunner
How to identify what to correlate and what to parameterize?
How to capture dynamic values in load runner and how Each of the captured values are to be written to a text file (c:\temp\LoadRunner1.txt)
Why we insert the rendezvous point while running the scenario?
The response time of an application was 2.5 seconds.After a minor hotfix,the response time increased to 5 seconds.What analysis can you make out. What are all the things u check in the server side in such a scenario?
I am not able to access controller machine and I have to run test. How would I handle this situation?