Emit Magician
Joined: 24 Feb 2001 Posts: 342 Location: USA
|
Posted: Mon Mar 31, 2003 5:25 pm
#DDE |
quote:
DDE commands
[activate] Activates EditPlus.
[cursor("line:column")] Locate cursor at "line" and "column".
[open("file")] Opens a file.
[open_read("file")] Opens a file as read-only.
[open_output("file")] Opens a file into the output window.
[print("file")] Prints a file.
[type("FileType")] Sets the file type. See "-t" command line option.
DDE Service: editplus.exe
DDE Topic: system
No spaces allowed in DDE commands.
I'm trying to write a script that works like this:
1) connect to shell with zmud
2) replace file names with mxp send tags to #ftp the sub'ed file
3) use #dde to open editplus and edit the file just downloaded.
I haven't put it together, testing the different pieces right now. Two problems i ran into immediately:- #dde doesn't seem to be working with editplus and
- how can i tell from script when file transfer has been finished?
Has anyone gotten #dde to work with this program? How can i tell which application isn't working correctly? Somethings i might find useful include: ways to activate editplus's dde controls from a source other than zmud (VB ? i don't know how to do this.) or other common applications i can test #dde with. and any advice at all on the second problem
--------
moon.icebound.net:9000 |
|