View Single Post
Old Jul 16th, 2004, 7:55 AM   #2
Infinite Recursion
Programming Guru
 
Infinite Recursion's Avatar
 
Join Date: Jul 2004
Location: United States
Posts: 3,467
Rep Power: 8 Infinite Recursion is on a distinguished road
Send a message via MSN to Infinite Recursion Send a message via Yahoo to Infinite Recursion
Does this tool has a command-line interface option? You could pass the values in as parameters to the tool itself.

Otherwise you could set environment variables to values that are predefined, using a "priming" batch script... Then read in those values...

The easiest way would be if the tool has a command-line interface:

mytool -name IR -location US ........ etc.
__________________
http://jasonpowers.net

"There are a thousand hacking at the branches of evil to one who is striking at the root."
Infinite Recursion is offline   Reply With Quote