I'm writing a script using mzscheme as the scripting language. I want to write a usage message that prints out the name of the script followed by the arguments. I can get the arguments just fine, but how do I retrieve the name of the script itself? Mike