Click here to Skip to main content
15,914,327 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all;

I wanna ask a question about returning result with a batch file.

Do I have chance to define an output parameter or something like that; or what's the way? :confused:

Thanks from now on.
Posted

1 solution

Hi

U can pass output parameter in a batch file.
the below is my batch file(BatchFile.bat).

VB
START /d "C:\Program Files\" StkView.exe % 19


the content after .exe % is output parameter data.(ie 19)

Regards,
Pawan.
 
Share this answer
 
v2
Comments
M. Emre Yazgan 9-Jun-10 6:00am    
Hi Pawan.
I can use this way.

Thank you lot.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900