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 TouchToneTommy 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: *

  • Users: OregonITFella
  • Content: Threads
  • Order by date
  1. OregonITFella

    Checking for the existence of an application

    I need some help with a little project I dreamed up (gotta love those). I want a login script to check each users machine that logs in and see if a particular application exists on the machine, and then emails me the machine name, username and if the application is installed or not. Can anyone...
  2. OregonITFella

    WSH and popup messages

    Okay VBScript gurus, another quandry for you. I have a login script that runs and gives popup confirmation messages on successful drive mappings. What I would like to know is does WSH allow you to block the popup windows at the workstation level? I want the users to get the login script, but...
  3. OregonITFella

    Gathering data and formatting an email

    VBScript experts, tell me if this can be done. I want to pull the logged on users name and machine name with this code: 'This will print to the screen what the currently logged on users name is' Set WshNetwork = WScript.CreateObject("WScript.Network") WScript.Echo "Username: " &...
  4. OregonITFella

    Login script question

    Can someone look at this for me and tell me how to accomplish the following. I want the script I have pasted in here to map the users P drive to their home folder(I tried using %username% but that of course didn't work), but I have had nothing but errors trying it myself. Anyone feel like...

Part and Inventory Search

Back
Top