Hello.
Any way of preventing multiple instances of executables?
I'm writing a program that uses a file, it would be quite messy if someone would start another instance of same program.
If it depends on OS, I would like to see solutions for windows and unix-type (linux) systems.
Thanx