home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / redir1.zip / redirect.cmd next >
OS/2 REXX Batch file  |  1997-01-06  |  74b  |  5 lines

  1. /* Rexx script to loop redirector */
  2.  
  3. Do While 1 = 1
  4.  redirect %1
  5. end