If SETLOCAL /? does not include it, then NT may not have it, as Bill says and my Win 2000 help seems to agree.
Also, see if CMD /? shows it as option /V or just try this on a script that tries to use it:
cmd /V:ON /C Script.cmd
Each delayed variable is !var! with no % in it. the % in Bill's stuff to me would be expanded immediately, leaving only the ! for variables expanded later with replacements.
Thanks again for your help.
Main Topics
Browse All Topics





by: _nn_Posted on 2003-10-02 at 01:13:02ID: 9473174
Thanks :)
Not as elegant as the delayed variables one. I tried digging around these, but failed at activing them properly (the setlocal stuff)
See ya around ;)