1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Development lazy char removal

Discussion in 'Software' started by Jaz, 4 Dec 2002.

  1. Jaz

    Jaz Banned

    Joined:
    18 Dec 2001
    Posts:
    1,375
    Likes Received:
    0
    I download lots of files and extract files from rars and zips, some of these files contain _'s (underscores) and would like an easier way to remove them rather than editing them myself i.e. using a button. Is this possible to script and make my own commandbar (taskbar) or are there scripts out there.


    i have tried creating a bat in the sendto folder with the code:

    @echo off
    cd /d "%1"
    for %%a in (_*.*) do set fn=%%a&call ren "%%a" "%%fn:~1%%"


    but no work
     
  2. x24

    x24 What's a Dremel?

    Joined:
    9 May 2002
    Posts:
    381
    Likes Received:
    0
    I can do it in VB :D
     
  3. NuTech

    NuTech Minimodder

    Joined:
    18 Mar 2002
    Posts:
    2,222
    Likes Received:
    96
    Just use Renamer, its free and allows multiple files to be renamed at once.

    It also has a one click feature to either remove underscores or replace them with a space.

    Been using it for ages now and I regard it as one of those tools that I cannot live without.

    Hope that helps.
     

Share This Page