interactivaty in windows

  • Thread starter Thread starter learnq
  • Start date Start date
L

learnq

Hi,
Is it possible to get interactivity/auto complete feature in windows .
For example in start-->cmd-->if i give ipcon ...then pressing tab ot
other key
complete the command ipconfig .
It is in linux .is it available in windows ?
If yes how I can enable it .Please help .
 
learnq said:
Hi,
Is it possible to get interactivity/auto complete feature in windows .
For example in start-->cmd-->if i give ipcon ...then pressing tab ot
other key
complete the command ipconfig .
It is in linux .is it available in windows ?
If yes how I can enable it .Please help .

This is available in the Command Prompt. I suggest you create
a shortcut to it with this target command:

cmd /F:on /k mode con lines=50

Now if you type ip^F then ipconfig.exe will appear, provided
that ipconfig.exe is located in the current folder. If you type
ip^F^F then you will get the next matching command, e.g.
ipexec.exe (if there is such a command). ^F=Ctrl+F
 
Back
Top