home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / RUE_200.ZIP / R.BAT < prev    next >
DOS Batch File  |  1992-07-28  |  192b  |  10 lines

  1. @echo off
  2. if "%MENUTYPE%" == "" goto default
  3. if "%1" == "" goto run
  4. set MENUTYPE=%1
  5. goto run
  6. :default
  7. set MENUTYPE=NORMALMENUS
  8. :run
  9. c:\prog\rue\rue.exe -crue.cfg -k%MENUTYPE% -klocal
  10.