home *** CD-ROM | disk | FTP | other *** search
-
-
- To use doors in PcExpress you will need V0.9971 or later of PcExpress.
- You will need the new config program and a door.
-
- The basic idea of a door operation in PcE is like follows.
-
- You add in the config program a door called HI and is located in
- conference 0 (0 means all conferences) with atleast security level 20.
-
- In your BBS directory you make a file called HI.BAT wich will control
- the door to be executed. The parameters passed by PcE is
-
- %1 is nodenumber
- %2 is '/LOCAL' if the program is locally.
-
- You must then make a menu in each conference directory wich is supposed
- to be named DOORxxx.Ayy where xxx is either seclvl or ALL and where yy
- is either NS or SC.. This will be shown upon the command 'OPEN'.
-
- But when the user writes HI at the main prompt the board will first check
- if there is a door named that way. If there isn't then it will check if
- there is an internal command that is named that way if not then it will
- write a not known command line.With this way of operation u can replace
- the original commands in PcE with new own commands.
-
- if '%1'=='1' goto chat1
- if '%1'=='2' goto chat2
-
- When using the string variables in a comparison, use the ' char as above,
- Also you can use DOORWAY COM%1 ...etc..
-
- To get the specifications of PcE's dropfile then please get the latest
- struct.xxx file wich contains the specifications of PcE data files.
-