Summary: If somebody could help with this one please. I have a file that looks like this: name;ip;ip;gateway;mac;virtyal;date;time name;dhcp;ip;ip;ip;gateway;m...
Summary: Hi everyone, I am new to this forum and would appreciate your help. I am trying to extract rows from a pipe-delimited flat file that is too large to l...
Summary: Hey everyone I need to know how to extract numbers from a text file. I'm a beginner with the for command and I'm not sure how to go about this. Basi...
Summary: I am writing a program in C which will extract data from an array. The array contains the data: char test[] = "TRACKING ID: 1365 DATE: 20030901 TIME: ...
Summary: Firstly I beg for your forgiveness if this is already explained in earlier posts, i tried searching but couldn't find quite what i needed. I am buildi...
Summary: The program I am writing will ultimately FIND occurrences of predetermined strings from a text file (in this case the output of systeminfo) I can extr...
Summary: Does anybody know how to extract tables from the Medisoft database? Medisoft is a medical accounting database and I am interesting in extracting all t...
Summary: can you please tell me how should i extract data from xml file to my vb program? i know that i have to use the DOM Document but when i declare the roo...
Summary: Thanks for that, the only problem I have is that there is a blank row between data sets ie row 32 has data, row 33 is blank, row 34 has data which i d...
Summary: hi all I have a bunch of txt files from which I need to extract different set of lines: from line 1 to line 3 to be stored in a single comprehensive f...
Summary: Honestly I'm new to programming, and I'm needing some help with something I'm working on. And honestly the files I'm grabbing from isn't helping me. ...
Summary: I am an amateur programmer using Borland C++ 3.0 in DOS, and am writing a program that creates and maintains local community information in DOS text f...
Summary: I would like to be able to extract certain data from a file (4 or 6 files)for future use. The data is in fact the "control totals" of the files being...
Summary: hi all I need some help because I want to extract some lines (in a fixed number) from many csv files (all with the same strutcture); what I have done...
Summary: I'm trying to create a batch file that will extract a specific line from a text file into a variable. The line I need is "Num=xxxxx" (the Xs are unkn...
Summary: Hi, I'm very real newbee to batch files, does anyone know how to get this to work? I'm tring to set my PC date by reading a .txt file and setting the...
Summary: Hi there... I need some help guys what i am after is preferably a batch file which would extract two different values from the same line within a txt ...
Summary: Ok, i've been trying to learn alot about vba and vbs along with batch stemming from work needed at my job. I am trying to tackle something that is far...
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 have a file with header and trl and has below data. I need to count # of rows in a file. 1111111|R8|12/31/2007|03/06/2007|03/08/2007|03/06/2007|77.7...
Summary: For school, we use Dev C++ compilers, in my program, I need to get the date and time that the program is run. Using the time.h header, I must set up ...
Summary: hi all i need to pull numbers from a string (comments) and if i get 13 numbers then populate another field, this is to pull a possible barcode out of...