By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!You meant "the internal gets ... ", right?The plugin gets the modified command line.
You meant "the internal gets ... ", right?
INT WINAPI CD ( LPWSTR psz )
{
Printf(L"psz = %s\r\n", psz);
Printf(L"%s\r\n", psz);
return 0xFEDCBA98; // disabled; call built-in
d:\> which cd
cd is a plugin command (4UTILS)
d:\> cd /h
psz = /h
psz = d:\tc34
TCC: (Sys) The parameter is incorrect.
"h"
Usage : CD [/D /N /R /X] [path | - | :folder]
Are you sure? I'm trying to overload CD. My plugin CD (still in testing) starts with this
v:\> cd /?
4UTILS Extensions to built-in CD:
/H (TCC home), /P (profile), /K (desktop), /F (favorites)
TCC: Display or change the current directory.
CD [/D /N /R /X] [path | - | :folder]
path: The directory to change to
-: Change to previous directory
/D(rive) - change drive too /R(eparse point)
/N(o fuzzy search) /X exclude