Greetings again.
I am trying to make a program that will detect if it is already running, and if so, will pass information received via a command line parameter to the first instance of the program, then exit the second instance.
I have searched the forums for an hour trying to find a solution, but to no avail. I'm sure it's been discussed before.
Typically, I use the console for debugging my uncompiled scripts (in SciTE), but never used it for compiled scripts before.
Anyhow, here