Command arguments

  • Thread starter Thread starter SK
  • Start date Start date
SK said:
how can i get the arguments given in the command line?

Use a Main method which takes an array of strings as its parameter. The
arguments will be in there.
 
Back
Top