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

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#.
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...
?
