[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: That did it, Thanks
ev said:
> The " " did it. Thank You
If you use single quotes (''), you don't need to escape the
backslashes.
osiris:~$ echo 'c:\Program Files\foo'
c:\Program Files\foo
osiris:~$ echo "c:\\Program Files\\foo"
c:\Program Files\foo
BTW, you can also give the real path ("/mnt/dos/Program Files/foo" or
whatever). Wine should be able to translate that into the DOS path.
Steve
--
steve@silug.org | Southern Illinois Linux Users Group
(618)398-7320 | See web site for meeting details.
Steven Pritchard | http://www.silug.org/
-
To unsubscribe, send email to majordomo@silug.org with
"unsubscribe silug-discuss" in the body.