home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / vselansp.zip / GETLST.CMD next >
OS/2 REXX Batch file  |  1995-10-03  |  128b  |  9 lines

  1. /* Getlst.cmd - simple receive that should take no more than 15 secs*/
  2.  
  3. Main:
  4.     parse arg command
  5.     
  6.     command
  7.     
  8. return
  9.