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

    checking disk freespace

    Hi,I'm fairly new to VBScript and can't figure out what is wrong with the statement below. Basically, I'm trying to check for available freespace on two different drives and I plan on sending an email if the freespace is below a certain amount for each drive. I stuck in some Wscript.Echo...
  2. vbcdor

    VBTextCompare problem

    Hi all, I'm having difficulties figuring this one out. I set up a test file which displays a value of 0, 30, 0 and 0 for the code below. This is what it is suppose to do, except I never write a line to the output when the value = 30 (it never executes the Wscript.echo "write a line to output"...
  3. vbcdor

    drivespace script

    Hi all, I need some help with a script. I am trying to write a script that will send out an email when the drive freespace on a Windows server is below 10%. Although it sends out the email and lists the drive that is having a problem, it also lists 2 other internal drives (C: and D:) and are...
  4. vbcdor

    Startup/Shutdown of database on Windows

    Hi, How are the Oracle databases normally started and shutdown on reboots on W2K servers? I know the services are started and stoped by the OS, but what about the database itself?
  5. vbcdor

    Can't start listener

    Hi, Does anyone know what the following error means? NL-00051: internal error code, arguments: [302], [1], [], [], [], [], [] I can't seem to start the listener. Every time I get the above error. This is an Oracle 8i system on a Windows XP OS. thanks
  6. vbcdor

    XP with Echo vs NTbackup

    Hi, I have XP SP2 home edition with Echo 3.016 and firmware 1.08. I'm debating whether to use the Echo software or the Windows XP backup software to do my backups. Can you tell me the pros and cons? I'm not looking for all kinds of scheduling options, I just want something that is the...
  7. vbcdor

    use of & and quotes

    Hi, I'm new to vbscript and I am having alot of problems with the use of &, ' and ". I keep getting the error "unterminated string constant" on this select statement. dtmStartDate and dtmEndDate are variables defined earlier in the script. This code scans (or is attempting to scan) the...
  8. vbcdor

    object variable not set error

    Hi, I hope someone can help me with a script I'm trying to write. I don't know much about vbscript, but I'm trying to piece together a script that will look in a Window 2000 event log, for 1 day and write to a text file when it finds certain events. I get sporatic results with this script...
  9. vbcdor

    search W2K event log for specific events

    Hi, Does anyone have a vbscript or a tip on how to search the W2K event log for a specific event, for 1 day. I have a script that will find a specific event, but I'm not sure how to limit to 1 day. I would like to run a script daily and check for a specific event for the previous day up to...
  10. vbcdor

    strange error message

    Hi, I am trying to combine 2 VBScripts to make a VBScript that will search a logfile for errors and send an email. I'm not familar with VBScript, but I am trying to figure it out. When I run the script I get the following error. Script: c:\temp\mail.vbs Line: 43 Char: 1 Error: File not...
  11. vbcdor

    smtp email of log file errors

    Hi, does anyone have a VBScript that will search a logfile for specific errors and then email these errors using SMTP either as text data or a new attached file?

Part and Inventory Search

Back
Top