Welcome!

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

SignUp Now!

TabComplete Argument Issue

May
366
4
Happy New Year everyone,

I was looking at TabComplete today and it doesn't look like the CommandLine argument returns the entire command line, just the first word.

xx.btm is loaded in as a tab completion script. I hit tab after typing "now" below:

Code:
D:\Users\Michael\Desktop>type xx.btm
echo.
echo %1
echo %2
echo %3
echo %4

D:\Users\Michael\Desktop>tabcomplete /s
xx.btm

D:\Users\Michael\Desktop>testing hitting tab now
testing
now
20
testing

TCC 19.00.28 x64 Windows 10 [Version 6.3.10240]
TCC Build 28 Windows 10 Build 10240

Regards,

Michael
 

Similar threads

Back
Top