Autocompletamento nomi dei files e directories su Windows
Se siete utenti unix e siete abituati ad utilizzare l'autocompletamento in una shell, sappiate che anche su Windows (2000 e XP) si può abilitare questa funzione.
Salvate il seguente file "tab.reg":
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\Software\Microsoft\Command Processor]
"CompletionChar"=dword:00000009
[HKEY_LOCAL_MACHINE\Software\Microsoft\Command Processor]
"PathCompletionChar"=dword:00000009
[HKEY_CURRENT_USER\Software\Microsoft\Command Processor]
"CompletionChar"=dword:00000009
[HKEY_CURRENT_USER\Software\Microsoft\Command Processor]
"PathCompletionChar"=dword:00000009
Fate un doppio click sull'icona del file "tab.reg" e confermate il caricamento nel registro di Windows.
A questo punto aprite un finestra DOS e potete provare a scrivere un comando DOS tipo dir c:\ e poi premete il pulsante TAB e dovreste vedere autocompletare con i vari nomi di files/directory presenti sulla radice del disco C:.
NOTA:
Se volete utilizzare un tasto diverso dal TAB, dovete cambiare il numero 9 esadecimale con il corrispondente di quello nuovo che volete voi.
Salvate il seguente file "tab.reg":
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\Software\Microsoft\Command Processor]
"CompletionChar"=dword:00000009
[HKEY_LOCAL_MACHINE\Software\Microsoft\Command Processor]
"PathCompletionChar"=dword:00000009
[HKEY_CURRENT_USER\Software\Microsoft\Command Processor]
"CompletionChar"=dword:00000009
[HKEY_CURRENT_USER\Software\Microsoft\Command Processor]
"PathCompletionChar"=dword:00000009
Fate un doppio click sull'icona del file "tab.reg" e confermate il caricamento nel registro di Windows.
A questo punto aprite un finestra DOS e potete provare a scrivere un comando DOS tipo dir c:\ e poi premete il pulsante TAB e dovreste vedere autocompletare con i vari nomi di files/directory presenti sulla radice del disco C:.
NOTA:
Se volete utilizzare un tasto diverso dal TAB, dovete cambiare il numero 9 esadecimale con il corrispondente di quello nuovo che volete voi.
0 Comments:
Posta un commento
<< Home