Multi Commander Support Forum

Multi Commander => Support and Feedback => Topic started by: mlabrkic on February 19, 2022, 18:49:57

Title: docs/customcommands_examples
Post by: mlabrkic on February 19, 2022, 18:49:57
Hi.
I think the file name cannot have ":" .
No:  -${time:hh:mm:ss}.zip"

Custom Commands - Examples
http://multicommander.com/docs/customcommands_examples

Pack Files

Not ( "file:name".txt):
MC.Filesystem.PackFiles FILES="D:\MyFiles\*.*" METHOD="Zip" TARGET="${targetpath}${date:yyyy-MM-dd}-${time:hh:mm:ss}.zip"

That ("file-name".txt):
MC.Filesystem.PackFiles FILES="D:\MyFiles\*.*" METHOD="Zip" TARGET="${targetpath}${date:yyyy-MM-dd}_${time:HH-mm-ss}.zip"
Title: Re: docs/customcommands_examples
Post by: AlanJB on February 20, 2022, 16:15:25
Hi.
I think the file name cannot have ":" .
No:  -${time:hh:mm:ss}.zip"

Custom Commands - Examples
http://multicommander.com/docs/customcommands_examples

You are absolutely correct.