I am calling VB script from an application. The script
calls a VB 6 program which does calculates total freight
and outputs the total to a text file.
After the VB6 program finishes, I need to be able to
set a variable(in vbscript) to pass back to the application. I need to set the variable to the
value contained in the text file that was created in
VB 6.
Anyone know how to do this ?
calls a VB 6 program which does calculates total freight
and outputs the total to a text file.
After the VB6 program finishes, I need to be able to
set a variable(in vbscript) to pass back to the application. I need to set the variable to the
value contained in the text file that was created in
VB 6.
Anyone know how to do this ?