windows - How to use a process already running in tasklist -


under windows 7, need run file, "file_name", myapp.exe through command line. when call myapp , file_name full paths, opens new instance of myapp (it not single-instanced). @ possible use running instance of myapp, if there 1 (as if dragged , dropped file_name myapp's window) ?

i know how check if myapp.exe running using tasklist. in case there running instance, don't know can kind of application handle through can call file_name, without opening new myapp.exe.

thanks!


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -