05-31-2007, 01:00 PM
Hi,
I have tried both
and
and
I can't seem to find ProcessNameToId in the functions list to learn its syntax.
Thanks,
Stuart
I have tried both
if(qm.ProcessNameToId("synergys" 0))ret ;;exit if the process is running
else net("ds43mass" "pass" "OneBoxPacs")
and
if(ProcessNameToId("synergys" 0))ret ;;exit if the process is running
else net("ds43mass" "pass" "OneBoxPacs")
and
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