How to get .rvb to load and run from a toolbar button

I’m certain this has been discussed before. In fact, I used to know how to do it thanks to the good folks on here, but I am stumped.

Let’s say my script file is called "do_it.rvb.

I’ve tried

‘_LoadScript “do_it.rvb”
’_runScript “do_it.rvb”

also
’_LoadScript “do_it.rvb” _enter
’_runScript “do_it.rvb” _enter

But I get the loadscript dialog. I don’t want to see the dialog.

Any ideas?

-LoadScript <filename.rvb>

Thx Dale. I knew it was something simple.