This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Spaces in Paths


On Mon, 28 Mar 2005 12:42:58 -0500,  wrote:


>
>Have you tried the following:
>
>    mysqldump="/cygdrive/c/program files/mysql/MySQL Server 4.1/bin/mysqldump.exe"
>    "$mysqldump" $params
>
>Without the double-quotes around the actual call, the variable gets
>split at spaces such that only the part up to the first space is treated
>as the command (/cygdrive/c/program\) and the rest as parameters

>Cheers,
>Sebastien
That worked thanx



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]