How to check to see if a linestyle Resource (RSC) file is bad, corruptedor invalid.Product: MicroStation 95Version: 8.05.00.00Area: Custom Linestyles
Structure of a resource file (RSC) can be tested by using the RDUMPutility which is in Ustation>MDL>Bin directory.Steps:1 . Copy the resource file to Ustation\MDL\Bin2. Open a DOS prompt in this folder.3. Type rdump -x <(><<)>filename>This will show you the structure of the resource file and process itthrough low level integrity check.Note: If it does not pass the integrity check, the RSC file is invalidand not recoverable.It is possible to move the good resources (if any) to a new RSC file.Steps:1. Copy the resource file to Ustation\MDL\Bin2. Open a DOS prompt in this folder.3. Type: rlib - o <(><<)>newfilename> -v <(><<)>oldfilename>This will create a new RSC file and copy any good styles to the new RSCfile.