-Lfile1[file2]
FMSLogo allows you to LOAD one or more filenames on the command line when starting FMSLogo. These files will be loaded before the interpreter starts reading commands from the commander. If you load a file that executes some program that includes a BYE command, FMSLogo will run that program and exit. You can therefore write standalone programs in FMSLogo and run them as new shortcuts. Note, the "-L" switch must follow any other switches.
Example:
fmslogo.exe -L myprog.lgo