Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

TCEDIT: Path search option

Charles Dye

Super Moderator
May
4,947
126
Staff member
Add an option to TCEDIT to automatically search the path for file args which do not contain a drive letter or path. For example,
Code:
tcedit /p dostuff
would act much like
Code:
tcedit %@search[dostuff]
Any args containing a colon/slash/backslash would not be affected by /P.
 
Hi Charles!

Why don't you just ...

Code:
alias TCEdit=*TCEDIT %%@search[%%1,%%MyProjectsPathsList]

Of course the next gen would be that TCEDIT supports projects:smile:

Regards, DJ.
 

Similar threads

Back
Top