Notifications
Clear all

[Closed] Opened Max Instances

Please tell me, how to detect how to detect that at least one instance of 3d max is opened except the current one!

2 Replies
 lo1
((dotnetClass "System.Diagnostics.Process").GetProcessesByName "3dsmax").count > 1

Thank you, lo!!!