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!

Recent content by NetNodeMan

  1. NetNodeMan

    Archiving in Access

    I have a program which writes to an Access 2003 database. From time to time I need to compact & repair this is my program will spit out a run time error if the database gets too big. Is there any way of auto archiving the database once it reaches say 100MB in size? it already does get archived...
  2. NetNodeMan

    Outlook 2003 error 0x800CCC90

    If anyone cares... His MAPI file on our Linux server became corrupt. It needed rebuilding there rather than any problem with Outlook.
  3. NetNodeMan

    Outlook 2003 error 0x800CCC90

    Thanks for that but unfortunately all that does is give me the error one after another. I've seen it mentioned elsewhere that it's a TCP/IP issue but i use Novell so disabling TCP/IP is a disaster.
  4. NetNodeMan

    Outlook 2003 error 0x800CCC90

    Hi, I am using Outlook 2003 on a Windows 2000 machine. I keep getting the following error when I send/receive: Task 'NetNodeMan - Receiving' reported error (0x800CCC90) : 'Your incoming (POP3) e-mail server has reported an internal error. If you continue to receive this message, contact your...
  5. NetNodeMan

    User Account from different locations - Outlook 2003

    I have the following problem. Here's a sample situation: I travel between sites with my laptop. Let's say there's 3 sites, one in Dublin one in Manchester and one in London. Each site I travel to I connect to the same server for my mail (in Dublin) but each time the IT team have to change IP...
  6. NetNodeMan

    Compress to Zip

    Well I can send a mail no problem but the problem occurs with the zip code. I tried this from here: and tried But neither work. I just want it to compress the files and appear on my C:. The rest I can possibly handle myself.
  7. NetNodeMan

    Compress to Zip

    Hi folks, Have had a search through the forum but the following is bugging me. I'm looking for some code to compress a certain folder to Zip and then email it. I have no problem sending the mail but the zipping of the files is proving difficult. Can anyone post a working program that zips the...
  8. NetNodeMan

    Reading from a text file

    Brilliant tjusi. I can now read in the lines one by one - however, it will get to the last IP address and keep telnetting to this i.e. looping. Also, I am creating a dynamic file as below: Is this how I should be redirecting the output or have I missed something? The log isn't creating...
  9. NetNodeMan

    Reading from a text file

    I have a script that will telnet to a switch and do a sh run on the switch. This works fine for one switch. However, I need to run this for over 200 switches now and as I am a networks guy and not a scripter, I need a bit of help. Can someone help me to read in an IP address and then read the...
  10. NetNodeMan

    Read Text File, Pass to script

    Hi all. I have a script which telnets to a switch and enter in IP information and then does a "sh run" on that switch. this works perfect for one switch. However, if I want it to run for 10 switches I need to hard code the information. I have searched on here but I've been even more confused...
  11. NetNodeMan

    Read In/Read Out

    haha Completely lost - thanks for your time mrmovie.
  12. NetNodeMan

    Read In/Read Out

    ???? Sorry movie. A slight bit lost there: Here's my code. I want to output the sh run command set oShell=CreateObject("WScript.Shell") oShell.Run "telnet 137.223.5.49", 9 WScript.sleep 500 oShell.Sendkeys "Traverse{ENTER}" WScript.sleep 500 oShell.Sendkeys "V3rySecure!${ENTER}"...
  13. NetNodeMan

    Read In/Read Out

    Folks, I'm trying to create a script that will read in an IP address from a text file. I'm finding a search on this forum is bringing up very little. The ip address will be telnetted to and the output of this will be printed to a log file. How do I capture this output also? Complete newbie...
  14. NetNodeMan

    At my wits end

    Hi all, I'm a complete newbie and as a result I'm at my wits end with this. My program navigates to a webpage and performs a test. There are two outcomes: Test OK - Test is ok and written to a log. Command shell remains open Test Fails - Test failure is written to a log, an alarm sounds, and...

Part and Inventory Search

Back
Top