![]() |
|
|||||||
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Sizing Requirement to find number of users | SAPMM | SAP BASIS | 2 | 07-02-2010 09:36 PM |
| How to find information for SAP GUI | Pepa | SAP BASIS | 2 | 06-21-2010 06:29 PM |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
I am trying to extract files from the file sapmmc.sar which is located in C:\IDES\SAP\KERNAL\51019680\NT\I386\TEMP\
I also have a copy of SAPCAR located in the directory. I have run this command from the command prompt and these are the results I get: CODE: sapcar -xvf "c:\ides\sap\kernal\51019680\nt\temp\*.SAR" SAPCAR: processing archive c:/ides/sap/kernal/51019680/nt/i386/temp/sapmmc.sar... x librfc32dll x sapmmc.chm x sapmmc.msc x sapmmcada.dll x sapmmcdb6.dll x sapmmcinf.dll x sapmmcms.dll x sapstartsrv.exe SAPCAR: 9 file(s) extracted However the files aren't to be found!? I don't understand what I am doing wrong? The files should be in the same directory. Someone please help. |
| Sponsors |
|
#2
|
|||
|
|||
|
I think it is extracting to your current directory from where the command was run. Do this:
cd C:\ides\sap\kernal\51019680\nt\temp\ SAPCAR -xvf "*.SAR" Then do a directory listing. Arrgh!! I have typed that ms dos path after many many years! Must go and wash hands. |
|
#3
|
|||
|
|||
|
If that is a screenshot then the path typed for the filename isn't matching the output of sapcar.
|
| Entre a los Links relacionados |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|