StartExplorer: 讓我執行 batch/shell 時不用在 CD 老半天的 Eclipse Plug-in
Posted on March 5th, 2014
###超方便的 Eclipse plug-in: StartExplorer
每次在 Eclipse 開發時, 總是需要透過 Windows 的 File Explorer 或 Command Prompt 去啟動一個 Batch 來執行專案,
透過 cmd 還要 cd 個老半天才找到專案底下的 batch 檔, 實在很不方便...
即使在 Windows7 有一個不錯的功能, 可以在 File Explorer 上對資料夾點 **Shift + 滑鼠右鍵** -> **在此處開啟命令視窗** 來開啟 Command Prompt,
但此舉還是需要離開當前視窗, 找到 workspace, 專案, ... 有時候一離開 Eclipse 視窗後要找到哪個檔案都忘了了XD
某天突然就想應該有類似的 plug-in 可以用, 搜尋一下就在 stackoverflow 找到了其他高手推薦的 **StartExplorer**,
有了它就可以直接在 Package Explorer 按右鍵 -> StartExplorer -> **Show in File Manager** 或 **Start Shell Here**
> 真是快又有效!
> 一定 iPad 溫開水, 15 分鐘咳嗽 OUT!
[Startexplorer](http://basti1302.github.io/startexplorer/)