I want to redirect the output when I run IPCONFIG on my printer

When I go to run and type ipconfig, a dos window flashes on the screen but to fast to read. Can I redirect this output to screen on my printer and if so how do I do that?

At the command prompt, you can send the information to a text file, and then print the text file.

Type: Ipconfig/all > ipconfig.txt

Then, you can open it with Edit ipconfig.txt and click on file and select print.

I hope this helps.

Thank you

Marilyn
Microsoft Answers Support Engineer
Visit our Microsoft answers feedback Forum and let us know what you think

Tags: Windows

Similar Questions

  • S EPQuicker displays and closes the program when I run epson easy photo print with sx230

    S EPQuicker displays and closes the program when I want to open an easy photo with print my sx 230

    Hello

    You asked your question in the text of the Microsoft Community. Please could you click on the globe icon to the world (change region) at the bottom left of the screen and then choose your preferred language. Now ask you question once again.

    Thank you.

  • What happens in a batch file when you try to redirect the output of a command in a text file? How did it break the lot?

    I have a lot that downloads the files, and I want to redirect the output to a text file.  The lot is set up similar to the following:
    Set ftp = c:\ftp.txt
    hdir = Set / mydir
    Define ldir = c:\temp
    echo open monsite.org > ftp %
    echo user > ftp %
    echo pw > ftp %
    echo get myfile.txt > ftp %
    echo mget my*.dat > ftp %
    to echo bye > ftp %
    -I - s FTP: ftp % > "c:\temp\ftp.log."

    This lot works perfectly if I redirect the output of the ftp command, but, when I redirect the output, I get a logfile with 3 lines as follows:
    no connection
    mget my*.dat
    Good bye

    I tried the commands different redirect, with undesired results
    > & (which causes only the batch to close by anything in the logs)

    Why is - what this redirect would break the batch and the ftp script in particular?

    This is now fixed; was a simple mistake really, but thanks for all the help anyway.

  • I want to activate the outputs audio multiples to be active, so I don't have to wear my helmet all the time, or need to disconnect anything to the speakers.

    Pretty simple question really. I want to activate the outputs audio multiples to be active, so I don't have to wear my helmet all the time, or need to disconnect anything to the speakers. I checked the 'sound' thing in the Control Panel, but the enable option is not letting actually work. So if I want friends to hear my video games or something else, I turn on my speakers and they can hear it now.

    Thank you.
    Windows 7, 64 bit.

    Audio original tittle: multiple

    Windows does not support this. This is handled by the device drivers or hardware - if they don't support the outputs multiple, you can try the search for an alternative solution.

  • Why is it not possible to remove the background in photoshop? I want to see the finder when I work in Photoshop.

    Why is it not possible to remove the background in photoshop? I want to see the finder when I work in Photoshop.

    Hello

    I'm assuming you use PS CC 2015 and Mac

    Open PS, click window - frame of the Application.

    Concerning

    Assani

  • I am interested in the Apple Watch for fitness, but want to be able to use the phone when I run without carry my iPhone is possible

    I am interested in the Apple Watch for fitness, but to use the phone when I run it without having to carry my iPhone 6 s, is it possible?

    You can, but the Fitness app works better if you have the iPhone on your person.

    Use the activity on your Apple Watch - Apple Support

  • How to change the icon of the browser when you run the application

    Hi guys,.

    How can I change the icon of the browser when you run the application. That is to say the icon that the browser displays when we surf on this forum is a red square.

    I typed the following text in the page template, but nothing happened
    < link rel = "icon" herf = "" #IMAGE_PREFIX #erp.png "type =" image/png">
    " I hope that my question is simple,


    Kind regards
    Fateh

    Published by: Fateh June 30, 2011 03:36

    See + {message identifier: = 9591426} +.

    
    

    2 things: it is href not herf; and the only image file format with complete cross-browser ICOsupport.

  • What happens exactly in the background when we run repeat AD in 11i applications?

    HII All,

    Please can someone tell me what exactly is happening in the background when we run adrelink.

    Thank you in advance

    Rambeau

    Published by: RBandla on February 9, 2010 02:12

    Salvation in cloth;

    The utility of repeat links adadmin allows you to connect squeegee executable Applications programs with the Oracle Server product libraries. For more details please refer to the Note: 74661.1 - how to recreate a link to executable files

    It may be useful

    Respect of
    HELIOS

  • Redirect the output of the JVM in WLS

    Hello

    Can someone please give me some input on the output redirection FMV to the Weblogic Server log. I wanted to just understand what exactly happens if we allow redirect JVM output?

    1. it keeps the two log .out & .log files and also write JVM on Weblogic journal as well?

    2. it will keep one log (.log) and output all Weblogic & JVM will be recorded in this single Weblogic journal?

    Thank you

    Sicard.

    Hello

    We actually use this flag in our environment, and the .out newspapers are always generated. What happens is, exit JVM is redirected to the .log file, with journal entries that appears as a message of severity of the NOTICE.

    I think you did already, but in case you don't have it, you can see this document for more information > http://docs.oracle.com/cd/E12839_01/web.1111/e13739/config_logs.htm#WLLOG163

    (Although the document does not specify if the .out files could still be generated or not)

    Kind regards

    White

  • help - match I want to write the output to a release

    I'm trying to write a script that connects to a vcenter server and search for a virtual machine with an ip address that is entered by the person running the script.  I've got it works fairly well except if I try to format the output (I want that he give me the name of the virtual machine when it finds the ip address or to tell me that he has not found a match) with an if / else statement I get no results when a match is found.  I don't know just where and how the 'match' information is kept so I can go back to the end user. If I just run $array - $match_address match it returns information, but with the formatting:

    If ($array - corresponds to $match_address)

    {Write-host "Match found $_"}

    He says just "Match Found."  Where / how to stored the game?

    I have attached the script to the aid station.

    Thank you.

    In $array you have a PSCustomObject admissions, where each has a property of intellectual property.

    You can find the match/nomatch like this

    #Connectez VIServer vct-00-ls

    #

    #$match_address = Read-Host "enter the ip address of the virtual machine to search."

    #

    # $array = get - VM | Select Name, @{N = 'IP address'; E = {@($_.guest.) IPAddress)}}

    # Specifies vCenter Server

    # #Prompt for the virtual center to connect to

    $vCenterName = Read-host "enter the name of the virtual center server you want to connect to.

    Password and user id # #Provide

    $vcentercred = get-Credential-Message "enter the user name and password to connect to $vCenterName"

    # #Connecting on the server vCenter/ESX

    write-host "connecting to vCenter Server $vCenterName" - green foreground

    SE connect-viserver $vCenterName - Credential $vcentercred

    Write-Host ""

    $match_address = Read-Host "enter the ip address of the virtual machine to search."

    $array = get-View - ViewType VirtualMachine. Select Name, @{N = "IP"; {E = {[string]: Join(',',$_.Guest.net.IPAddress)}}

    $vm = $array | where {$_.} IP-match $match_address}

    {if ($VM)}

    Write-Output "Match found $($vm.). (Name) ".

    }

    else {}

    Write-Output "no match found."

    }

    Write-Host 'Disconnect' from $VcenterName. ForegroundColor - Red

    Disconnect-VIServer $VcenterName - confirm: $False

  • Solution: How can I disable IE9 asking if I want to save the file when I click on a video link?

    It happened once before, but I don't remember the solution.

    A few days ago started IE9 conventional if I want to save a file when I click on a video link.  I want to happen is for Windows Media Player to view the video.  I don't want to save on my computer, and if I did, I know how to right click and choose Save target as...

    It is very frustarting as Windows hides these obvious options without giving you a way easty to change.  I don't know what has caused the change at first.

    WMP is set as default player for all supported media types.

    Solution: Although WMP is already set as default program for all its supported video format, I had to go to set your default programs and select explicitly.

    Looks like the info bar itself would have the option available.

    Hello

     
    Thank you for your solution.
    This will help other members of the community to the same question.
    Please do not hesitate to visit our Web site for any help related to the Windows operating system.
  • confirm the dialog box and to redirect the page when a button is click

    Try to cancel a button would pop up a confirmation dialog box if ok redirect as 1 page (homepage)

    I tried to copy the code
    JavaScript:apex.confirm ("are you sure you want to cancel ', 'CANCEL'");

    but im having a hard time finding how to redirect the page.

    I guess you get the page shown.

    If so, then create a branch with a Condition where ask = CANCEL and go to the redirect page to. Make sure you to another branch does not exist with a lower sequence that would fire until this new branch may trigger.

    Be sure to mark answered questions if in fact they are.

    Published by: Bob37 on January 18, 2012 09:48

  • Issue during the formatting of the output when printing in Journal

    Hello
    I have problem when you print to the output to a file


    Name ~ desc ~ mark1 ~ mark2
    Test1 ~ testdesc1 ~ 20 ~ 20
    Test2 ~ test ~ desc2 ~ 30 ~ 30

    dbms_output.put_line(Name||) e ~'|| / / DESC | » ~'|| MARK1 | » ~'|| Mark2);

    My description has something like test ~ desc2 (symbol tild inside)

    When I open this XL release with the text as columns separated by ~ symbol
    It deals with the test and desc as two different columns, is there a way to avoid this, when printing so that treats it as
    single word.

    Thank you...

    Hello

    Try enclosing desc in double - quote, is always:

    dbms_output.put_line (  name     || '~"'
                   || desc     || '"~'
                   || mark1     || '~'
                   || mark2
                   );
    

    or when only when desc actually contains a tilde:

    dbms_output.put_line (  name     || '~'
                   || CASE
                       WHEN  desc     LIKE '%~%'
                       THEN  '"' || desc || '"'
                       ELSE      desc
                   END     || '~'
                   || mark1     || '~'
                   || mark2
                   );
    

    The first way guess desc never contains a double quote.
    The second way guess desc never contains a tilde and a double quote.

  • I want to save the output and set all the values in a table, but do not

    I put in the picture, when I type run, no error, but I have nothing, which is my logical trap?

    Here's a way to connect it via a registry to offset.  Note that I also moved table entry outside the loop and used autoindexing. I used also initialize array rather than a constant matrix.  There is nothing wrong with the constant use of matrix, but using the array to initialize allows the program to adapt to the size of the input array.

    As indicated on the diagram could not plug the cable of data since the fuzzy Controller.vi because I do not have this Subvi.  You will need to make this connection before testing.

    Lynn

  • get the error when you run bootcamp on Sierra

    When you run Bootcamp-can not go beyond the second screen that gives me an error of pop-up windows 'startup drive must be an OS X extended (journaled) formatted partition.

    Workaround attemps I have partitioned my drive native and also used an external hard drive, both in format OS X extended (partitioned).

    I tried to use bootcamp years ago and ran across similar see the questions to stop. I thought I'd try a second time to run Winzozz 10. So frustrating!

    OS X Terminal, please after the release of

    diskutil list

    Apple does not officially support Windows on external drives. Microsoft is only supported under Windows Enterprise.

Maybe you are looking for

  • feature mini iPad without iOS10

    Good evening to the Apple Support team, I know that we are broadcasting hours initial public iOS 10, but it leaves me curious where my family and I are with our iPad 4.3.a. I always keep the iPads to my family to date with the latest versions of the

  • Download Thunderbird

    This download works on android?

  • HP Pavilion sleekbook 14

    Hi ppl... .newby here! I hope someone can help. My son is 14 Sleekbook running Winows 8 who has developed a flaw (could not enter the entire system) and was returned to HP. It came back fixed, worked for a few days now does not work once again, looks

  • Porsche Design P 9881 on portal global provider of Blackberry device support

    Hello. When I publish my application via the portal provider of BB, I can only select P9982 and P9983 in the peripheral section taken care of Porsche design. Why can I not see P9981 also?

  • BlackBerry Smartphones '0' key too sensitive and he keeps tapping himself

    Hello world I need assistance with my Bold 9900. The '0' key is too sensitive. Sometimes when I type, I very lightly touch and it keeps typing "0 s" throughout the day. When I use the 'Space' key, the phone type '0 '. Maybe it's the hardware, I don't