Sapcar: Difference between revisions

From Jwiki
No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Category:SAP]]
[[Category:SAP]]


== Usage ==


1. Download the .sar files
== Install ==
 
1. Download SAPCAR*.EXE


2. Rename the SAPCAR*.EXE:
2. Rename the SAPCAR*.EXE:


Linux
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
mv SAPCAR*.EXE SAPCAR.EXE
mv SAPCAR*.EXE SAPCAR
</syntaxhighlight>
</syntaxhighlight>


3. Go to the directory where you want to place extracted files
Windows (cmd)
<syntaxhighlight lang="bash">
move SAPCAR*.EXE SAPCAR.EXE
</syntaxhighlight>
 
 
3. Move to binaries
 
Linux
 
<syntaxhighlight lang="bash">
mv SAPCAR.EXE /bin/
</syntaxhighlight>
 
 
== Usage ==
 
1. Download the .sar files
 
2. Go to the directory where you want to place extracted files


4. Extract the .sar:
3. Extract the .sar:


<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
sapcar -xvf IMDB_CLIENT100_112_5-10009664.SAR
sapcar -xvf SWPM*.SAR
</syntaxhighlight>
</syntaxhighlight>

Latest revision as of 08:35, 31 August 2024


Install

1. Download SAPCAR*.EXE

2. Rename the SAPCAR*.EXE:

Linux

mv SAPCAR*.EXE SAPCAR

Windows (cmd)

move SAPCAR*.EXE SAPCAR.EXE


3. Move to binaries

Linux

mv SAPCAR.EXE /bin/


Usage

1. Download the .sar files

2. Go to the directory where you want to place extracted files

3. Extract the .sar:

sapcar -xvf SWPM*.SAR