check file with extesion in some location and unzip zip file

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
himanshuk
Posts: 1
Joined: 27 May 2013 03:47

check file with extesion in some location and unzip zip file

#1 Post by himanshuk » 27 May 2013 03:52

1.how to check file with extesion say zip or txt at some location
2.unzip file and take out child files in it further move to other location :mrgreen:

foxidrive
Expert
Posts: 6031
Joined: 10 Feb 2012 02:20

Re: check file with extesion in some location and unzip zip

#2 Post by foxidrive » 27 May 2013 06:46

1) if exist "c:\location\*.zip" echo found zip files.


2) Have you installed a third party tool to unzip files.

Post Reply