Summary: Hi Help me in this issue @echo on set Path=C:\Temp.txt for /f "eol=; tokens=1 delims=" %%i in (%Path%) do (set /a no=%%i+1) echo First %no% set no=...
Summary: Using Batch file(.bat Dos based) I have to read a text file(temp.txt) containing data as the following: #,User,Password,Feed,Capacity Trusp,doit123,DN...
Summary: I'm trying to make a relatively simple program but I can't remember what to do to get it to work. What I basically want it to do is read in informatio...
Summary: Hey, I have almost no knowledge about programming and I have an old dos file that I need to "break" into. The company that made the software is of cou...
Summary: CAN SOMEONE TELL ME IF IM DOING THIS RIGHT?? IM SUPPOSE TO READ A FILE AND USE A HASING FUNCTION TO SORT IT OUT IN A LINKED LIST ARRAY. THE FILE FORMA...
Summary: Please help a newby trying to code first program. I want to be able to write data to a file, then read from the same file. I can manage this OK, but I...
Summary: I'm looking to search through a text file for a string. Once I find this string, I want to read the string on the same line, after it. Let me expla...
Summary: I have a standing problem: Under a directory, I have many files with similar names for example 1998.EEO.SAC 1999.OTT.SAC 2000.CRLO.SAC . . . I want to...
Summary: How do you read disk files in C++? I have a book that tells you how but it's way to confusing. I understand writing to them but I can't read from it. ...
Summary: ok I have a VB6 program and one function is to send a NET SEND. it does this by accessing the Shell and sending the command "NET SEND " & hostname & "...
Summary: Dear Friends, How do we read text file(ASCII format) line by line in VB. After the entire file is read, then how do we delete the file. Pls Help Than...
Summary: Hi all, What should I do to read a simple text file in assembly? should I use interrupts in such a program? I know that by 'import' you can use anoth...
Summary: Hi Im looking for script that will do following: read file1 Check file 2 && file 3 if <item> found in file1=file2 replace file1 text with instuc...
Summary: I know I have seen many different threads about reading over text files with a batch file, but I for some reason am having a hard time making those wo...
Summary: Hi. > I have an file which may be empy , I try to read the file How do you read it? > and when the file is empty it says "Echo is off" . It's not the ...
Summary: I am trying to find out what the easiest way to read text from a file into a variable (to put into an editbox) is? AMD Athlon 64 S939 3000+ ASUS A8V D...
Summary: HI i'm writing an AWESOME program thanks you guys (i put a credit to computing.net since you've been SOOO much help to me) But i'm close to done and h...
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: Hi, this might be a strange question, but here goes anyway. I was wondering how sound recording / playback applications such as Audacity or Windows M...
Summary: I need help to know how can i read a text file from bottom up, and save each line in different variables until i find a line in the file starting with...
Summary: Greetings All! The following MS-DOS code will delete any specified files, in specified location, and older then a specified date. "Delete files by ol...
Summary: Ok i have a machine that uses a cfg file. My problem is only note pad and word pad open it but do not read it in the correct format. what do i need to...