Page 1 of 1

Wish: "cm_Edit"-parameters for cm_MkDir

Posted: 2024-06-21, 11:02 UTC
by Stefan2
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">


 

Re: Wish: "cm_Edit"-parameters for cm_MkDir

Posted: 2024-06-21, 12:31 UTC
by petermad
Support+++

I suggest to change:
N="name": The name(s) of the file(s) to be created (incl. "%$DATE:") - separate multiple file names with the | character.
to:
N="name": The name(s) of the folder(s) to be created (incl. "%$DATE:") - separate multiple folder names with the | character.

Re: Wish: "cm_Edit"-parameters for cm_MkDir

Posted: 2024-06-21, 12:54 UTC
by Stefan2
petermad wrote: 2024-06-21, 12:31 UTC I suggest to change:
You're right.

Overlooked copy&paste error, adjusted now, thanks.



 

Re: Wish: "cm_Edit"-parameters for cm_MkDir

Posted: 2024-06-21, 17:40 UTC
by funkymonk
Support++