Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
end exe
#1
hey is it possible to end an exe program form a function in qm?

for example

end "yahoo.exe"
#2
Try using
Code:
Copy      Help
clo+ "Yahoo"

This will only be useful if yahoo is visible.


You could also do something similar to this for example:

Code:
Copy      Help
run "C:\Program Files\Quick Macros 2\qm.exe"
act "Quick Macros"
0.5
clo+ "Quick Macros"
Taking on Quick Macros one day at a time
#3
Code:
Copy      Help
str a=".exe"
str b="YahooMessenger";; Case Sensitve.
ShutDownProcess a.from(b) 2;; I recommend flag 2,
;because it lets the program in this case (YahooMessenger.exe)
;save date before ShuttingDown/Ending.
;If not used could lose possibly important data.
;Other Flags: 1 process id, 2 try to close softly (allow to save date), 4 all, 8 messages.


Forum Jump:


Users browsing this thread: 1 Guest(s)