Hello,
i have a script which has few several buttons. by clicking those buttons it runs .ms files and pre installed macroscript.
on btn19 pressed do
(
filein "scriptsfolder/Delete overlaped objects or proxies.ms"
)
on btn9 pressed do
(
macros.run "KM-3D.COM Tools" "ConvertToSBObject"
)
If there is no .ms or macroscript it shows the following error.


So, i need the solution in the following way,
1.How to suppress the error message (shows nothing).