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 |
What is the difference between hits/second and requests/second?
How can we capture 200 correlation value then how can handle it dyanamically.
what is the exactly meening of web_reg_save_param?
How to get the intermediate results from Controller, for example, when a 10 hours execution is going on in Controller, before the execution is completed how we can get the results at some 5 hours. Is it possible? (Not through graphs)
How many vusers are required for load testing?
How will you divide your script into multiple actions? Why?
How do you measure current load levels in Load Runner?
hello all can anybody give the total analysis guidance in load runner.thanks & regards siva2574@gmail.com
How do you correlate a dynamic value which does not have either Left Boundary or Right Boundary (or may be Both).
what is the difference between HTTP & HTTPS
What is action section?
What are the documents your using ,and how your distibute the users