Path: csiph.com!usenet.pasdenom.info!news.albasani.net!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Nigel Wade Newsgroups: comp.lang.java.programmer Subject: Re: Space in 'My Documents' directory not fixed by quoting or \ escaping Date: Wed, 30 May 2012 10:30:31 +0100 Lines: 29 Message-ID: References: <4fc4c1cb$0$6931$e4fe514c@news2.news.xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: individual.net 9K6J5I0q2wwBJph7JshEsQsBhqDzpgtiktEEt5XyzVlqMqeqwNwLrjCkpad4UJCIXv Cancel-Lock: sha1:FW/7PGzQCOv7P6jLSyRZ/GW9e3A= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120421 Thunderbird/12.0 In-Reply-To: Xref: csiph.com comp.lang.java.programmer:14933 On 29/05/12 15:06, Lew wrote: > Nigel Wade wrote: >> >> it's often very convenient to use tab expansion of paths (both in >> Windows cmd >> shell, and UNIX/Linux bash shell). This would have discovered the >> correct path >> for the OP. For example, enter in the cmd.exe: >> >> javac -d C:\Users\Owner\My >> >> then hit tab. Windows will do the rest, even adding appropriate quotes >> where >> necessary. Note that you must use the Windows \ path separator for >> this to work. > > "/" is a Windows path *element* separator. ";" is the path separator in > Windows. > > Windows is fine with forward slashes in paths. > But not in tab-expansion, as I said. -- Nigel Wade