Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Files rename using batch file
Name: Egy Date: February 19, 2008 at 07:24:12 Pacific OS: XP CPU/Ram: pentuim Product: 123456789
Comment:
I would like to rename numbers of files as following: from test1.test1.txt --TO-- test1.test1-abc.txt
I used this line for /f %%i in ('dir /b /a-d *.pst') do @ren %%i %%i.pst but it does not work !! How can I rename this files name using bactch file? Thank you,
Summary: I'm trying to create batch file that telnets into various workstations, stops services and transfers data file. I dont user to get prompt for inputing telnet ID and password. Just want to code it into...
Summary: dtech10, thats great, exactly what I was looking for! I need to learn more about batch file coding! ricardo647, that script is fantastic, I really appreciate you helping out with that! I tweaked it t...
Summary: I have never used batch files before. If someone has time, could you please show me how to take a file and rename it with a date stamp at the end, in DDMMYYYY format. For example: If my file is x:...