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 Rhinorhino 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: Rubymoon
  • Content: Threads
  • Order by date
  1. Rubymoon

    Installing Applications w/ VBScript

    I was wondering, is it possible to install applications with vbscript, in batch file I use the installs and put the arguments in and run it and its easy. I don't know how to invoke command in vbs yet so, that's not an option for me right this second, unless someone tell me :P if answer = yes...
  2. Rubymoon

    Logon Script w/ Summary Of Drives

    This is my final Logon Script, I ran though my apex of IT some years ago, i'm a bit old school, so all my scrips start off from batch files, in the end, the final product works very well imo. But for those interested in how i've done it, mixed and matched it, and etc, you may use this script...
  3. Rubymoon

    Script - Desktop Shortcut, Default Homepage, Empty Temp Files

    Hello, I added this to my list of scripts this week, no problems with it :P For those who are interrested and/or needs it. _______________________________________________________ Set WSHShell = CreateObject("WScript.Shell") ' >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> DESKTOP SHORTCUT...
  4. Rubymoon

    Mail Vbscript Tech Support Message

    Ok, I have been messing with this thing for hours and I am not sure I know what to do with it anymore, the goal of this is, I want to make a link to this for people to send mail to the tech when they have a problem. So what I tried was to make a msgbox and enter the text they want (quite short...
  5. Rubymoon

    Help Needed --> Logon Script

    I have this script, which was, to my knowledge mapping drives correctly on Friday, and now it is not working. It maps my general drives but not the drives for the group users. If someone could help i would be more than grateful, it is a big issue today >.< Here is the script...
  6. Rubymoon

    VBScript Welcome Message - Display Picture

    Ok, I got this script which looks into a file and display the welcome message into explorer, I tried adding a picture but i cannot get it to display, if someone could tell me how to display the picture I would be very grateful. Here is my code, which i need a picture in...
  7. Rubymoon

    VBS Logon Script - Welcome Message

    Hello everyone, first time poster here. Ok, after looking for hours, I decided to seek help from the masters. I am not extremely familiar with VB Script but i get around. What I would like to do is create a logon script and display a welcome message. So far I don't have a problem doing a...

Part and Inventory Search

Back
Top