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.
batch app read line from a file
Name: duckkiller53 Date: February 25, 2009 at 12:52:48 Pacific OS: Windows server 2003 Subcategory: Batch
Comment:
Is there a way to have a batch app open a file and read a line into a variable.
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...
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 in either C or Fortran (preferably Fortran, and F77...
Summary: I'm trying to read single lines from a text file and store each line in a variable so that I can use that variable to do something (such as COPY, RENAME, MOVE, etc). Here is the operation I want: 1) R...