home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / uupc2pop.zip / ToPOP.Cmd < prev    next >
OS/2 REXX Batch file  |  1996-07-16  |  246b  |  16 lines

  1. @echo off
  2. REM A batch file which switches the user, then "pops" their mail
  3. REM from their UUCP mail file.
  4.  
  5. if "%1."=="." goto Usage
  6.  
  7. call su %1 UUPC2POP
  8. goto End
  9.  
  10. :Usage
  11. echo ToPOP.Cmd -- usage:
  12. echo ToPOP accountname
  13. echo.
  14.  
  15. :End
  16.