Fixed (CMD compat) START /D fails to recognize the switch option.

Aug 23, 2010
702
10
TCC-RT 22.0.27
Code:
SET DEST="%~dp1"
START "" /D %DEST% "%~dp0mintty.exe"
…opens the directory %DEST% in Explorer.

CMD' START do start mintty.exe as intended.
 
More specifically, CMD don't care. It can work with either style, as long as the path is quoted, but still it is a compatibility problem.
 

Similar threads

Replies
0
Views
756