Hello,
I have the following code:
static void Main(string[] args)
{
string c = args[0];
If put the command line argument in the IDE it works fine
If I do this:
"C:\Documen ts and Settings\xxxx\x xxxxx\Visual Studio
Projects\Music2 003\bin\Debug\M usic2003.exe A"
It tells me there is no such file
("A" is the parameter)
What am I doing wrong?
Thanks
Mike
Comment