J
Jerry Baker
I want to run a program using start.exe. The help specifies that you can
pass parameters to the started program, but I cannot get this to work if
the program's path is enclosed in quotes. My command line is this:
start "C:\Windows\system32\netstat.exe" -a
I get the error "Windows cannot find '-a'..."
If I use:
start C:\Windows\system32\netstat.exe -a
It works fine. The question is, how do I use start to launch a program
located in a path containing spaces?
Thanks.
pass parameters to the started program, but I cannot get this to work if
the program's path is enclosed in quotes. My command line is this:
start "C:\Windows\system32\netstat.exe" -a
I get the error "Windows cannot find '-a'..."
If I use:
start C:\Windows\system32\netstat.exe -a
It works fine. The question is, how do I use start to launch a program
located in a path containing spaces?
Thanks.