컴퓨터공학석사
To make "command prompt here" function
인생을설계하는 프로그래머
2007. 5. 22. 13:11
- Open Windows Explorer
- Choose
Tools
→Folder Options...
- Switch to the
File Types
tab - Select
Folder
from the list and press theAdvanced
button. - Choose
New
- Give it a nice name like "Command Prompt Here" and the application
c:\windows\system32\cmd.exe /K cd "%1"
OK
,OK
andOK
to save it.