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

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

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