home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / vgahost.zip / SENDALL.CMD < prev    next >
OS/2 REXX Batch file  |  1998-12-11  |  162b  |  9 lines

  1. @echo off
  2. if not exist d:\fido\moon\sendall.flg goto end
  3. robot.exe wait -g4
  4. robot.exe wait -g06
  5. robot.exe wait -g7
  6. del d:\fido\moon\sendall.flg
  7. :end
  8. exit
  9.