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 Chriss Miller 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: Alexial
  • Content: Threads
  • Order by date
  1. Alexial

    VBScript to run an .MSI file on a Network Share

    Hello everyone! I have a very simple script that I need to get working in order to install an outlook add-on. I think I have the basics correct, however I am getting an error (scroll past the code) that stops it from working. The error code doesn't seem to make sense since I am sure I pointed...
  2. Alexial

    New Login Script

    Long time no see Tek-Tips! I'm working on a new login script for our network, and I need it to check a few things and delete or re-write some stuff. Basically what this does is checks to see which version of Microsoft Office is installed on the PC by looking for the specific folder and then...
  3. Alexial

    Help with RDP Script!

    I have a script that is really pretty simple that launches RDP and then logs the user in (if the credentials are saved). The issue I'm having is that it's been working perfect on my Vista machine, but refuses to work on the Windows XP Embedded machine I need it to work on :) Here's the code...
  4. Alexial

    Script to change desktop

    I've been working at this for a little while, and I would like to be able the change my desktop according to what day of the week it is. Right now I am getting a 'Wrong number of arguments or invalid property assignments: 'weekday'' at line 14, character 1: set day = weekday Here is the whole...
  5. Alexial

    VBScript - Email Alert when Log gets too large

    I'm working a script for work right now to alert me when the log for one of our programs gets too large. I temporarily set the filepath to C:\log.txt, and the file size limit to 2kb to more easily test it. I'm pretty sure the finding the file part is fine, but when it comes to sending out the...
  6. Alexial

    Close file by name?

    I've been working on a script for a little while and learning some things along the way. One of my little work projects is to create a script to close a file on a server left open by a SQL job. We know the job is done, so there's no need to warn any users about closing it. This is what I have...

Part and Inventory Search

Back
Top