home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / FVOTE_32.ZIP / FREEVOTE.BAT < prev    next >
Encoding:
DOS Batch File  |  1996-02-07  |  338 b   |  21 lines

  1. @ECHO OFF
  2. REM FrEevOtE example batch file
  3. REM Usage:
  4. REM
  5. REM freevote {node number}
  6. REM
  7. REM or
  8. REM
  9. REM freevote {node #} {other freevote command line options}
  10. REM
  11.  
  12. cd\bbs\freevote
  13.  
  14. REM run the Freevote program
  15.  
  16. freevote -N%1 -Pc:\bbs\node%1 %2 %3 %4 %5 %6 %7 %8 %9
  17. REM             ^^^^^^^^^^^^^ dropfile path
  18.  
  19. cd\bbs
  20.  
  21.