home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / acb153b1.zip / acrobat.zi_ / door.cfg < prev    next >
Text File  |  1997-01-18  |  4KB  |  50 lines

  1. '┌────────────────────────────────────────────────────────────────────────┐
  2. '│ Maximum 20 doors. Description of door max. 35 characters.              │
  3. '│ DOOR doorname|completepath@level                                       │
  4. '│ THIS WORKS ONLY WITH ACROBAT/2 DOORS ONLY!!! YOU CAN INSTALL OTHER     │
  5. '│ OS/2 DOORS TOO FOR MAXIMUS/PCB2 ETC IF YOU ARE GOOD WITH REXX or good  │
  6. '│ in BATCH Handling!?! (Rexx/4OS2/CMD/BTM/ETC... Your own programs)      │
  7. '│ I pass to each program/command file here only 1 parameter              │
  8. '│ DRIVE:\PATHACROBAT\ADOORx.DAT which is ASCII config file constructed   │
  9. '│ as following:                                                          │
  10. '│                                                                        │
  11. '│   COMM HANDLE      (line 1)      (an integer)                          │
  12. '│   LOCAL            (line 2)      (0 means modem / 1 means local)       │
  13. '│   ALIAS            (line 3)      (max. 40 chars)                       │
  14. '│   REAL NAME        (line 4)      (max. 40 chars)                       │
  15. '│   TIME LEFT        (line 5)      (integer, in minutes)                 │
  16. '│   KBUPPED          (line 6)      (long)                                │
  17. '│   KBDOWNED         (line 7)      (long)                                │
  18. '│   LEVEL            (line 8)      (integer)                             │
  19. '│   An actual ADOOR1.DAT can look as following:                          │
  20. '│                                                                        │
  21. '│   16                                                                   │
  22. '│   0                                                                    │
  23. '│   Bono                                                                 │
  24. '│   Bart Van Rillaer                                                     │
  25. '│   25                                                                   │
  26. '│   1313                                                                 │
  27. '│   6780                                                                 │
  28. '│   100                                                                  │
  29. '│                                                                        │
  30. '│   PS. Take a look at the ADOOR.C source which is a door kit for Acro-  │
  31. '│       Bat/2!?!                                                         │
  32. '│                                                                        │
  33. '│   PS. It's not hard to run doors with uses door.sys or dorinfo.def if  │
  34. '│       you know some REXX. If someone sent me a DOOR.SYS/DORINF.DEF via │
  35. '│       internet, I'll do the job... But it seems right now that there   │
  36. '│       aren't many OS/2 Doors. I refuse to support DOS Doors :)         │
  37. '│                                                                        │
  38. '│   PS. The integer game is a public domain program in C that I converted│
  39. '│       so it works as a door. The idea is from Norasaurus INC. It also  │
  40. '│       gives a good idea on how to program a door with the door kit I've│
  41. '│       included. I want always to help people via internet to write     │
  42. '│       their own doors for use with AcroBat/2.  vanrillaer@tornado.be   │
  43. '└────────────────────────────────────────────────────────────────────────┘
  44.  
  45. DOOR The integer game|E:\COMM\ACROBAT\DOORS\INTEGER.EXE@10
  46.  
  47. '┌────────────────────────────────────────────────────────────────────────┐
  48. '│ End door config file            (c)1997 H.I.C. D.B.S. and V.R.B. Corp. │
  49. '└────────────────────────────────────────────────────────────────────────┘
  50.