PortAL ( Portable Application Launcher )
Portal provide a simple and easy portable application launcher with hotkeys.
You want to launch an application ?
Press the hotkey you have configure in the config file and a PortAL menu appear
You have an USB key with portables applications ?
PortAL could help you for launching theses applications !
Exemple of configuration file
<?xml version="1.0" encoding="ISO-8859-1"?>
<portal>
<group key="Z">
<app name="notepad" exe="%win%\notepad.exe"/>
<app name="My Explorer" exe="%win%\explorer.exe"/>
</group>
</portal>
This will be assign a PortAL menu on the hotkey WIN+Z which contains two elements.
<portal>
<group key="Z">
<app name="notepad" exe="%win%\notepad.exe"/>
<app name="My Explorer" exe="%win%\explorer.exe"/>
</group>
</portal>
