Tools usage with FTP files

Help with setting up and configuring custom user tools in UltraEdit (based on command line input)

Tools usage with FTP files

Postby ahbrown41 » Mon Aug 30, 2004 2:54 pm

Is there a way to get external tools setup in UE to work with FTP files?

Through a temp file etc...

Thanks :-)
User avatar
ahbrown41
Newbie
 
Posts: 6
Joined: Thu Aug 19, 2004 11:00 pm

Re: Tools usage with FTP files

Postby Mofi » Thu Oct 28, 2004 10:48 am

You can use a macro to save the current file to always the same temporary file without prompting and then run the tool from inside the macro after saving the selection with the macro command RunTool "tool name". The tool name is case-sensitive! The tool must be set to use the temporary file with the fixed file name.

Here is an example of the macro:

InsertMode
ColumnModeOff
HexOff
UnixReOff
SelectAll
Copy
NewFile
Paste
SaveAs "C:\Windows\Temp\Tempfile.tmp"
CloseFile
RunTool "tool name"
User avatar
Mofi
Grand Master
Grand Master
 
Posts: 4042
Joined: Thu Jul 29, 2004 11:00 pm
Location: Vienna


Return to Custom User Tools/Tool Configuration