home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / MISC / TGNU12A.ZIP / TGNODES.DOC < prev    next >
Text File  |  1997-11-23  |  7KB  |  193 lines

  1.  
  2. ---------------       Telegard NODES.DAT Updater 1.2        -----------------
  3. -------------           (c) 1996-97 Francis Julien            ---------------
  4. -----------             For uses with Telegard 3.x              -------------
  5.  
  6.  
  7.  
  8.           ---------------------------------------------------------
  9.           [ - Utilisation Rights                                  ]
  10.           ---------------------------------------------------------
  11.  
  12.  
  13.      Telegard NODES.DAT Updater is FREEWARE.   You are authorised to use
  14.      this program, distribute it, but not modifing is content. 
  15.  
  16.           ---------------------------------------------------------
  17.           [ - General Informations                                ]
  18.           ---------------------------------------------------------
  19.  
  20.  
  21.      I wish thanks Tim Strike for his great BBS Software and for all the
  22.      work that he put in it.
  23.  
  24.      Lars Hellsten with  his RG --> TG convertor that  have permit me to
  25.      make the move easily from Renegade.
  26.  
  27.      All the users of the Telegard BBS Software!
  28.  
  29.      The DOS version was written with Turbo Pascal 6.0 and the OS/2 was   
  30.      compilated with TMT Pascal 1.0 Demo (A great compiler!).
  31.  
  32.           ---------------------------------------------------------
  33.           [ - Required Equipment                                  ]
  34.           ---------------------------------------------------------
  35.  
  36.  
  37.      I dont know what are the minimum requirement for this program,  but 
  38.      I think that a 286 with 1  meg of memory is OK.   TGNODES work well 
  39.      on  my computer.   Is a 486 DX4-100,  32 meg RAM running OS/2 Warp.               
  40.  
  41.      
  42.           ---------------------------------------------------------
  43.           [ - How Work TGNODES?                                   ]
  44.           ---------------------------------------------------------
  45.   
  46.      First Rename  the file  TGNODES.OS2 (OS/2 version)  or  TGNODES.DOS 
  47.      (DOS Version) to TGNODES.EXE.
  48.  
  49.      TGNODES is very easy to use.   Here is the parameters  that you can
  50.      uses :
  51.  
  52.      Status ID :
  53.                 0 - Waiting for call
  54.                 1 - Unavailable (offline/down)
  55.                 2 - Event
  56.                 3 - Connected
  57.                 4 - Waiting for reset
  58.  
  59.      Options : (Not mandatory)
  60.               /NS  -No screen clearing 
  61.               /R:  -Realname
  62.               /H:  -Handle 
  63.               /L:  -Location 
  64.               /S:  -Status (Working...)
  65.               /B:  -Baudrate
  66.  
  67.      TGNODES <PATH TO NODES.DAT> <NODE NUMBER> <STATUS ID> <OPTIONS>
  68.      TGNODES C:\TG\DATA\ 2 2 /B:28800 /R:Francis Julien /L:St-Jovite /NS
  69.  
  70.      If you wish use this program with a  mailer, no problem!.   Here is 
  71.      what I use before I load the mailer :
  72.  
  73.         TGNODES.EXE C:\TG\DATA 2 0 /b:28800
  74.      
  75.      When the mailer exit (Not to the BBS) :
  76.  
  77.         TGNODES.EXE C:\TG\DATA 2 1 /b:28800
  78.      
  79.      When the mailer exit for a event :
  80.  
  81.         TGNODES.EXE C:\TG\DATA 2 2 /b:28800
  82.  
  83.    Here is my batch file for FrontDoor.
  84.    
  85.    -------
  86.  
  87.    :START
  88.    C:
  89.    CD\FD
  90.    TGNODES.EXE C:\TG\DATA\ 2 0 /b:28800
  91.    FD _/forcedpmi_/forceint28
  92.    
  93.    IF ERRORLEVEL = 100 GOTO EVENT
  94.    IF ERRORLEVEL = 50 GOTO BBS
  95.    IF ERRORLEVEL = 10 GOTO QUIT
  96.    GOTO START
  97.  
  98.    :EVENT
  99.    TGNODES.EXE C:\TG\DATA\ 2 2 /b:28800
  100.  
  101.    :BBS
  102.    C:
  103.    CD\FD
  104.    DOBBS.BAT
  105.    GOTO START
  106.  
  107.    :QUIT
  108.    C:
  109.    CD\FD
  110.    TGNODES.EXE C:\TG\DATA\ 2 0 /b:28800
  111.  
  112.    -------
  113.  
  114.           ---------------------------------------------------------
  115.           [ - Know Problems                                       ]
  116.           ---------------------------------------------------------
  117.  
  118.      Q.  Why many spelling errors everywhere in my programs! ;-)
  119.      R.  I speak french (live in Quebec) and I am not great in english. 
  120.  
  121.      Q.  Why  when  my mailer  start  telegard and  telegard  display  a 
  122.          message that is node is already loaded.
  123.      R.  Telegard look at the NODES.DAT if a node is loaded and you have 
  124.          previously uses  the Status Id 0 that make  telegard think that 
  125.          the node is already  loaded.  Make Telegard ignore this and add 
  126.          the command -O (Override) at your batch file.
  127.  
  128.  
  129.           ---------------------------------------------------------
  130.           [ - Other program that I have written for Telegard      ]
  131.           ---------------------------------------------------------
  132.  
  133.           TgCalls : 
  134.                 Telegard Call Editor 1.0 Francais!  Ce
  135.                 Petit Programme Vous Permet De Modifier
  136.                 Le Nombre D'Appels Recu A Votre SBE.
  137.                 Extremement pratique pour tout les opé-
  138.                 rateurs de SBE qui veulent continuer
  139.                 avec le meme nombre d'appels et qui
  140.                 viennent de changer pour Telegard 3.0+
  141.                 (c) 1996, Francis Julien 1:242/510
  142.  
  143.                 Will modify the number of caller inside telegard. 
  144.  
  145.           Tgnodes :
  146.                 [ *** Telegard NODES.DAT Updater 1.2a *** ]
  147.                 [ ***** Released : 23 November 1997 ***** ]
  148.                 [ --------------------------------------- ]
  149.                 [ A great utility for Telegard 3.x!  Will ]
  150.                 [ Update your "Who's online" listing with ]
  151.                 [ valuable informations when doing events ]
  152.                 [ like mail event, satellite download,etc ]
  153.                 [     *OS/2* and DOS version included     ]
  154.                 [  (c) 1996-97, Francis Julien 1:242/510  ]
  155.                 [ --------------------------------------- ]
  156.  
  157.           Histedit :
  158.                 Will be out soon...
  159.                 A HISTORY.DAT editor for telegard 3.x+
  160.                 OS/2 & DOS.  
  161.  
  162.           Tgweb :
  163.                 Will convert your filebase listing in HTML.
  164.                 Does someone need this?  If I have some demand I
  165.                 will release it.  For now, is only for my use.
  166.                 OS/2 & DOS
  167.  
  168.           Tgstats :
  169.                 Give some stats from the HISTORY.DAT for ONLY the
  170.                 sysop.  Only for my use, but if you whant to have
  171.                 it, cantact me!  OS/2 & DOS
  172.  
  173.           ---------------------------------------------------------
  174.           [ - How to contact me?                                  ]
  175.           ---------------------------------------------------------
  176.  
  177.      If you  find a bug how would like  something added to this program,
  178.      here is  how you can  contact me.  You can also  report my spelling
  179.      error! 
  180.      
  181.      You can contact me at :
  182.  
  183.                       The Incredible Machine BBS
  184.                          Sysop: Francis Julien
  185.                        (819)425-8847 --- (28800)
  186.                        (819)425-2283 --- (14400)
  187.  
  188.      Fidonet         1:242/510
  189.      Francomedia     101:153/175
  190.      Hintnet         200:208/510
  191.  
  192.      ---
  193.