Hey, Scripting Guy!
My question is as follows: Is there a way to make persistent changes to an HTA dynamically? Example: I want to make an HTA containing several buttons and checkboxes. The buttons each connects a tech via remote control to a given PC. Once the tech has helped the customer, he/she checks the box next to the PC name. The problem is that once the HTA shuts down, the checks are gone. Is there a way to make a change, like checking a checkbox, persistent? Other than using a DB or reading a five page text document onLoad?
-- MKV