What coding up front for a button using txt script and not .rvb or .py?

Two ways:

-_RunPythonScript (
#code goes here
)

Better way I find is to save your scripts in one location and add a reference to it:

-_RunPythonScript "c:\script_directory\your_pythonscript.py"