I can run a launcher that runs drracket and loads a file.
Trying to setup a launcher that runs Racket, loads a file containing a module and calls the module. Something like following which does not work:
drracket -l file.rkt '(run-my-module)'
or
racket -l file.rkt '(run-my-module)'