The -silent
command line switch turns off all dialogs that are not displayed while net rendering, and by code that checks the Default Action system before displaying a dialog. This includes MAXScript's messageBox, queryBox, and yesNoCancelBox. queryBox will return false
and yesNoCancelBox will return #cancel
when silent mode is set.