Preload args[] in VS.NET

  • Thread starter Thread starter jabailo
  • Start date Start date
J

jabailo

I have a console app that requires args[] from the command line.

How can I set up VS.NET so it will supply args[] to the application?
 
Open "Solution Explorer". Right click on your project, select
Properties. Go to "Configuration Properties" -> Debugging. There's a
"Command Line Arguments" option there.

HTH,
 
Back
Top