commandline - Forum

Forum Navigation
You need to log in to create posts and topics.

commandline

I seem to remember that there is a subroutine that can be triggered when the commandline changes... but can't find reference to it.  I need to detect that ;-)

Thanks in advance for any tips...   The startup script triggers one time per launch and the page scripts only launch when the page starts and then not again.  So, when you keep your pub set to "only run one copy" I need a way to trigger script when the commandline changes.

Look for Commandline_OnChange:

https://winhelp.visualneo.com/Access.html

fkapnist and rcohen have reacted to this post.
fkapnistrcohen

Thanks @hpw,

 

I  even SEARCHED for "commandline" to see what could come up and this didn't.   but this is exactly what I needed, thank you sir.

:CommandLine_OnChange

  AlertBox "Warning" "An attempt was made to launch a second copy of this app."

Return

fkapnist has reacted to this post.
fkapnist