Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Batch file help needed ASAP :(  (Read 3036 times)

0 Members and 1 Guest are viewing this topic.

JOhnathan.Pierce

    Topic Starter


    Rookie

    • Experience: Beginner
    • OS: Unknown
    Batch file help needed ASAP :(
    « on: April 09, 2013, 12:44:07 PM »
    I will try to explain this as best as I can. Basically what I am looking for is a batch file that I can automate that will take a zip file and extract it to a different folder.

    Example -

    C:\Blah\happy\today.zip  <----- I want to have the batch file extract this zip file to C:\Blah\ using a batch file. Please tell if this is possible and how.

    Thank you!!


    DaveLembke



      Sage
    • Thanked: 662
    • Certifications: List
    • Computer: Specs
    • Experience: Expert
    • OS: Windows 10
    Re: Batch file help needed ASAP :(
    « Reply #1 on: April 09, 2013, 12:58:37 PM »
    This can easily be achieved using pkunzip in command line of dos shell, as long as the zip file is not password protected.

    http://www.unt.edu/rss/docs/zip.htm

    JOhnathan.Pierce

      Topic Starter


      Rookie

      • Experience: Beginner
      • OS: Unknown
      Re: Batch file help needed ASAP :(
      « Reply #2 on: April 09, 2013, 01:47:57 PM »
      Perfect. Thank you.