interactivaty in windows

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 .
 
P

Pegasus \(MVP\)

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:blush:n /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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top