blog.jj5.net (2003 to 2005)

Command line utils

Mon Nov 8 22:04:00 UTC+1100 2004

Categories:

I just typed 'ls' one too many times today, and decided to create ls.cmd in my util folder. (I have a folder, c:\util, registered in my %PATH%, containing handy apps that myself or others have written). I should really re-install cygwin I guess...

While I was doing that, I decided to create two other cmd files:

desktop.cmd:
@cd /d %USERPROFILE%\Desktop

home.cmd:
@cd /d %HOMEDRIVE%%HOMEPATH%

Handy!


Copyright © 2003-2005 John Elliot