Wish: "cm_Edit"-parameters for cm_MkDir
Posted: 2024-06-21, 11:02 UTC
Wish: implement "cm_Edit"-parameters for cm_MkDir
See help >> Dialog box: Choose command >>> cm_Edit (below already adjusted for cm_MkDir):
N="name": The name(s) of the folder(s) to be created (incl. "%$DATE:") - separate multiple folder names with the | character.
Alternatively, use templates from the "+" button to create multiple folders.
Use the following syntax to pass multiple names in double quotes: N=<"name1" "name2" "name3">
S: Selecting type: S0 or nothing=just create the folder(s), S1=select the newest folder, S2=open (go into) the newest folder
Example:
cm_mkdir /S2 /N=<"%$DATE:Y-M-D%-ToDo">
See help >> Dialog box: Choose command >>> cm_Edit (below already adjusted for cm_MkDir):
N="name": The name(s) of the folder(s) to be created (incl. "%$DATE:") - separate multiple folder names with the | character.
Alternatively, use templates from the "+" button to create multiple folders.
Use the following syntax to pass multiple names in double quotes: N=<"name1" "name2" "name3">
S: Selecting type: S0 or nothing=just create the folder(s), S1=select the newest folder, S2=open (go into) the newest folder
Example:
cm_mkdir /S2 /N=<"%$DATE:Y-M-D%-ToDo">