home *** CD-ROM | disk | FTP | other *** search
Wildcat! WCX | 1994-12-29 | 1.2 KB | 57 lines |
- '! Decompiled with wccNosy version 4.20f (freeware)
- '! Input File: in.wcx 1273 bytes 08/22/124 11:28:24pm
- '! Code Segment Size :685 bytes
- '! Data Segment Size :4691 bytes
- '! String Segment Size:588 bytes
- '! Compiled with WCC version 4.01
-
- Dim s4465 As String
- Dim l4469 As Long
- Dim l4497 As Long
- Dim nir4505 As NodeInfoRecord
-
- Dim l65528_ As Long
- Dim l65532_ As Long
-
- s4465 = ProgPath + "WHOON.cfg"
- If Exists(s4465) Then
- Open s4465 For Input As 1
- Input #1, l4469
- Close 1
- Else
- 105 Print
- Print "Can't Find " + ProgPath + "whoon.CFG"
- End
- End If
- 129 Cls
- Print "@06@Who's Online (WCX) v1.00 by T&J Software (717)325-9481 3 Nodes"
- 165 For l4497 = 1 To l4469 Step 1
- GetNodeInfo nir4505, l4497
- Print "@0F@----------------------------------------------------------------------------"
- If nir4505.NodeStatus = 1 Then
- Print "@0A@NODE "; l4497; ": @0E@Callers Name: @07@Waiting for Call."
- End If
- 277 If nir4505.NodeStatus = 0 Then
- Print "@0A@NODE "; l4497; ": @0E@Callers Name: @0C@Down."
- End If
- 318 If nir4505.NodeStatus <> 1 And nir4505.NodeStatus <> 0 And nir4505.BaudRate = 0 Then
- Print "@0A@NODE "; l4497; ": @0E@Callers Name: @0D@"; nir4505.CallersName; " on LOCALLY "
- End If
- 407 If nir4505.NodeStatus <> 1 And nir4505.NodeStatus <> 0 And nir4505.BaudRate <> 0 Then
- Print "@0A@NODE "; l4497; ": @0E@Callers Name: @0D@"; nir4505.CallersName; " on at "; nir4505.BaudRate
- End If
- 507 If nir4505.NodeStatus = 1 Then
- Print "@07@ Calling From: "
- End If
- 535 If nir4505.NodeStatus <> 1 And nir4505.NodeStatus <> 0 Then
- Print "@07@ Calling From: "; nir4505.CallerFrom
- End If
- 589 If nir4505.NodeStatus = 0 Then
- Print "@07@ Calling From: "
- End If
- 616 Print "@07@ Previous Caller: "; nir4505.PrevCaller
- Next
- 660 Print "@0F@----------------------------------------------------------------------------"
- Pause
- End
-