home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / comm / rbbs2.zip / RSB11028.MRG < prev    next >
Text File  |  1990-10-28  |  3KB  |  60 lines

  1. * ------------[ BLED merge (c) Ken Goosens ]-------------
  2. * Merge this against 17.3A\RBBSSUB1.BAS to produce 17.3B\RBBSSUB1.BAS
  3. * 17.3A\RBBSSUB1.BAS:  Date 9-25-1990  Size 54282 bytes
  4. * ------------[ Created 10-28-1990 12:00:01 ]------------
  5. * REPLACING old line(s) by new
  6. ' $linesize:132
  7. * ------[ first line different ]------
  8. ' $title: 'RBBS-SUB1.BAS 17.3B, Copyright 1986-90 by D. Thomas Mack' ' DA081003
  9. '  Copyright 1990 by D. Thomas Mack, all rights reserved.
  10. '  Name ...............: RBBSSUB1.BAS
  11. '  First Released .....: February 11, 1990
  12. '  Subsequent Releases.: August 26, 1990; October 28, 1990
  13. '  Copyright ..........: 1986-1990
  14. '  Purpose.............:
  15. '     Subprorams that require error trapping are incorporated
  16. '     within RBBSSUB1.BAS as separately callable subroutines
  17. '     in order to free up as much code as possible within
  18. '     the 64WasK code segment used by RBBS-PC.BAS.
  19. '  Parameters..........: Most parameters are passed via a COMMON statement.
  20. '
  21. ' Subroutine  Line               Function of Subroutine
  22. '   Name     Number
  23. '  ChangeDir   20101   Change subdirectory
  24. '  CheckInt    58360   Check input is valid integer
  25. '  CommPut     59275   Write string to communications port
  26. '  FindFile    59790   Determine whether a file exists without opening it
  27. '  FindFree    51098   Find amount of space on the upload disk drive
  28. '  FindItX     20219   Find if a file exists on a device
  29. '  FindUser    12598   Find a user in the USERS file
  30. '  FlushCom    20308   Read all characters in the communications port
  31. '  GetCom       1418   Read a character from the communications port
  32. '  GetPassword 58280   Read RBBS-PC's "PASSWORD" file
  33. '  GETWRK      58330   Read record from file number 2
  34. '  KillWork    58258   Delete a RBBS-PC "WORK" file
  35. '  NetBIOS     20898   Lock/Unlock NetBIOS semaphore files
  36. '  OpenCom       200   Open communications port (number 3)
  37. '  OpenFMS     58188   Open the upload management system directory
  38. '  OpenOutW    28218   Open RBBS-PC's "WORK" file (number 2) for output
  39. '  OpenRSeq     1479   Open a sequential file (number 2) for random I/O
  40. '  OpenUser     9398   Open the USER file (number 5)
  41. '  OpenWork    57978   Open RBBS-PC's work file (number 2)
  42. '  OpenWorkA   58340   Open RBBS-PC's "WORK" file (number 2) for append
  43. '  Printit     13673   Print line on the local PC printer
  44. '  PrintWork   58320   Print string to file #2 w/o CR/LF
  45. '  PrintWorkA  58350   Print string to file #2 with CR/LF
  46. '  PutCom      59650   Write to the communications port
  47. '  PutWork     59660   Write to work file randomly
  48. '  RBBSPlay    59680   Plays a musical string
  49. '  ReadAny     58310   Read file number 2 into ZOutTxt$
  50. '  ReadDef       112   Read configuration file
  51. '  ReadDir     58290   Read entire lines
  52. '  ReadParms   58300   Read certain number of parameters from file 2
  53. '  Talk        59700   RBBS-PC Voice synthesizer support for sight impaired
  54. '  SetCall       108   Find where next callers record is
  55. '  UpdateC     43048   Update the caller's file with elasped session time
  56. '  UpdtCalr    13661   Update to the caller's file
  57. '
  58. '  $INCLUDE: 'RBBS-VAR.BAS'
  59. '
  60.