Make directory path: Difference between revisions

m
→‎{{header|REXX}}: elided some blank lines.
No edit summary
m (→‎{{header|REXX}}: elided some blank lines.)
Line 297:
The following works with any modern (Microsoft) Windows ® and/or DOS.
 
<br>Operating system note: &nbsp; all versions of Microsoft &reg; DOS require the use of a blackslash &nbsp; [<big><big>'''\'''</big></big>] &nbsp; instead of a forward slash &nbsp; [<big><big>'''/'''</big></big>].
 
<br><br>Usage note: &nbsp; without the error messages being suppressed, the &nbsp; '''MKDIR''' &nbsp; command will issue an error message if the subdirectory (or its path) already exists.
<lang rexx>/*REXX program creates a directory and all its parent paths as necessary*/
trace off /*suppress possible warning msgs.*/