Yep, this is a familiar problem. The fault lies not in the use of MD, but in the macro expansion. The "&" operator will see the space as the end of the string which it is expanding. The solution is to either use parens:
MD (w_path)
or (better) avoid spaces in path names altogether (they can cause lots of irritating problems).
Mike
__________________________________
Mike Lewis (Edinburgh, Scotland)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.