How to ping a computer if the computer name starts with dash "-"
|
1
|
|||||
|
|
|
What about using an IP address? |
||
|
|
|
|
On Windows: Try escaping out the dash with a backslash ('\') character:
|
||
|
|
|
|
On *nix, use a "--" to allow an argument beginning with a dash:
(This probably won't help on Windows, though, because Windows command-line parsing is kind of rudimentary) On another side note, well-formed DNS names are not allowed to start with a hyphen. |
||||||
|
