eclipse easy shell plugin
svn checkout svn://svn.code.sf.net/p/pluginbox/code/trunk pluginbox-code
Eclipse中Easy Shell插件配置PowerCmd
分类: 心情/笔记 2014-04-28 13:34 885人阅读 评论(0) 收藏 举报
commandshelleclipsecmdPowerCmd
1、了解EasyShell、PowerCMD和基本命令
http://sourceforge.net/projects/pluginbox/
了解基本命令 cmd、start及 PowerCmd命令参数
2、EasyShell插件配置PowerCMD
Eclipse -> Window -> Prefernces -> Easy Shell
Presets选择“Unkonwn Shell / file browser”
Shell Open command命令修改为:
cmd.exe /C start "{4}" /D {1} "D:\Program Files Green\PowerCmd\PowerCmd.exe" /P {1}
注:D:\Program Files Green\PowerCmd\PowerCmd.exe 需要根据本地PowerCmd安装路径修改。
3、试一试?
在Eclipse 的Project Explorer 或 Package Explorer视图下右击 -> Easy Shell -> Open
^_^ 开心不?