Apologies if the question was not clear, I know it sounds simplistic but...
I have tried launching another program from the console app using Process
and Process.StartInfo but the called app does not always work as expected
with the arguments passed in. When the arguments are run through a command
prompt it always behaves as expected.
I tried entering the call to the application with arguments using
console.writeline, but that does not launch the app.
I tried putting a console.writeline(vbcrlf) after the call, but no dice.
Any suggestions greatly appreciated, thanks.