Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is the function to execute batch jobs?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Suppose ur app server is .net server. In that connection pool is related to memory ?explain how?

2393


What is the difference between performance testing and performance engineering?

1232


Which components have you used in loadrunner ?

1073


what is remote performance monitering?

2217


What is vugen recording and scripting?

1196


What are the documents your using ,and how your distibute the users

2104


What is report viewer?

1189


What is the difference in running the vuser as a process and as a thread? Which is more advantageous way of running vuser?

1151


While scripting you created correlation rules for automatic correlation. If you want to share the correlation rules with your team member working on the same application so that he/she can use the same on his workstation, how will you do that?

1236


What are the element in the loadrunner controller?

1214


How to identify what to correlate and what to parameterize?

1098


What do you mean by remote command launcher(rcl)?

1360


What are the advantages of load runner?

1147


During the load test, what is the optimum setting for logs?

1193


When loadrunner is used?

1158