Hi,
one of my variables has the value %val% - this is exactly the name!
So: set variable=%val%
What happens now is that when running the script the variable will be set to nothing as the %val% is being evaluated! But this is not what I want... How can I tell DOS to ignore the %-sign here?
Can anybody out there help me with my question?
Thanks a lot...