Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Set String from text file
Name: David Carine Date: January 29, 2009 at 09:09:43 Pacific OS: Windows XP Subcategory: Batch
Comment:
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 TTF CRC: 00B2 If i can set a string to the data in the file, i can then extract the last 4 digits using the "%string:~n" to extract the CRC.
Summary: I have a text file (User.ini) with the following information: CUSTOMER_NUMBER = 1001 FIRST_NAME = Francisca MIDDLE_NAME = LAST_NAME = Carstens I need to extract the customer number "1001" and set it ...
Summary: I need a batch script that will remove a set of ip address out of a txt file. these ip address need to be defined in another text file or in the script is this possible? im a complete noob, so i need...
Summary: What would be the best way to read lines from a text file in java? The user gives me a text file which is already in a given format (i know how many lines the file has and which lines are Strings or i...