Dec 22, 2003 #1 A AlexCode Senior Contributor Joined Jul 7, 2003 Messages 931 Location Portugal I need to buid a small console app witch needs to take some parameters on start like: myApp.exe /h How can I code a console app in VB.net to accomplish this? Thanks... Alex
I need to buid a small console app witch needs to take some parameters on start like: myApp.exe /h How can I code a console app in VB.net to accomplish this? Thanks... Alex
Dec 22, 2003 #2 I Iceplug Contributor Joined Aug 20, 2001 Messages 709 Location California, USA Check out the System.Environment.CommandLine shared property.