Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Save Resoults in *.txt file  (Read 2330 times)

0 Members and 1 Guest are viewing this topic.

Amrykid

    Topic Starter


    Beginner

  • Piplup rules!!!!!!!!
    Save Resoults in *.txt file
    « on: July 03, 2007, 12:38:47 PM »
    hi all!,
    i have a network pinger bat that pings LOCALHOST.
    is there a way to make it save what happen (resoults) in a text file.
    P.S. im a bad speller :)
    Laptop Specs:
    Manufacturer:Gateway
    Model:MT3705
    OS:Windows Vista Home Premium
    Processor:Intel Pentium Dual-Core Mobile Processor 1.60 GHz, 533 MHz FSB
    Graphics:ATI Readeon Xpress 200M Graphics with 256 HyperMemory
    Memory:1024 MB DDR2
    Network: B/G WLAN Card, 10/100 mbps Ethernet LAN, 56k Fax/Modem

    contrex

    • Guest
    Re: Save Resoults in *.txt file
    « Reply #1 on: July 03, 2007, 12:41:59 PM »
    ping localhost > pinglog.txt to create a new file each time

    ping localhost >> pinglog.txt to add to the file each time


    Amrykid

      Topic Starter


      Beginner

    • Piplup rules!!!!!!!!
      Re: Save Resoults in *.txt file
      « Reply #2 on: July 03, 2007, 12:44:03 PM »
      thanks contrex!
      Laptop Specs:
      Manufacturer:Gateway
      Model:MT3705
      OS:Windows Vista Home Premium
      Processor:Intel Pentium Dual-Core Mobile Processor 1.60 GHz, 533 MHz FSB
      Graphics:ATI Readeon Xpress 200M Graphics with 256 HyperMemory
      Memory:1024 MB DDR2
      Network: B/G WLAN Card, 10/100 mbps Ethernet LAN, 56k Fax/Modem