Re: Starting bash in directory

2003-01-23 Thread Max Bowsher
Maurício wrote: >The problem is that I want to pass diferent directories each time. > My final intention is to create a shell extension so that users could > right click a directory and select "Open bash here". http://www.google.co.uk/search?q=CygwinPromptHere Max. -- Unsubscribe info:

Re: Starting bash in directory

2003-01-23 Thread Maurício
Harald Kierer wrote: Cygwin installation creates a shortcut that runs bash like this: bash -i --login However, I would like to start bash so that after starting it would go to a specific directory. For instance, I would like to run something like: bash -i --login "cd d:\users" so that

Re: Starting bash in directory

2003-01-23 Thread Harald Kierer
>Cygwin installation creates a shortcut that runs bash like this: > > bash -i --login > >However, I would like to start bash so that after starting > it would > go to a specific directory. For instance, I would like to run > something > like: > > bash -i --login "cd d:\users" > > so

Starting bash in directory

2003-01-23 Thread Maurício
Hi, Cygwin installation creates a shortcut that runs bash like this: bash -i --login However, I would like to start bash so that after starting it would go to a specific directory. For instance, I would like to run something like: bash -i --login "cd d:\users" so that bash would start