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 file for unix
Name: Esra Date: February 4, 2009 at 07:41:00 Pacific OS: Windows XP Subcategory: Batch
Comment:
Hi, Can somebody help me with making a batchfile. I have a large data set about answers of an enquete. Its a csv file. In one of the columns are the incomes of the people included as >50K or <=50K. And my batch file should takes as input a test data set on which it can run outputs one column <=50K, or >50K. How should I do that. My programme is called mlp.jar
Summary: Wow, I leave for a few days, and no one posts this? The lot of you are slipping. Slipping, I say! Well, if all you're going for is a warning message, it could be something like this batch file: @for %...
Summary: Hello, I want to run a batch file every couple of hours, that will take the input from a text file and put it into a field in a command I want to run. This is the command I want to run in the batch fi...
Summary: Hi, I need to run a particular se of commands repetatively for some number of times provided by userin for loop. I am doing it this way user input the no of arguments and arguments i.e 3 d:\\input.txt...