home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / BBS / TCE11L.ZIP / SAMPLE.BAT < prev    next >
DOS Batch File  |  1995-01-04  |  1KB  |  24 lines

  1. rem +------------------------------------------------------------------+
  2. rem | This sample batch file provides an example/template for the      |
  3. rem | EXTEDIT.BAT for node 1 of a multi-node setup.  Please read the   |
  4. rem | file TCESYSOP.DOC for information on single node systems and     |
  5. rem | more detailed information on multi-node setups.                  |
  6. rem +------------------------------------------------------------------+
  7.  
  8. rem Make changes as necessary to reflect the structure of your system
  9.  
  10. C:
  11. CD \TAG\NODE1
  12.  
  13. rem The command above ensures that we are in the proper directory.
  14. rem i.e., the location of STATUS.DAT for the current node.
  15.  
  16. C:\TCEDIT\TCEDIT -TAG -A255 -UC:\TAG\MULTI %1 %2 %3 %4 %5 %6 %7
  17.  
  18. rem TCEDIT.EXE is in the C:\TCEDIT directory, so we call it with
  19. rem the absolute pathname.  NEVER change to the directory TCEDIT is in.
  20. rem TCEDIT must always be called from the directory where STATUS.DAT
  21. rem is located.
  22. rem
  23. rem C:\TAG\MULTI is the location of the USERS.LST file.
  24.