home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / dial.cmd < prev    next >
OS/2 REXX Batch file  |  1993-12-13  |  224b  |  12 lines

  1. /*   DIAL         */
  2. '@echo off'
  3. arg number
  4. 'echo atz > com2:'
  5. 'echo atl2 > com2:'
  6. 'sleeper 1'
  7. 'echo atdt 'number' > com2:'
  8. 'echo < com2:'
  9. SAY 'Press enter for the computer to hang up'
  10. PULL ANS
  11. 'echo atz > com2:'
  12.