0 Members and 1 Guest are viewing this topic.
I want to convert many .lha archives to "uncompressed" .lhaso that files are just stored ( -z)what would be simplest way to do that? I need to keep all information, like archive comment, file protect flags and so on.
lha -r x lha -azr a #?I've probably missed some switches.
hm, thanks. but I need to do that for over 500 .lha archives.how to do it in 'for loop'? filename should stay the same