home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / vdms_110.zip / RUNSERVE.CMD < prev    next >
OS/2 REXX Batch file  |  1994-01-11  |  1KB  |  20 lines

  1. /*-------------------------------------------------------------------------*
  2.  * RUNSERVE.CMD                                                            *
  3.  *                                                                         *
  4.  * Rexx procedure to initiate VDM Server.  DOS commands are sent to the    *
  5.  * server using the program DOSCMD (see RUNDOS.CMD) for execution.         *
  6.  *                                                                         * 
  7.  * Special notes:  most of the process running the BBS execute as detached *
  8.  * processes.  Under OS/2, it is not possible to detach a DOS process.     *
  9.  * DOSCMD removes this limitation by executing the DOS program from an     *
  10.  * OS/2 server program.                                                    *
  11.  *                                                                         *  
  12.  * Special commands interpreted by the Server:                             *
  13.  *     DOSCMD exit        : tells server process to terminate              *
  14.  *     DOSCMD refreshlog  : tells server to close server log, rename it    *
  15.  *                          to *.bak, and open a new log.                  *
  16.  *                                                                         *  
  17.  *-------------------------------------------------------------------------*/
  18.  
  19. start '"VDM Server"' '/b /fs vdmserve /conf=c:\bbs\util\vdmserve.cfg'
  20.