2016 Update
This commit is contained in:
parent
948b86eafa
commit
dcf5d15da3
7965 changed files with 139854 additions and 31002 deletions
|
|
@ -1,5 +1,7 @@
|
|||
/*REXX program creates a directory and all its parent paths as necessary*/
|
||||
trace off /*suppress possible warning msgs.*/
|
||||
dPath = 'path\to\dir'
|
||||
'MKDIR' dPath "2>nul" /*alias could be used: MD Dpath */
|
||||
/*stick a fork in it, we're done.*/
|
||||
/*REXX program creates a directory (folder) and all its parent paths as necessary. */
|
||||
trace off /*suppress possible warning msgs.*/
|
||||
|
||||
dPath = 'path\to\dir' /*define directory (folder) path.*/
|
||||
|
||||
'MKDIR' dPath "2>nul" /*alias could be used: MD dPath */
|
||||
/*stick a fork in it, we're done.*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue