DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13582>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13582

ant.bat broken on Windows 98





------- Additional Comments From [EMAIL PROTECTED]  2003-01-27 21:19 -------
Case 2
(
set BLAH=c:\directory
if exist %BLAH%\nul echo Booh
)

works fine for me under win xp.

This may also be a possible solution:
set BLAH=c:\directory
if exist %BLAH%\. echo Booh

This works under xp.  I assume it will also work in 2k/9x as "." is a file 
that always exists in a directory.

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to