Viewing Help on Another Computer - MapBasic - 2023

MapInfo MapBasic Reference

Product type
Software
Portfolio
Locate
Product family
MapInfo
Product
MapInfo > MapBasic
Version
2023
Language
English
Product name
MapBasic
Title
MapInfo MapBasic Reference
First publish date
1985
Last updated
2023-09-12
Published on
2023-09-12T16:32:32.686312

To view the Help System on another computer:

  1. Copy the QT folder and the .qhc and .qch files from the MapBasic installation folder to the machine you want to view the help on.

    Both .qhc and .qch files must be in the same folder for the viewer to open the Help System.

  2. Launch the Command Prompt.

    From the Start menu, type Command Prompt (cmd) in the search box, or on Windows 8 swipe to the Apps screen and look under Windows System.

  3. Change directories to the QT folder and type the following, using your path to the .qhc file:
    assistant.exe –collectionFile C:\Users\Public\Documents\MapBasic.qhc

    Ensure that you type .qhc as the file extension for the collectionFile input.

Consider creating a batch (.bat) file that you can double-click to invoke the Help System. The file will contain a single command: C:\Users\Public\Documents\QT\assistant.exe –collectionFile C:\Users\Public\Documents\MapBasic.qhc

.