I am writing a script to uninstall a program from a large number of workstations. I have every part of the script working except one.
Instead of just having the script sleep for an estimated time during the uninstall before it restarts, I am trying to poll the process to see when it quits.
I...
Nevermind I figured a different way. I went with not using an array. I'm just letting the loop read through the text file while pulling the information I need out in each cycle of the loop.
I am trying to use vbscript to pull information out of some exe files. I have a text file with all the exe's listed. I read in the text file to an array and split it by lines. Then my script needs to pull the parent folder and the file name from the exe and output it to another text file.
The...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.