can't get to mysql server 4.1 directory on win98se
I am trying to cd to my MYSQLS¬1 directory on a win98se, but it keeps
saying invalid path
this is what is in the path I am trying to cd to: MYSQLS~1 1 <DIR>
01/11/06 13:31 MySQL Server 4.1
C:\Program Files\MySQL>cd MYSQLS~1
Invalid directory
Trying C:\Program Files\MySQL>cd MySQL Server 4.1
Too many parameters - Server
I don't understand how all of a sudden it doesn't work anymore, the command
above has worked everytime before
Re: can't get to mysql server 4.1 directory on win98se
Nospam wrote:
> I am trying to cd to my MYSQLS¬1 directory on a win98se, but it keeps
> saying invalid path
>
> this is what is in the path I am trying to cd to: MYSQLS~1 1 <DIR>
> 01/11/06 13:31 MySQL Server 4.1
> C:\Program Files\MySQL>cd MYSQLS~1
> Invalid directory
>
> Trying C:\Program Files\MySQL>cd MySQL Server 4.1
> Too many parameters - Server
cd "MySQL Server 4.1"
> I don't understand how all of a sudden it doesn't work anymore, the command
> above has worked everytime before
Avoid spaces in directory names and life is a lot easier
--
//Aho