71
Support and Feedback / Re: HELP - save changes of TAB PANEL - permanently
« Last post by Babilon55 on May 15, 2025, 10:32:24 »I can copy to here the log file...
is it OK?
is it OK?
MultiCommander v14.2 is released!
- 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);
Thanks for the reply Mathias.- I would like to be able to set MScript to recurse sub-dirs - as with DOS script cmds e.g.Don't understand.. you want a MultiScript function to get a list of files for a folder and subfolders. ?Code: [Select]for /d /r "%base_dir%" %%d in (.) do
Printing what ? A text file ? File list ?Any file like Word document, PDF-Document. Or CAD. Select files to print and use the command.