cancel
Showing results for 
Search instead for 
Did you mean: 

File Adapter OS command to unzip files

Former Member
0 Kudos

Hi all,

I need an OS command or a script which unzips a file in the XI folder.

Appreciate your response

-Keerthi

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Keerthika,

Check this: http://www.computerhope.com/unix/uzcat.htm

Thanks,

former_member207622
Contributor
0 Kudos

cmd /C "jar cvfM
10.11.128.28\sapmnt\put\TEST\test.zip -C
10.11.128.28\sapmnt\put\TEST\zip ."

This will create a zip folder named test.zip in directory
10.11.128.28\sapmnt\put\TEST\ . The contents of the zipped file will be taken from
10.11.128.28\sapmnt\put\TEST\zip

regards

Ninad

RKothari
Contributor
0 Kudos

Hello,

Try the below command:

gunzip %F

-Rahul

rajasekhar_reddy14
Active Contributor
0 Kudos

betetr to talk with UNIX guy he will help you to write good script, it is very easy

http://linux.about.com/od/commands/l/blcmdl1_unzip.htm

Regards,

Raj