home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 7 Games / 07-Games.zip / angband.zip / startwnd.cmd < prev   
OS/2 REXX Batch file  |  1998-02-24  |  624b  |  11 lines

  1. @echo off 
  2. REM This file starts up Angband and up to seven other views. The 
  3. REM optional number behind the name sets the number of lines for 
  4. REM that screen.  Choose contents for each via the game options. 
  5. REM                                                              
  6.                                                                  
  7. start /win /f /n aclient Term-1                                     
  8. start /win /f /n aclient Term-2 10                                  
  9. rem start /win /f /n aclient Term-3 24                              
  10. angband %1 %2 %3 %4 %5 %6 %7 %8 %9                               
  11.