MS OS - Microsoft Forum to Usenet Gateway Header Right
Navbar Left Navbar Right


Hi I have a batch file that renames a file and appends the time on the end of the filename. What I need it to do is append both the



Reply
Old 11-23-2007, 06:25 AM   #1
alexanderd79@googlemail.com
Guest
 
Posts: n/a
Default Batch file to rename with time and date

Hi

I have a batch file that renames a file and appends the time on the
end of the filename. What I need it to do is append both the time and
date at the same time. My line of code is:

for /f "tokens=1-5 delims=:" %%d in ("%time%") do rename
"filename.xls" "filename"%%d-%%e-%%f.xls

I'm sure i can do this in one line but not sure how to add the %date%
in correctly

Any help appreciated

Thanks
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-23-2007, 07:57 AM   #2
Pegasus \(MVP\)
Guest
 
Posts: n/a
Default Re: Batch file to rename with time and date


<alexanderd79@googlemail.com> wrote in message
news:ca05d8ad-d2ab-4099-b622-87eb61ac9c49@e23g2000prf.googlegroups.com...
> Hi
>
> I have a batch file that renames a file and appends the time on the
> end of the filename. What I need it to do is append both the time and
> date at the same time. My line of code is:
>
> for /f "tokens=1-5 delims=:" %%d in ("%time%") do rename
> "filename.xls" "filename"%%d-%%e-%%f.xls
>
> I'm sure i can do this in one line but not sure how to add the %date%
> in correctly
>
> Any help appreciated
>
> Thanks


Perhaps something like this:
for /F "tokens=1-8 delims=:/" %%a in ('echo %date% %time%') do echo ren
"file.xls" "%%a-%%b-%%c %%d-%%e file.xls"


 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Reply



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

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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


All times are GMT -5. The time now is 12:50 PM.


Powered by vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Skin designed by CompletevB
Copyright © 2005-2008 Robert Schwarz, Sr. - All rights reserved - MS OS is an independent web site and is not affiliated with Microsoft Corporation.