oem.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
INTERLNK.EXE--Examples
Syntax  Notes
────────────────────────────────────────────────────────────────────────────
 
                           INTERLNK.EXE──Examples
 
Suppose your Interlnk files are located in the DOS directory on drive C, and
you use the serial port to connect to another computer. To start Interlnk
and specify that printers not be redirected, add the following command line
to your CONFIG.SYS file:
 
    device=c:\dos\interlnk.exe /com /noprinter
 
To specify that Interlnk use a non-standard COM port whose address is 3F8,
add the following line to your CONFIG.SYS file:
 
    device=c:\dos\interlnk.exe /com:3f8
 
                                      ♦