home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1996 October / PCO_10.ISO / filesbbs / galaxy5.arj / G5.ZIP / G5_STRUC.ZIP / DROPFILE.1 < prev    next >
Encoding:
Text File  |  1996-03-11  |  1.7 KB  |  52 lines

  1. CL
  2. D:\DOORS\GALAXY5
  3. The Last Call BBS!
  4. Tom
  5. Smith
  6. 3
  7. TRUE
  8. 4
  9. BEAVIS
  10. FUDDPUCKER
  11. Bones
  12. 0
  13. MALE
  14. 26400
  15. Taylor-Tuckey
  16. ANSI
  17. 100
  18. 56
  19. 4
  20. 57600
  21. -----------------------------------------------------------------------------
  22.  Above is the structure of the DROPFILE.* that Galaxy 5 creates upon exiting
  23.  to run an Xport, and to run the LOGON.BAT file (if it exists). Where * is
  24.  the number of the node this caller is on.
  25. -----------------------------------------------------------------------------
  26.  
  27. Line 1  - CL for Command Line. This is primarily for UrDoor programmers. In
  28.           order for UrDoor to be used via the command line, it still needs
  29.           the name of a config file to read. You can have your Xport read
  30.           the DROPFILE.* as your config file (for UrDoor Xports), since the
  31.           first 7 lines are the exact same format that UrDoor calls for.
  32. Line 2  - Full path to the Galaxy 5 directory (never includes a trailing
  33.           backslash!).
  34. Line 3  - BBS Name.
  35. Line 4  - SysOps first name.
  36. Line 5  - SysOps last name.
  37. Line 6  - IRQ Number for the current node.
  38. Line 7  - Log errors on? TRUE = Yes, FALSE = No.
  39. Line 8  - COM Port number for the current node.
  40. Line 9  - Users first name.
  41. Line 10 - Users last name.
  42. Line 11 - Callers handle used in Galaxy 5.
  43. Line 12 - Data file record number (used for Seek(Datafile, Rec_Num);, etc.).
  44. Line 13 - Players gender, MALE or FEMALE.
  45. Line 14 - Callers connected baud rate.
  46. Line 15 - Caller from (as grabbed from BBS drop file).
  47. Line 16 - Graphics terminal. ANSI, ASCII, or RIP.
  48. Line 17 - Callers security level.
  49. Line 18 - Time left online this call.
  50. Line 19 - Time caller was online so far this call.
  51. Line 20 - Locked baud rate (if locked, otherwise reads 0).
  52.