I am new to ColdFusion, is there a way to access remote files and run
the ColdFusion scripts inside them? For example, I have a file that
runs a query and then sends an e-mail based on that query. I'd like to
run that file from a command in a separate script without using
<cflocation> or the task scheduler in ColdFusion Administrator.

What would be the best way to do this?