home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / DOOR / DBT100.ZIP / SAMPLE1.BAT < prev    next >
DOS Batch File  |  1995-05-16  |  319b  |  13 lines

  1. REM This is an example of a bat file that runs the program in the DBT
  2. REM directory.
  3. REM Here only one DBT.ctl file is required and that is put in DBT.
  4. REM Assume the DBT directory is a subdirectory of c:\wc30\door
  5. REM
  6. C:
  7. cd\wc30\door\DBT
  8. C:\wc30\door\DBT\DBT /PC:\wc30\wcwork\node%wcnodeid%
  9. cd\wc30
  10. exit
  11.  
  12.  
  13.