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 - CMD

Pages: [1]
1
Or to put it another, simpler way, I'm looking for something that applies to no just the focused file, but all selected files.

2
For example, if I want a user defined command that adds a selected file or folder to a PeaZip archive, I can do:

"C:\(whatever)\PeaZip\peazip.exe" -add2folder "${focusfilepath}"

...and this works great when there's only a single file or folder selected, but with multiple files/folders selected, this does not work. For example, if I select A.txt, B.txt and C.txt and run the command, it will only add A.txt to the archive.  Is there something outside of MultiScript that works for multiple selected files/folders that I'm just not seeing, or do I need to use MultiScript for this?

3
Support and Feedback / Re: Custom Context Menu Editor issues...
« on: December 26, 2018, 01:31:26 »
"2" wasn't really that big a deal, just thought I'd report it.

As for "1", I swear I tried all sorts of dragging and dropping and I couldn't get it to do anything. I just tried it now after reading your reply and... no issues, works perfectly. Strange, but most likely user error and not a bug.

Thanks for the response and the awesome program.

4
Support and Feedback / Custom Context Menu Editor issues...
« on: December 25, 2018, 03:57:38 »
In particular:

1. I can create a sub menu, but I can't seem to add anything to it.
2. When I tried to delete every entry and start from scratch to create my own entirely custom menu, I found that once there's nothing left on the list, nothing works anymore. Add command / Add submenu / Add seperator / Add command by id name / etc. all suddenly stop working entirely.

Pages: [1]