1
Support and Feedback / Re: How do I chnage the shortcut for editing the current folder path?
« on: November 21, 2023, 08:55:29 »
Or double-click
MultiCommander v14.2 is released!
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Not the OP, but that would be very useful Mathias
@var $backupdir = "C:\\Users\\jpcoetzee\\Documents\\Apps\\MultiCommander\\;
// 1. Create filename with data and time
// 2. Get location of config files
// 3. Use PackFile to create the backup
// ---------------------------------------
// 1. Create filename with data and time
@var $now = GetTime();
@var $datestamp = FormatDate( "yyyyMMdd" , $now );
@var $timestamp = FormatTime( "HHmmss" , $now );
@var $backupdir = "C:\\Users\\jpcoetzee\\Documents\\Apps\\MultiCommander\\;
@var $zipfilename = $backupdir + "MC_ConfigBackup_" + $datestamp + "_" + $timestamp + ".zip";
// 2. Get location of config files
@var $mcconfigdir = GetTagValue("${mcconfigpath}");
@var $mcuserdatadir = StrReplace( $mcconfigdir, "\Config" , "\UserData" );
// LogDump($datestamp)
// LogDump($timestamp)
// LogDump($backupdir)
// LogDump($zipfilename)
// LogDump($mcconfigdir);
// LogDump($mcuserdatadir);
// 3. Use PackFile to create the backup
PackFile($zipfilename, $mcconfigdir, "*.*", "zip", "NOWAIT, USEEXISTINGQUEUE");
PackFile($zipfilename, $mcuserdatadir, "*.*", "zip", "NOWAIT, USEEXISTINGQUEUE");
JPCoetzee, try this MultiScript
'MultiCommander Store Edition' is now updated on Microsoft StoreBrilliant! Thanks.
Matthias, congratulations on new release (and new home).It is coming. Just want to see so there is no major issue that needs fixing in 13.1, release on app store is a bit of a PITA.. so I will push to app store in around a week unless there are some issue that need fixing first..
Will the Microsoft Store version be updated, or is it permanently broken?
Matthias, congratulations on new release (and new home).I am not the developer and my post was pointless. I'm not referring to the MC-App, but the Microsoft Store app on my computer. I don't use apps from the Microsoft Store, so it doesn't matter that the Microsoft Store no longer works on my computer.
Will the Microsoft Store version be updated, or is it permanently broken?
Store because MS have Changed Things.My Store App is broken - it dosn't matter.
Store edition is a bit late. I been very busy, But it should be updated this month