Results 1 to 3 of 3

Thread: DOS to File Redirection

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Jul 2001
    Location
    Tucson, AZ
    Posts
    2,166

    Resolved DOS to File Redirection

    I want to redirect DOS "tracert" output to a file.

    So far tracert "ipaddress" > MyFile.txt
    does not work.

    Thanks
    David
    Last edited by dw85745; Mar 7th, 2006 at 05:33 PM.

  2. #2
    VBA Nutter visualAd's Avatar
    Join Date
    Apr 2002
    Location
    Ickenham, UK
    Posts
    4,906

    Re: DOS to File Redirection

    That should work. Do you just get a blank file? You should get something like this:
    Code:
    ♪
    Tracing route to www.l.google.com [66.249.87.104]♪
    over a maximum of 30 hops:♪
    ♪
      1     1 ms     1 ms     1 ms  delves-s.codedv.com [10.10.1.1] ♪
      2    19 ms     2 ms     2 ms  10.10.0.1 ♪
      3    31 ms    14 ms    14 ms  anchor-access-3-v154.router.demon.net [194.159
      4    29 ms    14 ms    13 ms  anchor-inside-1-g7-0-0.router.demon.net [194.1
      5    32 ms    15 ms    15 ms  anchor-border-2-g1-0-0.router.demon.net [194.7
      6    32 ms    16 ms    14 ms  195.66.226.125 ♪
      7    33 ms    14 ms    14 ms  66.249.95.130 ♪
      8    30 ms    15 ms    15 ms  66.249.87.104 ♪
    ♪
    Trace complete.♪
    PHP || MySql || Apache || Get Firefox || OpenOffice.org || Click || Slap ILMV || 1337 c0d || GotoMyPc For FREE! Part 1, Part 2

    | PHP Session --> Database Handler * Custom Error Handler * Installing PHP * HTML Form Handler * PHP 5 OOP * Using XML * Ajax * Xslt | VB6 Winsock - HTTP POST / GET * Winsock - HTTP File Upload

    Latest quote: crptcblade - VB6 executables can't be decompiled, only disassembled. And the disassembled code is even less useful than I am.

    Random VisualAd: Blog - Latest Post: When the Internet becomes Electricity!!


    Spread happiness and joy. Rate good posts.

  3. #3

    Thread Starter
    PowerPoster
    Join Date
    Jul 2001
    Location
    Tucson, AZ
    Posts
    2,166

    Re: DOS to File Redirection

    Thanks for response.

    Route map didn't show in DOS window but file DID get created. What impact redirection had on time between routers unknown.

    Thanks
    David

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width