Hello
I cant remember the CLI command for lha
lha -er a NAME_OF_THE_ARCHIVE FILE1 FILE2 FILE3
(e=archive empty dirs aswell, r=collect files recursively, also activates x option)
i cant remember how to address the homedir
I never bothered with homedir, since specifying homedir required removing the homedir part of the path of all filenames you supply. Just 'cd' to the homedir first, then run LhA - sounds like a much simpler approach to me.
If you want to specify homedir, do it like this:
lha -er a NAME_OF_THE_ARCHIVE HOMEDIR FILE1 FILE2 FILE3
(HOMEDIR *has* to end with a slash or a colon, otherwise it won't be recognised)