Nov 13, 2003 #1 J Jay1b Well-known member Joined Aug 3, 2003 Messages 640 Location Kent, Uk. Hi I was wondering if someone could please tell me the correct .NET way of doing this? Thanks. Code: Puts the commands after CommandArgs = Microsoft.VisualBasic.Command.ToString()
Hi I was wondering if someone could please tell me the correct .NET way of doing this? Thanks. Code: Puts the commands after CommandArgs = Microsoft.VisualBasic.Command.ToString()
Nov 13, 2003 #2 PlausiblyDamp Administrator Joined Sep 4, 2002 Messages 6,155 Location Lancashire, UK User Rank *Expert* either system.Environment.CommandLine or System.Environment.GetCommandLineArgs()
Nov 13, 2003 #3 J Jay1b Well-known member Joined Aug 3, 2003 Messages 640 Location Kent, Uk. Thank you once again.