
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
#
#       FILE FORMAT
#       ---------------
#       Whatever starts with a # is taken as comment.
#       A row full of dashes is ignored.
#       Empty lines are ignored.
#       Simply separate the columns with 3 or more spaces. Or at least one tab.
#       Only the first separator is taken seriously, anything else is part of the command.
#       If you say "$List" as command, it launches this txt file (usually with notepad)
#       See the first line under the comments.
#
# --------------------------------------------------------------------------------------------------------------------------------------------------------------------------
#
#       NOTE
#       --------
#       The following items are just examples - programs are not necessarily where we look for them,
#       like Firefox or Chrome.
#
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------


Edit this file                          $List

Open a command shell                    cmd
Open Control Panel                      control
Open service manager                    services.msc
Open user appdata folder                explorer %AppData%
See lots of Windows CLI commands        https://fossbytes.com/complete-windows-cmd-commands-list-index/

Run Firefox                             "c:\Program Files\Mozilla Firefox\firefox.exe"
Run Chrome                              "C:\Program Files\Google\Chrome\Application\chrome.exe"
Open GMail with default browser         https://gmail.com
Open ProductHunt                        https://producthunt.com




