Computing Staff
  • 1

Show IP Address On Desktop

  • 1

Hello,
I want to show IP addres, Host name,Ping from default gateway ( Reply or Request ) – on desktop on background.
how i can do it whit Batch file.

TNK
Amir

Share

3 Answers

  1. It could be done if you find a tool that can (via a command line) convert text into a plain image. Then you set your background to an image with the same name (but different content).

    Something like this : http://www.softinterface.com/Conver…

    ?

    • 0
  2. You can’t show it in the background with batch files. Let say you want to show Computer name, Domain name, IP addy, subnet mask, and default gateway with a transparent background, you can do this easily with c#.

    • 0