Summary: Hi, I have a text file having names of some folders which are dynamically gengerated in it. Now i want to pass these folder names one by one to a comm...
Summary: I'm trying to import a text file to MS Access using Fixed-Width text file way ,but i wantto set field widths in (row break ) instead of (column break)...
Summary: I have a bat file that asks for user id and password then executes FTP reading the values in a text file. How do you pass the id and password variabl...
Summary: Hello there, Anyone can help me to get this working please. I need to extract from a text file to a new text file a portion of code based on a start a...
Summary: I have a variable value which I want to store in a text file. I want the text file to be located in my web space, so that I can open it up, and see th...
Summary: Hi, what I am trying to do is make a batch file that will edit a text file. here is what my text file looks like: THISFORM.LISTARRAY(1)="Alachua" THIS...
Summary: I'm trying to create a batch that will setup a scheduled task. The task would bring up a text file everyday for me to read. I have a line within my ba...
Summary: Probably you are running under Windows XP and what you need is a NT batch file as there is no plain DOS in NT based systems. The script is you want is...
Summary: I think that just outputs the entire text file to the screen at once. I'm trying to do it line-by-line. Doesn't look like there's a way to stop it aft...
Summary: If you store each line of your text file to be edited into a variable, e.g. Row, then Set Row=%Row:index.dat=% does the job. Maybe depending on the st...
Summary: Hi Razor_2.3, Thanks for your reply, however i dnot actually want ALL the text in the file, just certain parts, i have come up with a solution which i...
Summary: Is there a standalone .exe that can parse a certain text file with another file. Like I have 4 files, Good.txt Results.txt standalone.exe batchfile.ba...
Summary: Can anyone tell me how to SET a string from a text file in DOS. I need to run this in a batch file. The file contains just one line e.g. Calculated TT...
Summary: Hi all. I need to create batch file which will take input from a text file and excuate command. My batch file will contains a following command dscvr...
Summary: I have a text file that is in columns. I want to extract all the data from one of the columns and write it to another text file. A sample would be ...
Summary: I'll be happy to let you know that i know how to do this. I created a Text file database, which adds, views and deletes records in that text file to w...
Summary: I want to write a batch file to do a few things.. unfortunately I've never done this before, and some of the code I've managed to find online has been...
Summary: So.. I'm having a bit of trouble with something that I thought would be relatively simple. I'm trying to collect the Java version from a number of com...
Summary: Hi I have a problem with a script I'm trying to write. I want to compare two text files which have a list of directories and then extract the added...
Summary: can you plz tell me how to delete some of the selected lines from a text file...using dos command (batch file) (for e.g)-- i want to delete this two l...
Summary: Hey guys. I am pretty rough at making complex bat files. I have made plenty of simple ones to do copies of files and folders but I want another one....
Summary: Write a batch file to do just one iteration of the task. Then run this batch file every 15 minutes by using the Windows XP Task Scheduler. Alternative...
Summary: Rofl. C:\toolbox>for /? ...snipped FOR /F ["options"] %variable IN (file-set) DO command [command-parameters] FOR /F ["options"] %variable IN ("string...