AutoSave(%name, %minutes, %load, %cancel); into the console.
OR
You could put it into a serverCmd, like this (if I'm thinking right):
function serverCmdautosave(%client)
{
  AutoSave(%name, %minutes, %load, %cancel);
}
I might have a little bit wrong in there, someone will be able to tell you better than me.