can i quit MAX runtime with a command?

jsr_'s icon

hej forum,
i would like my MAX patch to quit by it self, once a quicktime movie has ended playing....
is it possible to quit a MAX runtime patch from inside the patch, with a command like 'quit'?
/j

cap10subtext's icon

;
Max quit

jsr_'s icon

how do i do this precisely?
max does not recognize the objects ';' 'Max' or 'quit'
thanks,
/j

cap10subtext's icon

Look in the documentation under "Messages to Max".

Karl Kliem's icon

put the text '; max quit' into a message box. send a bang to the message box.

jsr_'s icon

works perfectly! thanks! :D