F
Fred Bartoli
Guest
I run under W2K and have a whole directory of files named "abc%20deXX.ext"
that I need to rename as "abc deXX.ext" (i.e. chane the %20 to a space)
with XX being 01 to 99.
Easy (I thought) : rename "abc%20de*.ext" "abc de*.ext"
Sure not. The result is "abc dedeXX.ext"
In the same vein rename "abc%20de??.ext" "abc de??.ext"
Creates one "abc dede.ext" for the first file and complains for the others
the file name already exists.
Anyone having some idea?
--
Thanks,
Fred.
that I need to rename as "abc deXX.ext" (i.e. chane the %20 to a space)
with XX being 01 to 99.
Easy (I thought) : rename "abc%20de*.ext" "abc de*.ext"
Sure not. The result is "abc dedeXX.ext"
In the same vein rename "abc%20de??.ext" "abc de??.ext"
Creates one "abc dede.ext" for the first file and complains for the others
the file name already exists.
Anyone having some idea?
--
Thanks,
Fred.