sending values from command line?????
Posted
by deep
on Stack Overflow
See other posts from Stack Overflow
or by deep
Published on 2010-03-31T13:59:15Z
Indexed on
2010/03/31
14:03 UTC
Read the original article
Hit count: 466
Windows
|command-line
hai consider that my application name is sApp.exe
when i run my application as
sApp.exe < myValue>
my application should start and i want to get that myValue in my application
how i can do this?
© Stack Overflow or respective owner