Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
filter by app
#7
Hi,
I have tried both

Code:
Copy      Help
if(qm.ProcessNameToId("synergys" 0))ret ;;exit if the process is running
else net("ds43mass" "pass" "OneBoxPacs")

and
Code:
Copy      Help
if(ProcessNameToId("synergys" 0))ret ;;exit if the process is running
else net("ds43mass" "pass" "OneBoxPacs")

and
Code:
Copy      Help
if(qm.ProcessNameToId("synergys" 0))ret ;;exit if the process is running
net("ds43mass" "pass" "OneBoxPacs")

I can't seem to find ProcessNameToId in the functions list to learn its syntax.

Thanks,
Stuart


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)