On Sun, Jul 23, 2006 at 08:20:43PM +0200, Lars Gullik Bjønnes wrote: > Yes, but is not "consistent" with the windows environment: > > cd c:/foo/bar > win app -> /foo/bar is c:/foo/bar
Only if you happen to be on c:. Windows has per-drive 'current working directories'. If you start at d:\, cd c:\foo\bar will still leaave you at d:. A subsequent cd \foo\bar will sent you to d:\foo\bar (if that exists). Andre'