home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / tagbet.zip / T.CMD < prev    next >
OS/2 REXX Batch file  |  1995-03-16  |  291b  |  17 lines

  1. @echo off
  2. REM Parameters :
  3. REM 1    2
  4. REM Port TaskNo
  5. REM %P   %K
  6. cd \max\tagger
  7. rem mode co80,50
  8. if exist dl%2.bbs del dl%2.bbs
  9. if %2==03 goto local
  10. tagger P=%1 NODE=%2 nokeycheck
  11. goto endit
  12. :local
  13. tagger P=0 NODE=03 CFG=LOCAL.CFG NOKEYCHECK
  14. rem mode bw80,25
  15. :endit
  16. cd \max
  17.