Welcome, Guest. Please login or register.

Author Topic: convert .lha to .lha  (Read 1310 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline orangeTopic starter

  • Hero Member
  • *****
  • Join Date: Dec 2003
  • Posts: 2797
    • Show all replies
convert .lha to .lha
« on: March 17, 2011, 06:04:30 PM »
I want to convert many .lha  archives to "uncompressed" .lha
so 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.
Better sorry than worry.
 

Offline orangeTopic starter

  • Hero Member
  • *****
  • Join Date: Dec 2003
  • Posts: 2797
    • Show all replies
Re: convert .lha to .lha
« Reply #1 on: March 17, 2011, 07:17:27 PM »
Quote from: chris;622526
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
Better sorry than worry.