Shell Command with extra arguments in VB Dot NET?
How do I pass extra arguments when calling an external process from a VBNET console application?
For example "notepad.exe c:\sometext.txt".
Thanks in advance, everyone!
Please try to post answers using the Shell command, not Proccess.Start.
Thanks!
|