P
pestrue
I have some old batch scripts I am trying to update to run on XP. My
problem is with the FOR Command where I had a line
for %%R in (*.doc) do set attachaas=!attachaas!,%%R
apparently the '!' doesn't do what it used to. I just need to get a
variable equal to
attachaas = '1.doc,2.doc,3.doc' etc.
Thanks
JP
problem is with the FOR Command where I had a line
for %%R in (*.doc) do set attachaas=!attachaas!,%%R
apparently the '!' doesn't do what it used to. I just need to get a
variable equal to
attachaas = '1.doc,2.doc,3.doc' etc.
Thanks
JP