home *** CD-ROM | disk | FTP | other *** search
/ The AGA Experience 2 / agavol2.iso / software / utilities / comms / voodoo / rexx / sendvoodoo.ced < prev    next >
Text File  |  1995-12-14  |  384b  |  15 lines

  1. /*
  2.  * Deliver message when using CygnusED Professional as an external
  3.  * editor for Voodoo.
  4.  *
  5.  * Enter this script in the 'DOS/ARexx Interface' menu.
  6.  */
  7.  
  8. options results
  9. status restname                /* Get filename only */
  10. message="T:"result            /* Attach T: as path to filename */
  11. save                    /* Save message */
  12. address VOODOO 'SEND' message        /* Send to Voodoo */
  13. quit                    /* Quit out of CED */
  14.  
  15.