Summary: Hi, I am new to Windows batch programming. I have a requirement of extracting a string data from a line. I have a file let say (doctype.txt) containin...
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: I need to import data from a webpage into excel spreadsheet. Currently I cut and paste but this very tedious and formating the data to fit into spread...
Summary: Hi, am trying to design a online registration form that will allow users to send data from a drop down menu in php to a mysql database, but have no i...
Summary: Hi there, I'm trying to read data from a file that looks like this: 0 0 0 0 0 12 46 133.4 2374.4 123.3 12 9 0 0 0 0 0 0 0 etc etc... Into a 2D-array i...
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 am trying to retrieve data from a table that i have stored in a database on mysql using php. The database is called test and the table is called p...
Summary: Does anyone have a good reference on how to extract web data? I want to write a program that grabs data from a website and puts the data into a spread...
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: We would like to extract/parse a text file for a lenght of characters (200). We would then send the data to a user, via email. Can this be done in bat...
Summary: I want to take data from specific Excel cells on a worksheet form and have that data transfered to a new worksheet (array) each time the form is "acce...
Summary: I want to read the data from a file and execute it.Question is as shown. Can anyone provide the code for the below question. Input Description: The fi...
Summary: Thanks for ur response we are able to create a new file but it is not reading the data from the old file..like the below data is not fetching.. ROW_NU...
Summary: The procedure we have used to read data from the memory card is as follows: SCARD_T0_COMMAND ib; \\structure defined in winsmcrd.h LPSCARD_T0_RE...
Summary: Hi I have just learned to retrieve data from a database using ADO code (using WXPPro- Access 2002). I can connect to DB, run a query to retrieve data ...
Summary: I want to be able to display data from a database and output in a table. Also the data that is to be displayed are images that are located in a subdi...
Summary: Hello, I have a form with a tab control on it with 5 different tabs. Each tab pulls data from a database. When the tab control is loaded, the first ta...
Summary: Dear All, I would like to get data from a popup window. I had design the following code. When I run test.asp and click the button, the popup window wi...
Summary: Hello All, Is it possible to write an VB Marco for Excel offline... (Here is the real Question) Then load and run that macro in Excel without having t...
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: Very simple: I'm trying to extract particular lines from a small text file. Ideally using the Windows command line to take lines 1 and 10 from one tex...
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...