home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / EVENTS / CBVW172U.ZIP / CALLBACK.BAT next >
DOS Batch File  |  1994-01-01  |  185b  |  7 lines

  1. @ECHO OFF
  2. REM This batch file can be used if you are running CBV in its own directory.
  3. REM Make sure you only pass a command line parameter for CHAIN.TXT
  4. CD CBVDIR
  5. CBV %1 %2
  6. CD..
  7.