Windows 2000 도스창(Command Prompt)에서 Tab키로 파일/폴더 완성하기

XP에서는 UNIX 머신처럼 Tab키로 파일이름을 자동 완성할 수 있지만 Windows 2000에서는 기본적으로 빠져있다. 다음 팁을 사용하면 2000에서도 동일하게 사용할 수 있다.

  1. Hit the “Start” button
  2. Select “Run”
  3. enter “regedit”, hit OK
  4. Expand “My computer” (by clicking the little [+] beside it)
  5. Expand HKEY_LOCAL_MACHINE
  6. Expand SOFTWARE
  7. Expand Microsoft
  8. Expand Command Processor
  9. Double-click “CompletionChar”
  10. Replace the value that’s there with 9 (which is the ASCII equivalent of the TAB key)
  11. Click OK
또 다른 방법은 Command Prompt 실행시 cmd /F:ON 으로 한 다음 Ctrl+F 키를 사용하는 건데 이건 좀 복잡한 듯.