Thanks for the Support Team for all the queries resolved on the timely manner in our projects till now.
Now we are into a Execution Phase of the created scripts by calling in Batch File.
We have created a Bat file (with .bat extn) in a project and added the following steps in it. But its not executing the executable.
- Code: Select all
cd bin\debug
call project1.exe (which is located under bin\debug)
Can you please suggest me, if any other settings to be done before.
Regards,
Dal...