On Sat, 27 Mar 2004, Arkady V.Belousov wrote:

> Batch file:
>
> ______________O\_/_________________________________\_/O______________
> @echo off
> ver/r
> set a=1
> set b=if "%%a%%"=="" echo b
> set c=if not "%%a%%"=="" echo c
> %b%
> %c%
> _____________________________________________________________________
>               O/~\                                 /~\O

now try with
set a=
and for me it still echoed "c".
That was the problem.

also try

set d=echo "%%a%%"
%d%

Das war wohl Nix ;)

Bart



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Freedos-kernel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freedos-kernel

Reply via email to