Is it possible for windows to automatically populate user commands?

I am running Console2, which I believe is just an interface to cmd windows

I have a custom batch file that does most of my dirty work for me, but it has a lot of commands. Is there a way I can get the application autocomplete working for it on the windows command line?

For example: my script is called rob.bat and takes many arguments

He would like to enter rob set {Tab} and then scroll it through

setup_envvars setup_userprefs setup_whateverothersetupscriptsIhave

Is there any way to do this?

+8
autocomplete console customization
source share

No one has answered this question yet.

See related questions:

2639
How to disable browser autocomplete in the web form field / input tag?
579
Removing input background color for Chrome autofill?
483
jQuery autocomplete tagging plug-in like StackOverflow input tags?
349
Chrome ignores autocomplete = "off"
247
Autofill in Vim
2
Using Windows cmd as a visual studio dev cmd
2
Clear the screen using the Windows cls command in a Java console application
0
How to make zsh autocomplete failover for compdef _files
0
Mac OSX most of all displays a console window with a shell command
0
.bat, which opens a Windows command prompt and creates a console with the command

All Articles