home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / flink11.zip / Run.cmd < prev    next >
OS/2 REXX Batch file  |  1995-08-10  |  365b  |  20 lines

  1. @echo off
  2. set DSZLOG=dsz0%node%.log
  3. cls
  4. echo Handle: %1
  5. frexxlink -h %1 top.fpl
  6. if exist c:\squish\toss0%node%.txt goto scan
  7. goto quit
  8.  
  9. :scan
  10. c:
  11. cd \squish
  12. detach scan.cmd toss0%node%.txt
  13.  
  14. :quit
  15. touch c:\tmp\%node%\lastlogin.nul
  16. c:
  17. cd \frexxlink
  18. if exist Node0%node%.txt del Node0%node%.txt
  19. if exist \tmp\%node%\temp.msg del \tmp\%node%\temp.msg
  20.