rss
Search : in
By : Relevance Date Username
Statut : Not resolved

Batch script to replace filenames h

Posté par Sandira, le Friday May 2, 2008 12:38:17 PM
Hello,


I need to replace filenames having spaces and dots with underscre using a .bat script

example:

need to convert filename like RBS Diff data we 06.07.07.xls to RBS_Diff_data_we_06_07_07.xls

Can someone kindly help?
Configuration: Windows XP
Internet Explorer 6.0
Reply to Sandira  Report this message to moderators Go to last message

1


  • This message seems useful, vote!
  • Report this message to moderators
kailashpon, on Friday May 2, 2008 03:06:48 PM
Hai



@echo off
setlocal enabledelayedexpansion
for %%j in (*.*) do (
set filename=%%~nj
set filename=!filename=.=_!
set filename=!filename= =_!
if not !filename!==%%~nj ren %%j !filename!%%~xj )
Reply to kailashpon

2


  • This message seems useful, vote!
  • Report this message to moderators
 gaurav, on Monday June 2, 2008 05:52:14 AM
Hi ,
Suppose i am entering a parameter from command prompt.
ex : xyz.cmd c:\loacl\post\ c:\loacl\pest\ ok
if the user enter it as

ex : xyz.cmd c:/loacl/post/ c:/loacl/pest/ ok

then it is showing me error as c:/loacl/post/\ path not found.How should i write a script to replace "/" by back slash "\".

can u suggest me ..


Thank you,
Gaurav
Reply to gaurav
Software found in the relevant downloads
Download MediaCoder 0.6.1.4111MediaCoder - MediaCoder is a free universal batch media transcoder, which nicely integrates most popular audio/video codecs and tools...Category: Video editing
License: Open Source
Download Beneton Movie GIF 1.1.2Beneton Movie GIF - Beneton Movie GIF is a free animated GIF editing tool. It is simple, quick, and effective. <h2> </h2> Require : A...Category: Animation
License: Freeware/gratuit
Download IrfanView 4.10IrfanView - IrfanView is a fast and compact image viewer/converter. It is trying to be simple for beginners and powerful for...Category: Slide show
License: Freeware/gratuit
Download AVG Anti-Virus Free 8.0.1AVG Anti-Virus Free - AVG Antivirus free is an free antivirus : Easy to use, low system resource Automatic update functionality Real...Category: Antivirus
License: Freeware/gratuit
More freeware about « batch script to replace filenames h »