/REXX program creates a directory and all its parent paths as necessary/ Parse Version v; Say 'version='v Trace N dPath = 'path\to\dir' 'MKDIR' dPath "2>nul" /alias could be used: MD Dpath /
You meant "=0", not ">=0" didn't you?
Fixed.
Thanx:)
Walter
Log in to post a comment.
You meant "=0", not ">=0" didn't you?
Fixed.
Thanx:)
Walter