home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / u / uupc11v3.zip / WAITING.CMD < prev   
OS/2 REXX Batch file  |  1992-06-04  |  117b  |  7 lines

  1. @echo off
  2. if "%1" == "" %0 *
  3. setlocal
  4. cd \uupc\mail
  5. for %%i in (%1.spb) do echo %%i has mail waiting.
  6. endlocal
  7.