G
Guest
in the do clause for a FOR statement I want to say set smurf=%i followed by
echo %i
Yes I know I could reverse the statements above but I have simplified the
example.
I would think that set smurf=%i &echo %i would be it but the & echo %i
becomes a part of the variable smurf (with a blank after the %i)
Isn't there a end to the set statement ????
echo %i
Yes I know I could reverse the statements above but I have simplified the
example.
I would think that set smurf=%i &echo %i would be it but the & echo %i
becomes a part of the variable smurf (with a blank after the %i)
Isn't there a end to the set statement ????