1
Support and Feedback / Re: Close app with select code in viewer
« on: December 06, 2020, 04:17:30 »
Select code like this.
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.
-- DELETE
-- DELETE
-- DELETE FROM ONE WHERE ID IN (3672138)
-- DELETE FROM TWO WHERE IN (3672138)
/*
select * from other
UPDATE TO
*/
/*
ERROR
*/
Then when you select a piece of code, the program closes completely, without any notification and creating error files.To update from file in MultiUpdate.exe you need the Update package that is normally downloaded by the update program (stripped versions)Great, thanks a lot.
@var $strArhPath = GetSourceFocusPath()
@var $strName = GetSourceFocusName()
@var $strArhName = 'C:\temp\'+$strName+'.7z'
//if(FileExists($strArhName)==1)
//{
//DeleteFile($strArhName, "NODIALOG, NOPROGRESS, SILENT");
//}
PackFile($strArhName, $strArhPath, "*.*", "7-Zip", "NOWAIT, OVERWRITEALL");
If archive exists, then constantly repeat dialog box action with file (dialog.png) .