home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: OtherApp / OtherApp.zip / house290.zip / HOUSE290.EXE / DIAL.CMD < prev    next >
OS/2 REXX Batch file  |  1999-06-01  |  420b  |  12 lines

  1. /* DIAL.CMD */
  2. /* This sample script starts up Injoy Dialer from an event action */
  3. /* inside the CP290 Comm Engine of the HOUSE/290 program. */
  4. /* See the help inside the Comm Engine for details. */
  5. /* Written by A. Schwarz. See http://home.att.net/~ASchw  */
  6. /* You may have to edit Injoy drive, path and default host info */
  7. /* for this to work on your system. */
  8. 'D:'
  9. 'CD\INJOY'
  10. 'IN-JOY.EXE Default'
  11. EXIT
  12.