home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / DWALL_24.ZIP / DWALL.BAT < prev    next >
Encoding:
DOS Batch File  |  1996-01-24  |  307 b   |  20 lines

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