Allow cd command to enter virtual folders in form ::{GUID}
Posted: 2010-06-06, 05:17 UTC
TC can be launched with ::{GUID} as parameter, e.g.:
or
(that is undocumented feature)
So why cd command can't be used for entering such folders? Names like ::{GUID} are forbidden for folder names, so TC can easilly detect them and open virtual folder corresponding to specified GUID.
Code: Select all
TOTALCMD.EXE /O /S ::{645FF040-5081-101B-9F08-00AA002F954E}
Code: Select all
TOTALCMD.EXE /O /S /L=::{20D04FE0-3AEA-1069-A2D8-08002B30309D}
So why cd command can't be used for entering such folders? Names like ::{GUID} are forbidden for folder names, so TC can easilly detect them and open virtual folder corresponding to specified GUID.