Is there a way to pass a parameter to a vb exe from a shell command / batch file and have the return value show up on the next line of the same command prompt screen that launched the VB exe....<br>
<br>
<br>
for example, VB code is:<br>
<br>
varResult = var1 + var2<br>
<br>
When the exe is launched via shell command, the next line should<br>
ask the use tio input a value for var1 followed by asking the user to input value for var2<br>
Displaying the result in the shell window.<br>
Thanks<br>
<br>
<br>
<br>
for example, VB code is:<br>
<br>
varResult = var1 + var2<br>
<br>
When the exe is launched via shell command, the next line should<br>
ask the use tio input a value for var1 followed by asking the user to input value for var2<br>
Displaying the result in the shell window.<br>
Thanks<br>
<br>