Short: *Fix* for SViewNG V7.72 Author: Andreas R. Kleinert Uploader: Andreas_Kleinert@t-online.de Type: gfx/show Within the SViewNG.lha archive V7.72 there's another archive, called SViewNG_EL.lha. Unfortunately, there did occur a packing error, resulting in a file AND a directory under the same name at the same location in the same archive. This either could cause a crash when trying to unpack the archive or simply failed when trying to extract the corresponding directory "SuperViewLibrary". Here's how to fix this: LHA -xarm x SViewNG.lha LHA d SViewNG_EL.lha SViewNG/SuperViewLibrary LHA -xarm x SViewNG_EL.lha The second line simply deletes the file, while leaving the directory intact. Voila. Included you find a batch file which does this. -- ARK, 2/Aug/98 .