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.


Topics - gms24ru

Pages: [1]
1
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.

2
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.

3
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.

4
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.

5
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]