I wants to copy Selected files & folders to .rar file Separetely in Current folder
I tried some way But I have failed. This code also doesn't work for me
Copy ARCHIVE=single FileType NEW=.rar CREATEFOLDER="{file$|noext}" HERE
example: E:\test
in test folder I have some file & folders.
I select multiple file & folders like
file aa.txt
file bb.mp3
file cc.mp4
Folder One
Folder Tow
Now I want to a single click on this button
the button make 5 separate .rar file
file aa.rar
file bb.rar
file cc.rar
Folder One.rar
Folder Tow.rar
The Copy command does not have FileType or NEW arguments so your command would not work. (You can't insert different, unrelated commands into the arguments for a command; it won't understand them.)
For zip, Copy ARCHIVE=single HERE would be enough (although slow). For other archive formats, as well as zip with maximum speed, use this script, modifying any .zip in it to the format you want: