home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / xbbsos2.zip / extract.cmd < prev    next >
OS/2 REXX Batch file  |  1995-01-22  |  187b  |  12 lines

  1. @echo off
  2. REM
  3. REM XBBS calls this to extract a file for viewing.
  4. REM Don't mess with this except to change paths.
  5. REM
  6. e:
  7. cd\xbbs2
  8. cd %1
  9. %2 %3 %4 %5 %6 %7 %8 %9 > NUL
  10. cd..
  11. exit
  12.