|
Well it doesn't look like you mean to track it in a log.
It appears that you're mainly only concerned that it get installed on the correct computer, so just using the .ini to read a list should work fine.
1. Check if @WKSTA needs application by checking the registry 2. If it does, read the .INI file to see if the @WKSTA is listed 3. If it is and registry says it is not installed, launch the installer. If @WKSTA is not found in the .INI then do nothing.
If you do want to log it then I'd recommend the user write back to a central location, not a central file the name of the computer the time and any other important information you want. Then I'd copy all of those files into a single file from DOS copy *.log MYREPORT.TXT
Then use Excel to import MYREPORT.TXT for sorting or printing.
|