|
|
|
|
|
by vbezhenar
1638 days ago
|
|
cmd accepts /, but you need to enclose path into quotes, otherwise it tries to interpret it as an option switch. So you would also need to rewrite all command line utilities to use something like `ipconfig --all` instead of `ipconfig /all`. |
|