1.

Solve : Need to run the program "extract75" from?

Answer»

I have a program that parses NITF files in order to extract the metadata into SEPARATE text files. The PROBLEM is that I need to run the program on about a zillion files in order to set up a database of the output info.
The GUI for the program prompts the user for certain parameters (using radio buttons) and has text boxes for the input and output files. How do I run the program from within the BAT file? What SYNTAX do I use to set the parameters?
I could find any info on your extract75 program. But I did find 3½ million herbal REMEDIES going by that NAME. I don't suppose they're intechangeable? Anyway, you need to find out if in fact the program can be run at the command line and what run time parameters are needed. The GUI help may help you with that info.

After that, you need to build a FOR loop in a batch file to process all zillion files.

Let us know.



Discussion

No Comment Found