Welcome, Guest. Please login or register.

Author Topic: Unzip  (Read 1284 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline uniteTopic starter

  • Newbie
  • *
  • Join Date: May 2007
  • Posts: 45
    • Show only replies by unite
Unzip
« on: July 13, 2007, 12:03:02 AM »
Is it possible to unzip a file directly to the hard drive and not the ram disk.  I'm using the unzip command from the Adf to PC tutorial on this forum.
 

Offline rkauer

  • Hero Member
  • *****
  • Join Date: May 2006
  • Posts: 3263
    • Show only replies by rkauer
Re: Unzip
« Reply #1 on: July 13, 2007, 02:18:43 AM »
 Yes, u can.

 Simply put the file on the drawer u wish 2 unzip it and make the dirty work.

 Or, via CLI, make the drawer (makedir in amigaDOS), go to it and type "unzip DeviceWhereTheFileIs:CompletePath/nameOfTheArchiveYouWantToUnzip.zip".

 Simply like that. :-D

Goodbye people.

I\'ll pop on from time to time, RL is acting up.
 

Offline uniteTopic starter

  • Newbie
  • *
  • Join Date: May 2007
  • Posts: 45
    • Show only replies by unite
Re: Unzip
« Reply #2 on: July 13, 2007, 11:16:00 PM »
Thanks

Found a nice GUI for it on Aminet ut is always good to know the code.