Summary: I am trying to write simple batch file that will perform a "string" search in C:\textfile.txt then COPY some file to some folder. Should I not use FOR...
Summary: Batch Hi I am not able to extract a part of a string. I need Help i am using this expression set var1=%cd:~-%length%% where length is 10 but this is ...
Summary: I am trying to write a program that reads a file and prints each line of the file that contains a given string. Can anyone help me with this? ...
Summary: I have a file which is essentially of no specific format..but it has a string in it somewhere "-stringtolookfor stringvalue" and i need to write a bat...
Summary: Hi! i m new to batch programing. I want to make a batch file which will search for a particular string in a ini file and replace it with a another str...
Summary: Hello, I have about 100 text files. They are full of extra stuff that needs to be cleaned up. The stuff is one or more blank lines, trailing spaces, c...
Summary: Thanks for the help, but that makes it return false positives or nothing at all. I used /c: to make it search the string in one block (no "or" functio...
Summary: Hello, I've searched the forums but what i find isn't quite what i need(Or i don't know how to mod them to work for me). What i am trying to do is thi...
Summary: Hi All, I have a text file say, tmp.txt which is having an unique entry at the end of the file "Status:Running" or "Status:Stopped". Now throug...
Summary: Hi, I need help to write FINDSTR search string in batch program using regex. I want to ignore all those lines that start with '(single quote) even if ...
Summary: Thanks, here in Hungary was late too... So the needs: -Setting up input-output folders in bat, not in console -Scan for all subfolders -Save subfolder...
Summary: Hi all, I'm trying to use the xcopy command in a batch file and for some reason it wont work ;-/ this is what I have in the batch file xcopy "x:\Some ...
Summary: Well I've got config files for some network management tool only after a server restart the port nr of the server changes so my monitoring tool get's ...
Summary: I have a batch process that was working great for 6 months. recently I received a new FTP account and ever since the bat has had problems... here is t...
Summary: Hi, I'm new at programming. Please help me with this function. A guy gave this function that will look for the character "$" and then replace it wi...
Summary: This one is kind of tough.. I'm sure everyone is familiar with LegalNoticeCaption and LegalNoticeText. (If not a quick Google will fill you in). Here'...
Summary: Hi - I was hoping to get help writing a batch file that will output a zip file of that days work. The catch is that the output file should have the da...
Summary: i couls realy use some help i am trying to create a batch file that creats a folder but i want that i can type the name for that folder the batch fil...
Summary: Hello 1st post here, its vital i get this done its for college. I have to make a batch file that will copy files from the hard drive put them on a flo...
Summary: Hi, can you make a batch file request some code off a website? could this help: for /f "delims=" %%a in (http://www.site.com/file.txt) do set %%a also...
Summary: Mechanix2, I found this batch file that you created for someone here, and would like to expand on it. :: multiIP.bat @echo off > pingLOG for /f "token...
Summary: What im trying to do is this. (this is for a school project). i am using visual c++. What i am doing is this. i ask the user for a number from which i...
Summary: Mh, you could also just cut off the characters before and after the string! This would actually be more helpful, since I need it for a second txt and ...
Summary: Hello, basically i have written a search batch that indexes all files & folders on chosen HDD's. This is done with dir %drive% /s /b >>index.tmp The...
Summary: I'm having a little trouble with parsing strings in batch. Basically, I'm trying to make a batch script to automatically compile and run Java files, ...