Results 1 to 3 of 3

Thread: Batch Renaming Software for files inside zip

  1. #1
    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.

  2. #2
    Join Date
    Dec 2008
    Posts
    322

    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 .

  3. #3
    Join Date
    May 2008
    Posts
    4,831

    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.

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

Similar Threads

  1. Deleting and renaming files using Batch file on Windows 7 x64
    By Aerona in forum Windows x64 Edition
    Replies: 2
    Last Post: 17-05-2011, 11:51 AM
  2. Nokia C7 Renaming Of the Music Files
    By dinkster in forum Portable Devices
    Replies: 4
    Last Post: 08-01-2011, 10:14 PM
  3. Renaming files in Linux
    By Aileen_L in forum Operating Systems
    Replies: 5
    Last Post: 16-02-2010, 04:27 PM
  4. Renaming Music Files - working with ITunes Data Files
    By Tahseen Shahzad in forum Windows XP Support
    Replies: 2
    Last Post: 01-08-2009, 12:54 AM
  5. A Simple File and Folder renaming batch code : RenameR
    By Rudra.J in forum Tips & Tweaks
    Replies: 2
    Last Post: 05-03-2009, 02:59 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,269,891.45581 seconds with 16 queries