Many users have some kind of sequence they perform every time their operating system finished loading. They start their favorite applications using shortcuts, the start menu or an application launcher. But no matter which way they choose they always have to perform the action several times until all applications are started. I usually load a web browser, an email client and a feed reader at the beginning with additional programs following minutes later.
What if you could bundle applications together so that one click – one execution – will open them all. Lacuna Launcher is a contribution to Donation Coder’s NANY 2009 challenge. What does it do? The portable software will launch all applications that are specified in a text document that gets loaded during application start.
Unzipping the software will reveal the application itself and a text document that contains a link to Notepad. This is being used as an example and can be modified accordingly. Just place one application per line including its full path in the text document. You can also point the application to shortcuts in case you want to launch applications with startup parameters.
There is also the possibility to start Lacuna Launcher with startup parameters. You can use it to launch application groups by pointing each shortcut to a different text document on the computer. The shortcut makes use of the two optional parameters delay and pause. Delay specifies the time in seconds before the first application will be started while pause defines the idle time between the application launches.
Lacuna Launcher can be used to delay the startup of applications during Windows startup by moving a shortcut to the application into a Windows startup folder. This is an alternative to the startup software we covered earlier today.
Related posts:
Delay Startup SoftwareSoftware Applications Launcher 8start
Manage Open With Applications In Windows
Start Multiple Applications from the Start Menu
Single Click System Restore Point Creation
Delay Windows Startup to Speed Up Startup
Ask the Readers: Single Key Shortcuts
Autostart applications if Caps Lock is on


A simple batch file will do the same.
i’ve been looking for an app that lets me launch another app with command line switches. can this?
if not, does anyone know an EXE that can do this?
i know i can do it with BAT or even LNK files, but i need it to be EXE…