Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to get for your free account now!
Simple batch script. Need Help.
Name: SeekingWisdom Date: June 26, 2008 at 14:19:54 Pacific OS: WindowsXPSP3 CPU/Ram: 2GB Manufacturer/Model: Dell
Comment:
Hello. I'm a complete newb to scripting and would like some help. What I'm trying to accomplish is just simply prefixing information to a file name. Example: File1 to old_File1 File2 to old_File2 etc...
I tried.
@echo off RENAME "c:\PATH\To\Files\*.txt" "Old_*.txt"
It doesn't work.. it renamed two files, removed some characters in the. It didn't work at all how expected and it also failed how I did not expect it to either.
Summary: Hello. I've just registered and wondered if you fine people could help me out on a simple batch script programme. I've never done any before and I have to write one that uses the below ideas: Create ...
Summary: A total newbie when it comes to batch scripting. I have absolutely no clue where to start. I have a .txt file that has a list of servers separated by a carriage return. I want a simple batch program t...
Summary: I'm fairly certain this can be done (simply), but it's been years since I wrote a batch file, and I'm scared I'll screw things up and end up deleting all the files on my HD Here's what I'm trying to...