home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / flink11.zip / ViewArch.cmd < prev    next >
OS/2 REXX Batch file  |  1995-02-24  |  256b  |  13 lines

  1. @echo off
  2. if exist del c:\tmp\%node%\test.tx1
  3. if exist del c:\tmp\%node%\test.tx2
  4. if "%2" == "" goto exit
  5. if not exist %1\%2 goto notfound
  6. call viewzip %1 %2
  7. goto exit
  8.  
  9. :notfound
  10. echo I see no '%2' in this area. > c:\tmp\%node%\test.tx1
  11.  
  12. :exit
  13.