Click here to Skip to main content
15,888,351 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
I have a requirement to unzip the files in 'n' folders and then the unzipped files has to be sent to different network printers. Unzipped files in n'' folders has to be sent to 'n' printers in network. Once the files are printed then the printed files should be moved to another folder. One single script / batch process to do all the tasks. The script will be running on a windows server.


Problem is

I have found solutions for unzipping a single file by using the zip file name and destination folder. Could you suggest a way to unzip n number of files being dumped into the folder, then it has to be sent to network printers mapped for each of the folder.
Posted
Updated 11-May-12 0:29am
v2
Comments
walterhevedeich 11-May-12 6:06am    
I understand the requirement. I don't understand the problem.
Santhosh05 11-May-12 6:30am    
Problem is

I have found solutions for unzipping a single file by using the zip file name and destination folder. Could you suggest a way to unzip n number of files being dumped into the folder, then it has to be sent to network printers mapped for each of the folder.
Sandeep Mewara 11-May-12 7:19am    
If you know how to unzip one, what's the issue with unzipping more than one? Can't you loop through zipped files?
Santhosh05 16-May-12 1:29am    
Thanks
Sergey Alexandrovich Kryukov 11-May-12 12:12pm    
Why would you repeat your words anyone could read in first place?!
If you can unzip one, you can unzip two or more. Why not?
--SA

1 solution

Looks like my comment resolved the issue. So posting it here to pop the question out of unanswered questions:
If you know how to unzip one, what's the issue with unzipping more than one? Can't you loop through zipped files?
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 17-May-12 16:26pm    
I said the same, it means I tend to agree, my 5.
--SA
Santhosh05 21-May-12 5:02am    
If comments are resolving issues, then there would not have been need of experts
Sandeep Mewara 23-May-12 2:40am    
Aye?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900