I did the autohotkey method but still doesn't work.Hacker wrote:Ruriko,
There unfortunately is no standalone zip packer in windows.
This should be easy to solve using a simple AHK wrapper as a workaround, but since I cannot reproduce the bug I cannot test. The idea is to add quotes around each parameter and pass -- before the archive name.
Basically, you need to download and install AutoHotkey, save the above code as WinRARWorkaround.ahk and configure WinRARWorkaround.ahk as your RAR packer in TC.Code: Select all
#NoTrayIcon #NoEnv PathToWinRAR = C:\Program Files\WinRAR\WinRAR.exe RunWait, %PathToWinRAR% "%1%" "%2%" "--" "%3%" "%4%"
Of course you need to adjust the path to WinRAR in the script.
P.S.: I have noticed TC passes -c- to WinRAR on the command line but I did not find it documented anywhere. Does anybody know what it should do?
Thanks
Roman
Since I notice a couple couldn't mimic the problem I just totally forgot about on how I view my folder structure. I use ALT+F7 to search for subfolders and then feed to listbox before I attempt to rar
I notice if I just manually go to the parent directory and compress the subfolders from there it'll work but that defeats the purpose of me trying to compress multiple subfolders from different parent directories