I have bunch of macros which I saved and I have to run each macros using %include to invoke the macro.
Can I save all macros in one and run that one line and will invoke all the macros together?
let me know. thanks in advance.
example:
%include"s/path/a";
%include"s/path/b";
%include"s/path/c";
I dont want to run each macros rather want to save all these in one line and run it together.