you would use the /unload command to unload them...
However, In my opinion, the best setup would be to have one alias do both, for example;
alias myscripts {
if ($istok(load unload,$1,32)) {
$1 -rs scripts/script1.mrc
$1 -rs scripts/script2.mrc
$1 -rs scripts/script3.mrc
}
}
then its just a matter of:
/myscripts load
;--OR
/myscripts unload
Note: that you must pass either
load or
unload as a command parameter.