Author Topic: Release 13.3 (2969)  (Read 2802 times)

AlanJB

  • VIP Member
  • *****
  • Posts: 432
  • VERY old Programmer
    • View Profile
Release 13.3 (2969)
« on: December 12, 2023, 09:56:14 »
Thanks for the new release Mathias.

Can you provide brief examples of the arguments available to new Custom Commands MC.BackupConfig and MC.RestoreConfig?  Thanks.

BTW the Changelog says build ( 2968 )  ;)

Mathias (Author)

  • Administrator
  • VIP Member
  • *****
  • Posts: 4286
    • View Profile
    • Multi Commander
Re: Release 13.3 (2969)
« Reply #1 on: December 12, 2023, 11:27:17 »

Code: [Select]
MC.RestoreConfig FILE=<path>  ONLY_CONFIG  ONLY_USERDATA
MC.BackupConfig FILE=<path>

Optional, not required
ONLY_CONFIG
ONLY_USERDATA

AlanJB

  • VIP Member
  • *****
  • Posts: 432
  • VERY old Programmer
    • View Profile
Re: Release 13.3 (2969)
« Reply #2 on: December 13, 2023, 12:29:17 »

Code: [Select]
MC.RestoreConfig FILE=<path>  ONLY_CONFIG  ONLY_USERDATA
MC.BackupConfig FILE=<path>

Optional, not required
ONLY_CONFIG
ONLY_USERDATA

Many thanks, Mathias and happy holidays  :)