26
Script / Re: Open multiple files
« on: May 25, 2025, 00:18:57 »
What script type is it?
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.
Oh I see, well I feared it would come to that —I'll link to a shortcut then.
P.S: Wait, will making a User Defined Command to hotlink the file work ? Nvm, I'll stick to using a shortlink .LNK.
Failed to create folder : "C:\Users\xxxxxxx\AppData\Roaming\MultiCommander\UserData\Languages"
Hi Mathias,
with MC 15.5 b3094 x64, Win11 24H2 b26100.4061 x64, this is what I am finding : -Code: [Select]@var $options[] = {“RECYCLE”, "NODIALOG"};
- deletes files (not recycle bin) No dialog but progress briefly appears as expected
DeleteFiles($array, $options);Code: [Select]@var $options[] = {“RECYLE”, "NODIALOG"};
- deletes files (not recycle bin) No dialog but progress briefly appears as expected
DeleteFiles($array, $options);Code: [Select]@var $options[] = {“RECYLE”};
- deletes files to recycle bin with dialog
DeleteFiles($array, $options);Code: [Select]@var $options[] = {“RECYCLE”};
- deletes files (not to recycle bin) with dialog
DeleteFiles($array, $options);
Perhaps you can replicate this?
@var $options[] = {“RECYCLE”, "NODIALOG"};
results in an array with 1 items instead of 2..First, I'm using 100/0, not 0/100. And if these are so unsafe then they shouldn't be options in the system.
And yes, I do have my tabs configured in the Randy_tabs.ini.
But that isn't the relevant issue at the moment. I need someone to tell me where and how to set the width in the navigation pane/folder tree panel so that it is saved and opens that way each time I close and reopen MC.
You mean native own printing. Than MC would have to be able to open and render all those format.. Sorry that will not happenPrinting what ? A text file ? File list ?Any file like Word document, PDF-Document. Or CAD. Select files to print and use the command.
- I'd like NODIALOG added to DeleteFiles e.g.Code: [Select]@var $options[] = {“RECYLE”}; "NODIALOG"
(Maybe Recyle needs to be spell-checked?
DeleteFiles($array, $options);)
@var $filenames = GetSourceSelectedPaths();
@var $options[] = {"NODIALOG", "RECYCLE", "NOPROGRESS"};
DeleteFiles( $filenames, $options);