All Questions
2 questions
0
votes
3
answers
588
views
Including a .bat file or a .exe file inside the Windows application program
Im doing a project in which im including an already done program.
It has a .bat file as well as a .exe file.
Now the already done progream is in a folder 'X' where there are many files including
...
1
vote
2
answers
10k
views
Capture return value of an .net EXE in an bat file
I am currently running an EXE application which is called from a bat file with some other exes. What iam trying to do is i want to return a value from EXE and pass it to an other EXE in bat file. I ...