Working in Windows Console


 

1. Need something like alias ?

Example: doskey vi=”C:\Program Files\Sublime Text 2\sublime_text.exe” $*

2. install rubydev tool kit to your windows : it has grep, ls, find, awk, sed and so many useful commands for windows

3. Call another bat from a cmd file: 

“call c:\rubyToolKit\devkitvars.bat”

4. Current pwd from a cmd file

set EDE_HOME=%CD%

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s