home *** CD-ROM | disk | FTP | other *** search
- /* Deliver message when using Digital Quill as the external editor.
- * Put this script as a macro in the user menu or speedbar. */
-
- options results
- 'GETATTR PROJECT FILENAME'
- message = result
- 'MARK OFF' /* turn off block marking, if any */
- 'SAVE FORCE' /* save the changes. Suppress requesters. */
- address 'VOODOO' 'SEND' message /* tell Voodoo to send it. Voodoo will clean up. */
- 'CLOSE FORCE' /* This project can now be closed. */
-