C
cverbiest
Guest
cmder is a replacement for the windows command prompt. It fixes a lot of standard windows shell issues (resize, history, copy paste, ...) see http://gooseberrycreative.com/cmder/ I figured out how to add proenv to cmder and thought it might be useful to share this here. Install cmder (AFAIK you can just copy paste this between different machines) Start cmder go to setup tasks ... Add a new task, 1. press the plus button 2-4 fill out the parameters and save Normal config parameters Launch command prompt, use proenv with psc option to prevent it from starting a subshell, reset the prompt to something more useful than just "proenv". Name proenv_dlc Task param /icon "%DLC%\gui\adeicon\progress.ico" Tabs cmd /k "%DLC%\bin\proenv.bat psc & prompt proenv $p$g " -new_console:d:%USERPROFILE% Run as administrator config Just add a "*" in front of the tab command Name proenv_dlc_admin Task param /icon "%DLC%\gui\adeicon\progress.ico" Tabs *cmd /k "%DLC%\bin\proenv.bat psc & prompt proenv $p$g " -new_console:d:%USERPROFILE%
Continue reading...
Continue reading...