Summary: aaa being the first line in file 'test' and %b% being the variable in the batch file i wnt to set to aaa (the varible loaded from the file 'test'. ...
Summary: Hi, I have been developing a program which will delete a list of registry keys. I use this as a removal tool because the uninstall program on my compa...
Summary: I have to display a Yahoo! news feed on a webpage. This URL tells how to do it: http://www.elise.com/mt/archives/000242displaying_an_rss_newsfeed_on_y...
Summary: Hi, I would like to assign random names for object from file. Does it make difference if it's txt or dat file? What class should i include and what m...
Summary: Hi, I'm a photographer who shoots a lot digitally. After a digital shoot i always make a CD for my customers which is basically a webpage with thumbna...
Summary: Hi I'm trying to pass a vaule from a file in to a variable and it seems not to work, is this possible in win 2000 any help would be very much apprieca...
Summary: hi, i have this piece of code and i want to read the data from a file...there are empty spaces between number. fp = fopen("file.txt", "r"); if (fp ...
Summary: The Win32 API does not have direct support for saving images to files, since the operating system has no need for it. There is support for loading cer...
Summary: this is what total needs to be done http://www.cs.uakron.edu/~margush/210/Prog2.htm what i can't figure out is how to input a whole line from a file ...
Summary: How would i read text from a certin file, and then echo it back to dos. I know the way u can echo to dos is something like echo bla bla >> Bla.txt. ...
Summary: hello, i am trying to read from a file and take certain lines from the file and store them in an array. the program works fine if i store it in a vari...
Summary: Hi I'm want to read a value from a file which contains the line: value=theactualvalue. I run this command and get: cat filename |grep value output: v...
Summary: Ok I am trying to load text from a file into a multiline text box and it loads all the lines except its loading them all over each other on the first ...
Summary: I am programming a role-playing game from DOS to Win32 using Microsoft Visual C++ 6 environment. Recently, I have a problem reading texts from files....
Summary: I'm wanting to have my program write data to a text file, and then have the ability to read back from it... so far I can get it to write to the file.....
Summary: Hello all I'm trying to understand Pemente's awk/sed example #2 in using awk/sed to find a line in a text file and sending the content of that line in...
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! Can anyone help? Desperate! how can i load pgm image file to Visual C++ and display the contents of the file? I dont understand a single thing a...
Summary: i have a programming assingment where i must create an ATM program. the basics of the program were that i had to get customer information from an inp...
Summary: Hi there, I am trying to assign value (double) for an variable from a separate data file. however, it fails. Here below is the code I wrote: #include ...
Summary: what i think you should do is store each value into a variable, check if that value is already in the list box. eg load EACH value from a file dim Val...
Summary: while dont u save the batch file has an .exec file and whenever u wish to work it. or whenever u want to load the batch file remember to include the d...
Summary: Hi Deirdre, There must be a way in XP with the cmd extensions, tokens and all that. But it's beyond me. Here's what I've got. It uses two small util...
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...