R
RvGrah
I've built a small app to deploy my apps in a small domain, just for
my own use when I make small updates to pass to my end users. My app
uses File.Copy, and works fine except that it takes a long time to
fail if the machine I'm copying to is in standby, turned off or
hibernating etc.
How could I determine if the machine is running *before* I try
File.Copy? A ping method maybe?
Thanks, Bob
my own use when I make small updates to pass to my end users. My app
uses File.Copy, and works fine except that it takes a long time to
fail if the machine I'm copying to is in standby, turned off or
hibernating etc.
How could I determine if the machine is running *before* I try
File.Copy? A ping method maybe?
Thanks, Bob