Summary: Hi. This is a pretty general question, but I hope somebody can give me a hand. I currently have a database of files which I want to be able to search...
Summary: I just got a new Logitech wireless keyboard/mouse combo and it doesn't have a scroll lock key. I can see how useless a scroll lock key is, but to me ...
Summary: hi..i'm newbie with batch file i need some help,,,,i need rename a file... for example: name.txt to name_AAAAMMDD.txt where AAAAMMDD is the actual...
Summary: Hi Reno, wow, it seems you guys really eat and sleep with batch files! lol. I just woke up over here so I missed your replies but thank you for reply...
Summary: These are my standard text parsing questions for batch files: 1. Does the file to be parsed contain any of the characters in this set?: {!%"|^&<=...
Summary: Hi FM, I guess I shoulda realized the importance of the %, since I spend so much time and effort with batch files. [dooooh] Thanks for the good linx....
Summary: Your Better try with a programming language like c and not with Batch files. Network Programming in C will help U. In a C language program yo...
Summary: Hi, I currently have a batch file thats creates a new directory with the current date as its name (in the format YYYYMMDD). Is it possible to have ano...
Summary: I get files often that have a crc checksum in the file name but no premade sfv to check it with. So I run the file through quicksfv and open the sfv f...
Summary: I want a batch file to open internet explorer and pass it a specific html file to open with. e.g. "c:\program files\internet\iexplore.exe" c:\temp\123...
Summary: I need help making a batch file that will find the string "SERVICEACCOUNT" in the file settings.xml and replace it with the varible %username%. any h...
Summary: First, you should not need ANY PATH. With a pretty plain boot floppy eevrything can be in the root. Next, the PATH dos NOT tell the OS where to look f...
Summary: Hello, I'm making a batch that can automatically update my WindowsDefender executable. The following must happened: Copy all files from the directory ...
Summary: I want to do a (preferably) batch file, that searches for a certain string in a file and deletes the line its at. So if for example the file consists ...
Summary: Hi mitchell311 and M2, the following slightly modified "incipit" of the batch solves the space problem by replacing blanks with underscores @Echo Off ...
Summary: Hello. I am trying to write a batch file that does the following: On each of the computers this batch will be ran on is a folder "C:\_Bi-Con_.TMS" i...
Summary: Hello, I'm still new to programming, and then I switched from VB5 to VB.NET, so I'm really confused. I'm trying to do two things. First, I'm tryi...
Summary: I am trying to write a batch file to open a player with an avi file loaded that will run from a CD drive. All files including the Batch File will run ...
Summary: Guy is correct, regedit can be run from the command line. I won't bother talking about how to delete a registry key with batch using regedit...It has...
Summary: Forgive my ignorance, but I cut/paste out of the page here and it runs the first two steps of the batch, but then it doesn't do anything once it reach...
Summary: Hi I am rookie ot batch. I have a requirememnt where, I have to read from a text file which looks like this a,test.txt s,Files.txt a,ForCommand.txt a ...
Summary: I have thousands of files i have to create for a configuration tool that i use at work. i need a script that will open a main txt file (specifically a...
Summary: I'm have a batch that requires the output of tones, waiting for 5 minutes, output of tones, etc. The problem is that I need it to have the ability to...