TCEDIT: Path search option

Charles Dye

Super Moderator
Staff member
May 20, 2008
4,689
106
Albuquerque, NM
prospero.unm.edu
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.
 
Apr 13, 2010
318
7
62
The Hague
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