Show Posts

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.


Messages - gms24ru

Pages: [1]
1
Support and Feedback / Re: Close app with select code in viewer
« on: December 06, 2020, 04:17:30 »
Select code like this.

2
Support and Feedback / Close app with select code in viewer
« on: December 06, 2020, 04:15:26 »
Hello Mathias.
An error was encountered in which the application completely closes.
If you create a file in UTF8 encoding with sql. And fill it in with the following code (especially the commented out delete statements play a role):
Code: [Select]
-- 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.

MC x64 10.1.2743 (04.12.20)
Windows 10 Pro 20H2 (19042.662) Windows Feature Experience Pack 120.2212.551.0
121212.zip is sample sql-code file.

3
Script / list of USB-media
« on: June 05, 2020, 12:32:37 »
Greetings, Mathias.
Please tell me, is there a function to get a list of media?
In particular, I would like to get a list (array) of all USB devices.

4
Support and Feedback / Re: MultiCommander v8.9 BETA
« on: June 09, 2019, 10:45:01 »
I tried to reproduce the problem on the "clean" portable version in another directory - the problem is not reproduced. :-\
Then, I began to copy configuration files, the problem is in them. :(
By the way, the portable version still saves data somewhere, even if I delete SessionConfig and replace the Config from the distribution, it reproduces the error.
In the end, I continue to experiment with the program. :o

Update:
I found the problem. 8)
If I ran the program from the folder, then everything worked. If I ran the program with a shortcut from the quick access folder, the error was repeated. I deleted the "bad" shortcut  >:( and placed a new shortcut in the folder, after that everything works. Thank you for your attention. :)

5
Support and Feedback / Settings not kept
« on: June 05, 2019, 07:48:37 »
MC 8.9 2520 x64
Windows 10 Pro 1809 17763.529
When creating new tabs on the left panel - they are created successfully. When you close the program, the tabs on the left pane are lost, on the right everything is fine. The launch of the program took place with administrator rights and without them, the error repeats.

6
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. :)

7
I'm using a portable version MC. MultiUpedate is a great utility. :D
But there is one computer that is not connected to the network, but on which I would like to update the MC.
Now, I first save the configuration, then replace the files from the portable version, and then restore the configuration.
In the MultiUpdate utility there is a  function for updating from file. But she reports the absence of SCP-file.
I did not find the information on the website or forum about this update procedure and scp-update.
Please, tell me where to get this information.
Thank you for your reply.

8
Script / PackFiles. Trouble with OWERWRITEALL
« on: January 09, 2016, 08:59:22 »
Script packing the focused directory in user defined target directory:
Code: [Select]
@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) .
Also this result received pack directory manual (Alt+F5) with matching file name exist archive (filename.png) .
I have to first remove the file, and then pack (in script disabled for demonstration).
How to do the rewriting without additional script function?
Please help me resolving problem.

Pages: [1]