Dec 22, 2003 #1 AlexCode Well-known member 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 Iceplug Well-known member Joined Aug 20, 2001 Messages 706 Location South Carolina, USA Check out the System.Environment.CommandLine shared property.