Nov 13, 2003 #1 J Jay1b Contributor 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. Visual Basic: '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. Visual Basic: 'Puts the commands after CommandArgs = Microsoft.VisualBasic.Command.ToString()
Nov 13, 2003 #2 P PlausiblyDamp Administrator Joined Sep 4, 2002 Messages 6,471 Location Lancashire, UK either system.Environment.CommandLine or System.Environment.GetCommandLineArgs()
Nov 13, 2003 #3 J Jay1b Contributor Joined Aug 3, 2003 Messages 640 Location Kent, Uk. Thank you once again.