A AnrDaemon Aug 752 10 2017-12-07 #1 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.
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.
Charles Dye Super Moderator May 5,085 133 Staff member 2017-12-07 #2 CMD's START expects a space between /D and the path. TCC's START expects no space between them.
A AnrDaemon Aug 752 10 2017-12-07 #3 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.
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.
rconn Administrator May 13,197 205 Staff member 2017-12-07 #4 Added support for that syntax in 22.0.28.