How can I print a message after executing an .xsf script?
I am given some .xsf scripts that I just load using the load script scriptName.xsf The scripts do not print out anything. If possible I'd like to see a message printed after the execution like Done! Is it possible? It should be very simple but I c...