home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d19 / pcbnet01.arc / NETMAL50.ARC / NETDOR50.ARC / NETDOOR < prev    next >
Encoding:
Text File  |  1990-12-30  |  2.9 KB  |  63 lines

  1.           S A M P L E   N E T D O O R    B A T C H    F I L E
  2.           ----------------------------------------------------
  3.              (remove blank lines and comments to the right)
  4. echo off                   Do not echo to screen.
  5.  
  6. cd \Netdoor                Change directory to the directory housing
  7.                            Netdoor.
  8.  
  9. SET DSZLOG=C:\PCB\DSZ.LOG  File MUST be called DSZ.LOG and MUST be
  10.                            defined to reside in the SAME directory
  11.                            as the 2nd NetDoor command line parameter
  12.                            (in this case: c:\pcb).
  13.                            You MUST make this alteration to EACH of
  14.                            your NETDOOR batch files and be aware
  15.                            that in each of your NETDOOR batch files,
  16.                            the 2nd netdoor command line parameter will
  17.                            be DIFFERENT!
  18.  
  19. Netdoor netdoor.cnf c:\pcb c:\hubmail c:\utils c:\nodemail
  20.  
  21.                            The above line illustrates the startup
  22.                            command for NetDoor.
  23.  
  24.                            Netdoor     = startup Netdoor.exe
  25.  
  26.                            Netdoor.cnf = config file for NetDoor
  27.  
  28.                            c:\pcb      = Location of PCBoard.sys and
  29.                                          PCBoard.dat files.
  30.  
  31.                            c:\hubmail  = HUB's Main NETMAIL directory.
  32.  
  33.                            c:\utils    = PATH of your PKZIP.EXE file.
  34.  
  35.                                          NetDoor was re-written to execute
  36.                                          PKZIP WITHOUT loading a copy of
  37.                                          COMMAND.COM in order to save
  38.                                          approximately 24K of memory at
  39.                                          compression time. This 4th parameter
  40.                                          tells NetDoor the directory that
  41.                                          PKZIP.EXE resides in.
  42.  
  43.                            c:\nodemail = NODE's Main NETMAIL directory.
  44.  
  45.  
  46. cd \pcb                    return to the main PCBoard directory.
  47.  
  48.  
  49. board                      restart PCBoard.
  50.  
  51. ********************************************************************
  52. SPECIAL NOTE:  Please be certain you make the proper distinction
  53.                between the HUB's NetMail directory and the NODE's
  54.                NetMail directory. If you are operating SOLELY as
  55.                a HUB (In other words, you are the National Hub
  56.                and you make NO calls to any other system to
  57.                transfer mail), then specify the directory where
  58.                NETDOOR.EXE resides as your 5th parameter.
  59.  
  60.                Also, be sure you have created all the necessary work
  61.                directories according to the NetMail documentation
  62.                under WORK DIRECTORY!
  63.