-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 runs some program that includes a BYE instruction, 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