CompuServe Thread

#lharc compress

4 messages in this thread
#103395From: David GillespieMay 8, 1990 10:40 AM
What is the proceedure for compressing a file using lharc specificly what is the command for compress? The instructions tell me to use'a' but that just gives me an archive with no files in it. I used lharc a (filename).
#103416From: Vic WagnerMay 8, 1990 12:42 PM
Gee, that's what I use, and it works fine. Are you sure that you spelled <filename> correctly?? Victor A. Wagner, Jr.
#103466From: Kenny G. RabyMay 8, 1990 8:56 PM
You have to tell it what files you want to add to your archive! I.e., Lharrc a <archive> <filename> (I may have these reversed) Anyway you can use wildcards in the filename to do more than one file at a time.
#103486From: Steve PietrowiczMay 8, 1990 10:16 PM
If you want to archive FILE1, FILE2, FILE3 into an archive called FOO.LZH type this: LHARC A FOO.LZH FILE1 FILE2 FILE3 Steve