How To Use Sapcar



Unzip and install the latest SAPCAR utility on your Unwired Server or Unwired. Basically the tool is very similar to gzip tool very known from Linux/Unix like OS. Its usually located at usr sap sid dvebmgs00 exe; To uncar your *.sar files, run.

Use cd SAPCAR/ command to move to SAPCAR directory (Figure 3.20) 2. To display file inside SAPCAR directory type ls, it will show the file SAPCAR105.EXE (Figure 3.20). Rename the SAPCAR exe filename(For example: I have renamed it from SAPCAR73.EXE to SAPCAR.EXE) 5. Go to command prompt,and then go to the folder.location(i,e C:/HANA/SAR - This folder is having SAPCAR exe file in it along with the other.sar files) 6. Type sapcar -xvf and then the full file name and press enter.Please see below.

'Hi,

I have some .car files and want to extract its particular folder in my hard
Program latihan olahraga. disk. All extract files copied bydefault in c drive, While using sapcar
command. Could you please tell me how to use the sapcar options?


Thanks
M.Siva kumar

//*-------- INTERESTED IN THIS MESSAGE? RELATED CONTENT --------
Intelligent Document Delivery: The Ins and Outs of Business Process ROI With Oracle ERP (White Papers)
http://www.ittoolbox.com/da/352480
ITIL - Visible Ops & The Theory of Constraints (Blogs)
http://www.ittoolbox.com/da/264833
What are BIW and BW? Why do they have a significant role in Enterprise Resource Planning? (Wiki)
http://www.ittoolbox.com/da/229587
RE: Incompletion Procedure which contains Risk Category (Groups)
http://www.ittoolbox.com/da/229588
-------------------------------------------------------------*//
'

I am new to Linux.I am currently trying to write a command line which should execute a *.exe inside a folder abc.

I have tried

But the error says no such file or directory.

Any suggestions?

user12749user12749

migrated from stackoverflow.comSep 29 '09 at 22:24

This question came from our site for professional and enthusiast programmers.

7 Answers

try:

but if it's really a Windows program, you will need to install 'wine', then do:

How

but only some Windows programs will work under wine.

Depeche mode complete discography torrent download. This anwswer is combining other answers in to this question into one.

The info.exe file will either execute under Linux or Windows, but not both.

If the file is a windows file, it will not run under Linux on it's own. So if that's the case, you could try running it under a windows emulator (WINE). If it's not compatible with wine, then you won't be able to execute it under Linux.

Before you can start, you will need to install wine. The steps you need to install wine will vary on the linux platform you are on. You can probably google 'Ubuntu install wine', if for example, you're installing ubuntu.

Once you have wine installed, then you'd be able to execute these commands.

if you know this file to run under linux, then you'll want to execute these commands:

Change to your abc directory

Then you'll want to change permissions to allow all users to execute this file (a+x).
you could also allow just the user to execute (u+x)

Launch the program, the ./ tells the command line to look in the current pathfor the file to execute (if the 'current' directory isn't in the $PATH environmentvariable.

Roy RicoRoy Rico

you can't :) exe is Microsoft only. now if you had a linux executable you could do:

Linux Executable To Windows Exe

On Linux you give the file executable permissions. It isn't the extension that determines whether or not it can be executed (as on windows.)

How To Install Sapcar.exe On Linux

Assuming you have a valid file that can be executed in Linux, (not a windows/dos file) do this:

Note that you need the leading ./ for the shell to find the file in the current directory!

This really belongs on superuser though.

Byron WhitlockByron Whitlock

I recently wanted to run some old MSDOS .exe files and I could just use dosbox. On Ubuntu it was just

apt-get install dosbox

then

How To Use Sapcar

dosbox file.exe

.exes are generally Windows executables, not linux ones. To run those, use something like WINE.

Otherwise, to run a Linux executable, there are many ways, e.g.:

  1. cd abc; ./info.exe
  2. ./abc/info.exe
  3. /full/path/to/abc/info.exe
  4. Add 'abc' to your PATH, then just run it as a normal command..
Norman

Wine is a program that you can install, it's a program to run .exe files in linux.

How To Use Sapcar On Mac

apt-get install wine

(go to teh directory of your file: /cd (ex: Desktop/)And to open your .exe file:

wine PROGRAM [AGRUMENTS]

Any problems with wine you can do: wine --help

That's the way I tried and it works.

Not the answer you're looking for? Browse other questions tagged linuxcommand-line or ask your own question.

Use always the newest available SAPCAR release compatible to your operating system. You can download a patched version of SAPCAR from the SAP Service Marketplace: -> Support Packages and Patches -> Browse Our Download Catalog -> Additional Components -> SAPCAR. Then add the SAPCAR version for your OS to the Download Basket.

Note that the downloadable file is tagged with the.exe extension for all OS platforms because of software center naming conventions. On UNIX platforms you have to delete the extension and to rename the file to SAPCAR because this is the official tool name which is known by other SAP tools on UNIX platforms. The downloadable file is not compressed so you may run it without extracting it before. As of R/3 Release 4.6C, the new archiving tool SAPCAR replaces the previous archiving tool CAR. This results in some special considerations listed below. • According to the replacement of CAR, the extension of the archive files delivered by SAP changes from '.CAR' to '.SAR' for files concerning R/3 Release 4.6C or higher.

Hi all Can we install SAPCAR utility on my PC to use it to Uncar the files? I want to uncompress the.CAR files on my PC. Installing SAPCAR Utility on PC. 'unpack with SAPCAR.EXE' that's all. 7) right click on car or sar file, choose OPEN WITH and choose 'unpack with SAPCAR.EXE'.This will decompress SAR and CAR files in the current directory. Follow the below procedure to install. Copy them to a temporary directory either in /usr/sap/trans/tmp or any other folder which you can create (say, patch) Change to the directory /usr/sap/trans (UNIX) or usr sap trans (NT) Use the command SAPCAR -xvf The command SAPCAR is case sensitive. Installing the SAPCAR Utility Unzip and install the latest SAPCAR utility on your SAP Mobile Platform Server host. You can use SAPCAR to extract the contents of compressed SAP files, for example, RFC and cryptographic library files. Hi all Can we install SAPCAR utility on my PC to use it to Uncar the files? I want to uncompress the.CAR files on my PC. Thanx in advance Ramu _____ Protect.

• The command line interface of SAPCAR is downward compatible with the command line interface of CAR. The only two exceptions to this are: During extraction, SAPCAR checks the file name extensions of the archives you want to extract from. The extensions '.CAR' and '.SAR' are both valid. The option '-s' for checking the free space on the target filesystem is only valid for displaying the contents of an archive.

How To Use Sapcar

The option is no longer valid for extracting files. For example, the command 'SAPCAR -tsf ARCIVE.SAR' is valid, but the command 'SAPCAR -xsf ARCHIVE.SAR' is invalid. • Pay attention to the fact that the archive format changed for SAPCAR. You can not use CAR with archives created by SAPCAR. On the other hand, you can use SAPCAR to extract, check, or list the content of archives created by CAR.

How To Install Sapcar On Suse

But it is not possible to create CAR archives with SAPCAR. • On some platforms, SAPCAR requires certain dynamic C++ program libraries. These libraries are possibly not part of the standard installation of your operating system. In this case, you need to install them before using SAPCAR.

Possible platforms where manual installation of these C++ runtime libraries may be required, are: SunOS 5.6 (Solaris 2.6): You possibly need to install the latest patch that includes the package SUNWlibC. All other SunOS releases contain the required runtime libraries. Use the command 'pkginfo fgrep -i SUNWlibC' to check if C++ runtime libraries are installed. HP-UX: You possibly need a patch containing the HP C++ runtime libraries. Since March 1997 HP delivers these patches worldwide every two months on an Extension Software CD to CD-ROM customers of HP with support (see Use the command '/usr/sbin/swlist -l product fgrep -i PHSS fgrep -i aC++ fgrep -i runtime' to check which C++ runtime environment is installed.

How To Use Sapcar In Windows

Sinix/ReliantUNIX: You possibly need to install the C++ runtime environment. The package CDS++RTS version 2.0C is required. Use the command 'pkginfo -l CDS++RTS' to check which C++ runtime system version is installed.

How To Use Sapcar.exe

How To Install Sapcar On Windows

• In case you want to run the unicode version of SAPCAR the shared library libsapu16. Is needed (where 'lib ext' is one of 'dll', 'so', 'sl' or 'o').

How To Use Sapcar Extract

How To Install Sapcar On Aix

How To Use Sapcar.exe In Windows

Make sure that this library resides in the search path of the program loader of your operating system. Normally this library can be found on the kernel CD. • For more information regarding the handling of SAPCAR, type 'SAPCAR' at the command prompt.





Comments are closed.