Summary: Hi, I need help to write one MS-DOS batch file. I have one file 'FNin.txt' which contains following values srchstr1 srchstr2 srchstr3 ... srchstr999 I...
Summary: Hi friends, I want to write a small program that searches in document files for a specific phrase or sentences. ( like 'Find files' in windows explor...
Summary: This appears to almost work, with the acception of it only being able to search one file name and once it copys the file it renames it filetosearch. I...
Summary: Team , I want to ask u some more in this. " for %%f in ("*.txt") do ( echo "%%f" | find %%f /c "<reply>done</reply>" if !errorlevel! EQU 0 set /...
Summary: I got good to know about how to search into the file(Topic : Dos script to search into .txt file) but now I want to ask u one more question about file...
Summary: Hello guys! I need help to make a bat file that do search inside test.txt for the word "time" and renames that .txt like this: test_time.txt ...
Summary: I need a batch file to search a bunch of sub folders. The following is an example: main\sub1\new main\sub2\new main\sub3\new etc I need to search all ...
Summary: I am trying to clear all data in multiple .txt files. All of the files begin with the same prefix (Invdata). Invdata(10(1)).txt Invdata(10(2)).txt Inv...
Summary: Hi all - Need a little help. Attempting to write a batch file to check for and delete multiple files, outputting to a log file after anything is f...
Summary: Can someone tell me how I create this batch file When clicked, should search in this directory for 2 specific filenames , if found delete them. C:\pro...
Summary: I found a batch script to search all drives and delete the autorun.inf file on this forum I want that method but change it up a bit. I would like to S...
Summary: Hello, I'm hoping someone can help me with a problem. I need to have a batchfile rename a file with the current date, and move the file to a corrisp...
Summary: hi ivo many thanks! as usual your help is of great use! I only see a problem in the solution you have posted: the batch is doing the job but it is pu...
Summary: Hi, I want to store variables in a temp file and to be able to call those variables for usage in the batch file. Im not sure how to manipulate the FOR...
Summary: Hi, I need a batch file to check last modified file in folder and copy it another specified place. is there any command to check last modified or new ...
Summary: Hello, I have a text file (music.txt) that contains many lines of song names without extension, eg: Song Name 1 Song Name 2 etc I need a batch file t...
Summary: I want to use a batch to copy files to a plugged in flashdrive. How can I get the drive letter of the flashdrive? (I use different computers so the dr...
Summary: Hi there, Could anyone help me to write a batch file, basically i need to search a_*.xls file on c:\ or d:\ file, if exist, then copy to \\server1\sha...
Summary: I am wanting to create a VB application that will be able to search a pdf file(s) for key words that a user inputs. I am very new to VB...Can someone...
Summary: Thanks for the response, I understand what your saying I found a way with help from this forum to it all in one step, append the directory paths witho...
Summary: Hi try to use following files to reproduce the error: oldfile.txt <xml version="1.0" encoding="utf-8"?> <appSettings> <add key="SQLMainConnS...
Summary: I am trying to make a program in C++ to read in a bunch of numbers from a file "frames.txt" like shown here: Frame: 00 FE 08 08 00 60 00 23 A1 23 0E 9...
Summary: Hi, is it possible in Java to read in a file such as a jpeg and store the binary data of the file within an int array (assuming it would just be lots ...
Summary: hi, i need a program/script to search for a file, if it finds it search for a more relcently modified than the last file on the network(because peopl...
Summary: Oh, I can open and manipulate .bat files.. I've made a few already.. but see, I'm used to HTML and LISP. Batch has a vastly different set of standards...