home *** CD-ROM | disk | FTP | other *** search
- @echo off
- set nbedit=1334-217
- rem
- rem The following call to the Notice Board software takes an optional parameter
- rem which is the pathname of the directory containing the database, without
- rem the final '\' For instance:
- rem
- rem nb p:\notice
- rem
- nb
- rem
- rem The following commands run the batch file, created by the Notice Board
- rem command option to initiate another software package. In a network
- rem environment, the environment variable must be set to a unique directory
- rem for each user (eg. c:\temp)
- rem
- if exist %nbwork%\nbcomm.bat %nbwork%\nbcomm
- if exist nbcomm.bat nbcomm
-