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 Mike Lewis 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. scriptnewbie

    Script to get E-mail body message

    Thank you Tom! I am totally a script newbie and I am learning as I go along. That is why I was hoping that someone had done something similar to the task that I am doing. I really appreciate all your responses Tom. Thank you.
  2. scriptnewbie

    Script to get E-mail body message

    Thanks again Tom! However, searching for things in the Subject line is not what I wanted to do. As I mentioned before, I wanted to get the first 3 lines in the Message body and save them to a text file. and then loop through all the emails in the folder.
  3. scriptnewbie

    Script to get E-mail body message

    Thanks for your quick response TomThumbKP! before posting this message I did search this site as well as Google but could not find anything. Would you point me to the link or code that would accomplish this task. Thank you again for your help.
  4. scriptnewbie

    Script to get E-mail body message

    Hi, I am not sure if this is possible, but I would like to get some help with writing script to get the first 3 lines of all Outlook email messages in a folder. Say I have folder contains all the messages that I need just the first 3 lines in the bodies (like they show up in the AutoPreview...
  5. scriptnewbie

    Script to install and config MySQL in an unattended mode

    Hi, I was wondering if there was a way to install and configure MySQL in an unattended mode. I don't know if this is even possible at all, but I want to use command line or a script to install MySQL on a local machine without user interation (don't ask why. It is a long story.) Thank you.
  6. scriptnewbie

    hal.dll corrupt on Windows XP

    I had the same problem with one of my client machines. Your best bet would be trying to copying that Hal.dll file from some other machines to a flopy and then boot the system up with it, or repairing windows. if still no success, then I would suggest to reinstall windows. I tried all the...
  7. scriptnewbie

    Dual booting with xp and suse 9.3

    I am not sure about Suse, but I use XP and Redhat on my system. What I did was installing XP first on my system and then just popped in the REdhat Cds. It will guide your thru the process, and partition the drive for u. It is bit tricky when it got to this partition part. read the instruction...
  8. scriptnewbie

    script to get notified when a Xp computer rebooted

    Thanks for your response Mark! This script would not be feasible since I have computers scattered all over places. physically placing this script on those pcs is not an option. I would like the to run a script from my local machine an "LISTEN' out to the network and alert me when a computer is...
  9. scriptnewbie

    script to get notified when a Xp computer rebooted

    I would be grateful to get some help on how to write 2 scripts to send me an email when: 1/ an XP computer rebooted. 2/ when a user logs on. Thank you
  10. scriptnewbie

    script to get nofified when certain Event ID occurs in the Event log

    I know (100%) my firewall is not an issue because I am able to run many different script/batch files successfully. To reenfored Sunny's point, I placed a (&) in front of ("SELECT...) and it complained about that. That is not a solution. But thanks though Markdmac!
  11. scriptnewbie

    script to get nofified when certain Event ID occurs in the Event log

    To Markdmac, I used entire script provided by Sunny4ever in his first reply. I just changed those entries according to his suggestions. strComputer = "blue" Set objWMIService = GetObject("winmgmts:" _ & "{impersonationLevel=impersonate,(Security)}!\\" & _ strComputer & "\root\cimv2") Set...
  12. scriptnewbie

    Missing CD-Rom in device manager

    I don't have solution for this, but I have a similar problem. A friend of mine got mad with his PC at one time and kicked the computer. Next thing he knows (for that one stupid Kung-fu kick) is that his CD-rom would not show up in windows explore. I check device manager and it there but not...
  13. scriptnewbie

    script to get nofified when certain Event ID occurs in the Event log

    Hi Sunny4ever, I changed the following then ran the script to capture this event ID 1. I created this event ID 1 on the remote system. when I run the script, a windows with error message "the remote procedure call failed" at line 8 character 3. Here is my changed script: EventIdentifier =1...
  14. scriptnewbie

    script to get nofified when certain Event ID occurs in the Event log

    Hi, I was wondering if it was possible to write a script to send out a notification (via email) when certain event ID occurs with the computers in the network. Any response would be much appreciated.
  15. scriptnewbie

    script to install a list of MS patches on a network remotely

    Thanks for your response! I just completed the task manually. I will work on this for the next go around. Thanks again.
  16. scriptnewbie

    script to install a list of MS patches on a network remotely

    Hi, I am trying to write a script to install a list of Ms patches to several computers on the network remotely. I can do it remotely one by one by using psexec, but that is too time consuming. I would like to have the script that can install all the patches (that I put in a folder of my local...

Part and Inventory Search

Back
Top