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">
Wish: "cm_Edit"-parameters for cm_MkDir
Moderators: Hacker, petermad, Stefan2, white
Re: Wish: "cm_Edit"-parameters for cm_MkDir
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.
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.
License #524 (1994)
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Re: Wish: "cm_Edit"-parameters for cm_MkDir
You're right.
Overlooked copy&paste error, adjusted now, thanks.