home *** CD-ROM | disk | FTP | other *** search
- ********************[ Lit for Multilink Support ]***********************
- * 17.3 *
- ************************************************************************
- 8 SUB MLInit (MLParm) STATIC
- DEF SEG = 0
- IF ZComputerType = 1 _
- GOTO 10
- IF NOT ZMLCom THEN _
- IF ZNetworkType <> 1 THEN _
- GOTO 10
- ZMultiLinkPresent = PEEK(&H1FE) + 256 * PEEK(&H1FF)
- IF ZMultiLinkPresent = 0 THEN _
- GOTO 10
- ON MLParm GOSUB 30,20,60,10
-
-