There's no such thing as a stupid question, but they're the easiest to answer.
JoinTour
Login
 
Tag Cloud
access audio avg avg 8 bios blue screen boot bsod computer connection cpu crash css dell desktop dma driver drivers dvd email error excel explorer firefox firefox 3 freeze gimp graphics hard drive hardware hijackthis hjt install internet internet explorer itunes keyboard laptop macro malware monitor motherboard network networking outlook outlook 2003 outlook 2007 outlook express pio problem problems router seo server slow sound sp3 spyware trojan usb video virtumonde virus vista vundo windows windows vista windows xp winxp wireless
DOS/PDA/Other
Search
Search in:
 
Advanced Search
Tech Support Guy Forums > Operating Systems > DOS/PDA/Other >
Solved: Adding .1 to file names thru Batch Script


HELLO AND WELCOME! Before you can post your question, you'll have to register -- it's completely free! Click here to join today! We highly recommend that you print a copy of our Guide for New Members. Enjoy!

 
Thread Tools
screamoon's Avatar
Junior Member with 15 posts.
 
Join Date: Jul 2006
Experience: Beginner
20-Jul-2006, 08:22 AM #1
Solved: Adding .1 to file names thru Batch Script
SUppose I have a text file with contents as :
1)000000fd9ac1873d-0000-0509-94050a25
2)000000fd57acc331-0000-0ed6-94050a25
3)00000102ac2a457b-0000-045d-94050a25
4)00000104a5b5af66-0000-0431-94050a25


I want to add .1 at the end of every file name. How do I do this ?

Please Help

Thanking you
scream
n7Epsilon's Avatar
Computer Specs
Senior Member with 322 posts.
 
Join Date: Aug 2004
Location: Cairo, Egypt
Experience: Intermediate+ to Advanced
20-Jul-2006, 08:51 AM #2
Well if you have Windows 2000 / XP / 2003 / Vista, you could write this script and it would work:
Code:
@Echo Off
setlocal enableextensions
FOR /F "usebackq delims=" %%i IN (FullPathToYourFile) DO ren %%i %%i.1
endlocal
The FOR command in Windows XP (with command extensions enabled) has many powerful uses, just run FOR /? in a command prompt to read about them all with examples.

Hope that helps you...
__________________
I should have learnt C# a long time ago! It's a powerful language, and it's much better in .NET 2.0.
Internet Explorer 6 is the worst browser ever, Get FireFox now! | Get Opera!
At the VERY least Get Internet Explorer 7 !
screamoon's Avatar
Junior Member with 15 posts.
 
Join Date: Jul 2006
Experience: Beginner
20-Jul-2006, 09:36 AM #3
@echo
for /f %%L in (c:\Files.txt) do (
>> newfile.txt echo %%L.1 )

I used this and it is working perfect.......


Thank you for the reply
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are Off
Refbacks are Off

You Are Using:
Server ID
Advertisements do not imply our endorsement of that product or service.
All times are GMT -4. The time now is 03:15 AM.
Copyright © 1996 - 2008 TechGuy, Inc. All rights reserved.
Powered by vBulletin, Copyright © 2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Powered by Cermak Technologies, Inc.