Hi probotix,
re:
> Is there a way to launch Moi from a console and print debug info from my scripts?
Sorry no there isn't a way to print debug info to a system console.
A script can show a dialog box message using moi.ui.alert( 'text' ); or it can also write to MoI's log using moi.log( 'text' ); .
You can show the log using:
moi.ui.createDialog( 'ShowLog.htm' );
- Michael
|