home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 7 Games / 07-Games.zip / qspy2_b1.zip / qlistf.cmd < prev    next >
OS/2 REXX Batch file  |  1997-06-28  |  388b  |  12 lines

  1. /*
  2.   QLISTF.CMD - A Simple way to generate a list of servers with output
  3.                redirected to a file.
  4.  
  5.   Substitute server1, server2, etc with your favourite servers...
  6. */
  7. echo off
  8. cls
  9. qspy2 'server1                   -np -nr -ns >qlistf.txt'
  10. qspy2 'server2:26001             -np -nr -ns -nh >>qlistf.txt'
  11. qspy2 'server3                   -np -nr -ns -nh >>qlistf.txt'
  12.