Hi,

Ok Should be last question for this project. I have Two exes that both read from the same text file and one of the exes writes to it. Also the EXE that reads from it will be on around 10 computers which will all read from the same exe, When I run if I hit it wrong I get an error saying the file is in use.

How can I get it that the exes either ignor the erorr pass over it until the next timer tick (which is not that often)

Or get it so the file can be shared?

M.Carpenter