FileLauncher will create a pop-up menu for .fll files. .fll files are comma seperated files with the structure ,<FullFileName>,<StartInDirectory> or optionally: <title>,<FullFileName>,<Parameters>,<StartInDirectory> Enclose each section in quotes. Title: The caption displayed on the pop-up menu. FullFileName: The complete path to the file you want FileLauncher to launch. (this is not limited to executables) Parameters: Additional command line parameters. (this is especially helpful when trying to create entries to pesky java programs) StartInDirectory: The directory for windows to start looking for the file in. (typically Just put the path to the file) A sample .fll file would contain the below text: "c:\test.txt with Notepad","C:\Windows\notepad.exe","c:\test.txt","C:\Windows" "Calculator","C:\Windows\system32\calc.exe","C:\Windows\system32"