Launch Commands

The Launch submenu of the Command Menu gives access to the Launch command which can be used to launch a program or a file and browse a folder or a web page.

Launch a program

The Launch command enables you to launch a program. You may use it to launch Word or any other application. The following command will launch Notepad for example:

        {command}{Launch}C:\Windows\notepad.exe{/Launch}{NoSpacing}

Launch a file

The Launch command enables you to launch a file. The file will be opened using the associated application. For example, if you launch a spreadsheet, it will be opened using Microsoft Excel:

        {command}{Launch}C:\mydata\stats.xls{/Launch}{NoSpacing}

Browse a folder

The Launch command also enables you to browse a folder of your choice. The following command will open Windows Explorer and you will be directly located in your Glossary folder:

        {command}{Launch}C:\InstText\Glossary{/Launch}{NoSpacing}

Browse a web page

The Launch command enables you to browse a specified web page with your default internet browser. The following command for example will open the google.com web page:

        {command}{Launch}www.google.com{/Launch}{NoSpacing}