How to Extract .CAR/SAR file in windows?
HI guys,
I have always worked in unix level so I know how to extract in unix but this is my first time extracting .car/sar file in windows. I have downloaded files and SAPCAR utility. How Do I extract now?
Thanks,
Former Member replied
Its the same process , sapcar -xvf <.car file>
eg: if you download sapcar.exe to C directory ,
start --> Run --> cmd to open command prompt
cd C:\
C:\>SAPCAR.exe -xvf <filename.SAR>
Thanks
Prince Jose