2006-10-23

在指定目錄下開啟命令視窗(cmd)並把此目錄當成工作目錄

受人之託,有人不會在 命令視窗 - cmd(command winodw)下切換工作目錄,就研究了一下:

1.command.bat (檔名不要取cmd.bat,不然會變成endless loop)
-----------
@echo off
cmd
-----------
虛線內存成command.bat ( or 右鍵→另存新檔)
將此coomand.bat放到想執行的工作目錄,再執行此批次檔
2.在想執行的工作目錄上按右鍵選單,選Command Line
------------------------------------------------
Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\Directory\shell\CommandPrompt] @="Command Line"[HKEY_CLASSES_ROOT\Directory\shell\CommandPrompt\command] @="cmd"[HKEY_CLASSES_ROOT\Drive\shell\CommandPrompt] @="Command Line"[HKEY_CLASSES_ROOT\Drive\shell\CommandPrompt\command] @="cmd"
-------------------------------------------------
虛線內存成Prompt.reg

沒有留言: