Thursday, July 5, 2007

How to make UNIX / LINUX command in DOS

Well I usually work in Unix environment. And now get shifted to do work in windows environment. It take me more time to change my style and make me have a lot of error messages such as:

C:\>ls
'ls' is not recognized as an internal or external command,
operable program or batch file.

Here is the solution if you want to have same command in Windows as Unix or Linux.
Just download the zip file and extracted it to C: and set your user environment.
PATH=C:\custom-path

http://channel9.msdn.com/ShowPost.aspx?PostID=51329

No comments: