By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!Is it possible to have TCC/LE autocomplete with backslashes on paths, like in bash?
Type OPTION and press Enter; you'll get a configuration dialog. Select the "Command Line" tab. The lower-left portion of this page has several options affecting filename completion; you want the third one down.
Could you tell me if it is possible to stop CD from autocompleting files, like CMD does? It seems stupid for it to autocomplete irrelevant stuff.
In Option > Command Line > Filename Completion > Options, I have "cd cdd rd:dirs".
MD and PUSHD might make sense there, too.
> ---Quote (Originally by David Marcus)---
> In Option> Command Line> Filename Completion> Options, I have "cd cdd rd:dirs".
> ---End Quote---
> MD and PUSHD might make sense there, too.
As long as we are on the subject of file name completion, is it possible
to have file name completion at the prompt also include files other than
.exe or .btm? For example, I like using executible extensions so I do
this a lot:
taxes.xls
and excel will start w/ taxes.xls loaded. But I cannot use tab to
autocomplete here.
<tab>
set .xls=excel.exe /e
> If you set up .XLS as an executable extension, then tab completion will offer Excel files:
>
>
> Code:
> ---------
> set .xls=excel.exe /e
> ---------
> If you want to complete some filename for which you don't have an executable extension set, type a space before it. Then your filename isn't at the very start of the command line, so the special rules don't apply.
>
> </tab>
>
> Charles Dye
>
> Originally Posted by Charles Dye [image removed]
> MD and PUSHD might make sense there, too.
>
> Looks like mkdir needs to be listed too.
>
If you're talking about autocomplete, there's
nothing to complete yet if you're making a directory. So MD and MKDIR
wouldn't accomplish much.
Ah, but sometimes you create a directory inside another directory. (But you never create a subdirectory inside a file....)
> Originally Posted by samintz [image removed]
> If you're talking about autocomplete, there's
> nothing to complete yet if you're making a directory. So MD and MKDIR
> wouldn't accomplish much.
>
> Ah, but sometimes you create a directory inside another directory.
> (But you never create a subdirectory inside a file....)
>