Go Back   TechArena Community > Software > Windows Software
Become a Member!
Forgot your username/password?
Register Tags Active Topics RSS Search Mark Forums Read SiteMap

Tags: ,

Sponsored Links



Batch Renaming Software for files inside zip

Windows Software


Reply
 
Thread Tools Search this Thread
  #1  
Old 30-01-2009
Member
 
Join Date: Jan 2009
Posts: 29
Batch Renaming Software for files inside zip

I am final year student , my friend asked me for a software that could batch rename the file names into a .zip. I found tons of software that batch rename all types of files but not within .zip archives. i hope some one here will help me. thank you.
Reply With Quote
  #2  
Old 30-01-2009
Kirtikumar's Avatar
Member
 
Join Date: Dec 2008
Posts: 323
Re: Batch Renaming Software for files inside zip

Aoao Batch Rename 1.7 you can rename all files using this try it i think this will work for you .
Reply With Quote
  #3  
Old 30-01-2009
Macarenas's Avatar
Member
 
Join Date: May 2008
Posts: 4,810
Re: Batch Renaming Software for files inside zip

7ZIP can be used in a batch file to archive files to .zip. Here is a example for archive all files in the directory to .zip.

Quote:
@echo off
for %%i in (*.*) do "C:\Program Files\7-Zip\7z.exe" a -tzip %%i.zip %%i -r
Reply With Quote
Reply

  TechArena Community > Software > Windows Software


Thread Tools Search this Thread
Search this Thread:

Advanced Search


Similar Threads for: "Batch Renaming Software for files inside zip"
Thread Thread Starter Forum Replies Last Post
Deleting and renaming files using Batch file on Windows 7 x64 Aerona Windows x64 Edition 6 18-05-2011 11:25 AM
Nokia C7 Renaming Of the Music Files dinkster Portable Devices 4 08-01-2011 10:14 PM
Renaming files in Linux Aileen_L Operating Systems 5 16-02-2010 04:27 PM
Renaming Music Files - working with ITunes Data Files RLN Windows XP Support 3 01-08-2009 01:54 AM
A Simple File and Folder renaming batch code : RenameR Rudra.J Tips & Tweaks 2 05-03-2009 02:59 PM


All times are GMT +5.5. The time now is 08:12 PM.