Well, what I've been doing is writing a text file with one line per PC (per PC that runs the script). The data is tab delimited with the workstation name being the first bit of data.

When the script runs it checks to see if the file (which is named after the workstation) exists. If it does, it skips the script.

When all the PCs are inventoried, I copy all the files into one big text file and import that file into Access.

I'd write the data to one text file, but I don't know how to check if there's already an entry in the text file for the PC that's running the script.

So I thought as long as I was writing one file per PC would there be some advantage to doing it in INI format. Then I started this thread.

I'm really not very good at this scripting stuff.