CMD.EXE can not do this it will start another instance of a CMD console
start "\\server\share"

NET USE X: "\\server\share"
The command completed successfully.

So it rather depends on the utility that one is using.
It would seem that it is the application and not the OS that is handling this.


I just ran a simple test like this and it worked okay
RD "\\itsupport2\c$\bogus\Test Removal" /s
'Error: ' + @ERROR + ' - ' + @SERROR ?

So it would seem that somewhere I must have not written the quotes correctly
for RD to use, or some other issue.


Will review the larger script where this gave me a problem and see if I can track down the issue, or error in my own coding.

Thanks Ruud.

Any word on when we can get ahold of the next beta?