Help index | Search Silent mode of IDAIn this mode IDA will not display dialog boxes on the screen. Instead, it will assume the default answer and proceed. For example, if you press @<Quit>, IDA will promptly exit to OS without asking for any confirmation.To return to normal mode you will need to execute an IDC function:
Batch(0);
i.e. disable batch "silent" mode. To execute an IDC function, select
File|IDC command... menu item or press @<ExecuteLine> hotkey.
|