Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Check Process
#1
Hi everyone
i recently downloaded a program that converts images to different formats
It works great but it has a side program in it that keeps asking me to fill out a survey
The only way to get rid of it is uninstall the program completely

So i would like to make an exe file check if the process is running, then close it
I have figured out how to make it with a QM trigger, but i really need exe version for other computers
Thanks very much

Process name is "jjsurvey.exe"
#2
Macro Macro1405
Code:
Copy      Help
rep
,1
,int pid=ProcessNameToId("notepad")
,if pid
,,ShutDownProcess pid 1|2
,,OnScreenDisplay "notepad closed"
,,break
#3
Thank you very much, this is perfect .
#4
Another consideration is to bail on the program you are using and use another one.
Gintaras recommended irfanview a while back to me and I've found it quite useful.
I don't think I actually ran the program, just used the command line tools to run
batch processing on images which seems like what you are trying to do here.
The help file documents everything extremely well and has extensions availble for
download that allows for more in depth use.


Forum Jump:


Users browsing this thread: 1 Guest(s)