|
Answer» Hello all
Can any ONE help me out on the following TOPICS?
1.How to READ properties values from a properties file using a batch file
and
2.How to write values to properties file from a batch file
Help would be greatly appreciated
ThanksBy properties file do you mean something like an .ini file?
You can use the for command to read any file and use ECHO to write to a file. If you actually want to run the statements in the property file, you may have to get creative with the set command.
Perhaps you can show us some of the data in this property file and EXPLAIN more fully the results you hope to achieve.
|