I am running a logon script that runs ipconfig and currently stores the information as a text file on the c drive of the computer, which is where i told it to be, and then deleted the file at the end of the script. However, my boss would like the information returned from the ipconfig to be held in memory, and not have it place a text file anywhere on the computer. If you can hold information in memory, could you then access the information to read it into an array?
thank you
scott