Summary: Hello, I am in need of a DOS BAT file to read in the current .txt file name of a file name that starts with "CD0001" and rename it to CD0002 and tag a...
Summary: Please help... OK what this sounds like will be a virus, but none the less all a virus is is a desctructive program right? ok. I am looking for a batc...
Summary: I need to write a bat file to check to see if a file is present with the current date. the file name will always be the same, except it will be follow...
Summary: hi and thanks for your great site i need a batch file (.bat file) to do following works search current folder to find .txt files and if find them...
Summary: Is there any way to do modify the HKEY_CURRENT_USER on a mapped drive connected by USB or BartPE? I have admin access and know the user/profile name ...
Summary: Is it possible to create a .bat file that looks in a comma deliminated file for certain fields that for example: looks at one field if it is = 1 then ...
Summary: I've created a *.bat file based of some of the ideas http://ghost.radified.com/ghost_4.htm. My file will backup and check each of my partitions. The p...
Summary: I have no idea how it works, but it clearly does. I changed some file names to avoid the LFN mess. I think you'll get the idea. The subroutine :sub...
Summary: I've been trying to use SpamBayes with Outlook Express. Usually I'd have to open SpamBayes, then OE. I'm trying to create a .bat file so that I can ru...
Summary: A question to BAT-gurus! First of all, I am not a programmer, so please don't blame my ignorance. Every morning I come to office and open my Internet ...
Summary: I'm not that experienced using batch files but I need to get this batch file to work relatively soon. The bat file is supposed to echo a user name and...
Summary: Well, this is my first question in these forums. I'm kind of new to batches, and now I need a batch file to solve a problem I have. Maybe someone her...
Summary: Hi, I have a batch file which backs up a file to a subdirectory called "backup" - if the file is bigger than 10KB. This is the command - if %~z1 GTR 1...
Summary: Ok well I have a quick question to tag onto this topic. I have this script for renaming audio files in a folder depending on what track number they ar...
Summary: Hi there, may I borrow your brains please? I run a radio station using winamp, wacommand, gawk, batch files and task scheduler. Mainly from batch file...
Summary: Hi, I need help with part of bat file I want to use for backups. I can do most of it, it's the part below I need help with. The bat file will automa...
Summary: I have been working on a project to make a bat file to remove known processes and files related to Antivirus 2009. I have gotten pretty far and just n...
Summary: Here is the scenario, and I've got two questions: 1. I've got a bat file, which continuously running on the background, and I would like to log that ...
Summary: I want a bat file to serach a txt file for paticular word say "xyz" and replace that word with "abc" and save it again eg I have bat file +++ test us...
Summary: Hello, I'm working on developing a menu for a USB flash drive. I have .bat file that opens a spreadsheet with a program that is installed on the flash...
Summary: I found this on batfiles but am clueless of how it is supposed to work. It had no explanation with it. Get up to nine words of first line of input fil...
Summary: Hi All, Help me to create file (*.bat file) which will do the following: 1. Disconnect My Local Area Network, 2. Runs one *.exe program (lingvo 8.0 ...
Summary: Hello, To run a file from an application I have write the following bat file : Echo off START %1 EXIT %1 takes the variable for example C:\Temp\200...
Summary: Hello, I am looking for code to help create a .bat file for Windows that does the following: count = Number of files in a folder if count == 0, exit e...