Dec 092017
This is a Novell NetWare Function Call library for Microsoft QuickBASIC version 3.0 and above. | |||
---|---|---|---|
File Name | File Size | Zip Size | Zip Type |
ADD_M_P.SUB | 3885 | 956 | deflated |
ATACH_Q.SUB | 1549 | 533 | deflated |
BIND_ACC.SUB | 2324 | 846 | deflated |
BRD_MESS.SUB | 1392 | 641 | deflated |
CHK_PIPE.SUB | 1040 | 359 | deflated |
CLO_PIPE.SUB | 962 | 314 | deflated |
CONN_INF.SUB | 1110 | 391 | deflated |
CONN_NUM.SUB | 596 | 198 | deflated |
DTCH_Q.SUB | 751 | 261 | deflated |
FETCH_ID.FN | 368 | 214 | deflated |
FIND_WHO.FN | 368 | 224 | deflated |
FIND_WHO.SUB | 922 | 342 | deflated |
GET_O_NA.SUB | 1544 | 498 | deflated |
GET_PIPE.SUB | 1165 | 378 | deflated |
GET_Q_ID.SUB | 1783 | 651 | deflated |
GET_U_ID.SUB | 1659 | 594 | deflated |
GT_Q_LST.SUB | 490 | 290 | deflated |
IPX_INST.FN | 290 | 181 | deflated |
IPX_INST.SUB | 640 | 221 | deflated |
MAKE_Q.SUB | 798 | 409 | deflated |
MY_RIGHT.SUB | 1408 | 468 | deflated |
NET_MAP.SUB | 542 | 301 | deflated |
NOVL_ERR.SUB | 1468 | 497 | deflated |
OOSS.BAS | 7681 | 2249 | deflated |
OPN_PIPE.SUB | 883 | 329 | deflated |
PIPE.TXT | 1215 | 338 | deflated |
PQUEUE.WK1 | 3932 | 1060 | deflated |
PRINTQ.BAS | 1072 | 534 | deflated |
QBNW-20.DOC | 6489 | 2428 | deflated |
SAMPLE.DAT | 122 | 103 | deflated |
SERV_D&T.SUB | 942 | 335 | deflated |
SERV_INF.SUB | 2139 | 713 | deflated |
SERV_JOB.SUB | 8830 | 1902 | deflated |
SET_STAT.SUB | 1131 | 378 | deflated |
SHEL_VER.SUB | 707 | 319 | deflated |
SND_PIPE.SUB | 978 | 370 | deflated |
STATION.FN | 207 | 144 | deflated |
STAT_NUM.FN | 514 | 259 | deflated |
STAT_NUM.SUB | 915 | 304 | deflated |
TPCREAD.ME | 199 | 165 | deflated |
USERLIB.EXE | 7570 | 765 | deflated |
VOL_NAME.FN | 349 | 216 | deflated |
VOL_NAME.SUB | 1436 | 533 | deflated |
WORD.FN | 292 | 155 | deflated |
Download File QBNW-20.ZIP Here
Contents of the PIPE.TXT file
'------------------------------------------------------------------------'
' '
' Novell "Personal messages" may hold 126 bytes '
' maximum. Allowing for result info returned, '
' the user may pass =UP TO 122 BYTES ONLY= '
' because of the pipe header. '
' '
' Characters MUST be from &h20 to &h7F (32 to 127). '
' '
' When using, OPEN a pipe first, and don't CLOSE '
' it until you are finished. OPENing establishes '
' the connection between work stations. A CLOSE '
' will remove anything that was in the pipeline '
' and it will be lost. '
' '
'------------------------------------------------------------------------
' '
' Novell "Personal messages" may hold 126 bytes '
' maximum. Allowing for result info returned, '
' the user may pass =UP TO 122 BYTES ONLY= '
' because of the pipe header. '
' '
' Characters MUST be from &h20 to &h7F (32 to 127). '
' '
' When using, OPEN a pipe first, and don't CLOSE '
' it until you are finished. OPENing establishes '
' the connection between work stations. A CLOSE '
' will remove anything that was in the pipeline '
' and it will be lost. '
' '
'------------------------------------------------------------------------
December 9, 2017
Add comments