This TechNote describes how to use the combination utility supplied with the Smart II Software. For full details of the Smart II Software, see TechNotes 06607 and 06608.
The SMTLINK utility enables you to link the Smart II Software into a single executable file whose components are: SMART.EXE; SMART.CFG; and the protocol and interface modules you require. Loading a single executable file is faster than loading separate files. It also enables you to avoid keeping on disk any modules that you do not need, and to avoid changing your login scripts.
The format of the SMTLINK command is:
SMTLINK <filename> SMART.EXE [SMART.CFG] <protocol modules>
To use SMTLINK to link your Smart Software into a single executable file:
SMTLINK <filename> SMART.EXE [SMART.CFG] <protocol modules>
Unless you specify a path, SMTLINK looks in the current directory for all the files that you want to link together.
The following sample SMTLINK command creates a file called LLCIPX.EXE containing the LLC and IPX protocol modules. These must be specified in the SMART.CFG file, otherwise they will not be loaded.
SMTLINK LLCIPX.EXE SMART.EXE SMART.CFG LLC.SMT IPX.SMT
SMTLINK <filename>
The "filename" is the name of the file that you wish to examine. In the case of the above example, it would be LLCIPX.EXE. You can name any file that has been created by SMTLINK.
SMTLINK