Sam123,
Your application apparently is not ready to take command line parameters. In
VB6 there is the Command function. Look for its equivalent in .net.
Otherwise you can try a parameter file:
app.exe < param.txt
Ilya
"Sam123" <thesnakepath (AT) yahoo (DOT) com> wrote
Quote:
I have a DTS package that contains a "Execute Process Task Properties".
the task executes a Vb.Net exe file.
I am trying to pass a value from the DTS package to the vb.net exe
file/app. However I do not want the console to open and wait for my
input. When I enter a value in the parameter section the console opens
up and waits for my entry. I just want the value that I put inot the
parameter to automatically pass to vb.net app.
Any suggestions ??
Sam |