home *** CD-ROM | disk | FTP | other *** search
- /*
- * Deliver message when using Blacks Editor as an external
- * editor for Voodoo.
- *
- */
-
- options results
-
- SaveFile QUIET NOBACKUP NOICON /* Save message */
-
- GetFilePath FILE /* Get filename only */
- message="T:"result /* Attach T: as path to filename */
-
- address VOODOO 'SEND' message /* Send to Voodoo */
- Quit QUIET /* Quit out of BED */
-
-