home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / apshe103.zip / apsccmd.cmd next >
OS/2 REXX Batch file  |  1997-09-11  |  142b  |  28 lines

  1. @echo off
  2. goto %1
  3.  
  4. :Mail
  5. ...
  6. ...
  7. goto end
  8.  
  9.  
  10. :PollHost
  11. ...
  12. ...
  13. goto end
  14.  
  15.  
  16. :PollInet
  17. ...
  18. ...
  19. goto end
  20.  
  21. .
  22. .
  23. .
  24.  
  25.  
  26. :end
  27.  
  28.