Executing a .bat file from a build file
-
Hi, I'm having trouble in finding the necessary function to use in a build file to execute a .bat file. I'm running the build file using NAnt. If anyone of u guys know how to do it pls let me know.... Thanx in advance.... Era
Have you looked at the Nant documentation?
"Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon
-
Have you looked at the Nant documentation?
"Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon
-
Hi Paul, Infact I went through the NAnt documentation but couldn't find the answer to my problem. Thnx. :(( Era....
http://nant.pbwiki.com/FAQ[^], about halfway down the page might be of help for you.
"Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon