Tools usage with FTP files

Tools usage with FTP files

61
NewbieNewbie
61

    Aug 30, 2004#1

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

    Through a temp file etc...

    Thanks :-)

    6,602548
    Grand MasterGrand Master
    6,602548

      Oct 28, 2004#2

      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"
      Best regards from an UC/UE/UES for Windows user from Austria