Hey everyone,

Can I confirm that pasting the following into any window is the correct way to load and then unload multiple scripts:

Quote:

/load -rs scripts/script1.mrc
/load -rs scripts/script2.mrc
/load -rs scripts/script3.mrc


Quote:

/unload -rs scripts/script1.mrc
/unload -rs scripts/script2.mrc
/unload -rs scripts/script3.mrc



If not, is there a simpler way to use a single command to accomplish the above?

Thanks smile