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

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