Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. mshicks

    Monitoring a process to see when it stops

    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...
  2. mshicks

    GetFile cannot find file when value coming from array

    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.
  3. mshicks

    GetFile cannot find file when value coming from array

    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...

Part and Inventory Search

Back
Top