arc> (load "foo.arc")
(Sorry about the delay in noticing your question.)
If your file is somewhere else, you'll have to specify the full path to it (warning: untested):
arc> (load "C:\\Users\\Benben\\Documents\\foo.arc")
-----