Rhino can't find my script files

In Options>Files have a search path set to:

C:\Users\myname\Dropbox\Scripts\RhinoScripts

However, running the following from a toolbar button or macro editor tells me it cannot find the script file:

! _NoEcho _-Runscript (scriptname)

It cannot find ANY script file in any folder for which I have set search paths… What is going wrong here…? This used to work.

–Mitch

RunScript runs a pre-loaded script subroutine or a block of script code.

LoadScript will load (and run) script files.

Thanks, Dale… Major brainfart on that one… :confounded::dash: