End Google Ads 201810 - BS.net 01 --> I need to read a file from over 200 pcs on our network using a C# application. This file might not exist so creating it is an easy process--just running a command from the command line on remote pc. I found a tool called psexec which allows running commands on remote pcs: I simply use this tool and run the command. However, it takes very long and I have to keep checking if the file exists. If I run the command on the remote pc right at the remote pc then it is instantaneous.

Is there a better alternative? I simply need to do the following:

1. Check if a file exists and delete it.
2. Recreate the file by running the command on remote pc.
3. Read the file.

I am sure others have had to do this before.

CodingYoshi

Artificial Intelligence is no match for Human Stupidity.