copymacro creates a new macro based on a previous one. usage copymacro <source> <newname> notes two macros can't have the same name. example(s) copymacro macro1 macro2 this copies the macro "macro1" to a new macro called "macro2".