Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: Download and open a file created by Custom Command

It is not possible.
adanpknight

Download and open a file created by Custom Command

Hi,

This is probably an easy one but I can't find any related answers on the forum. I have a custom command which creates a new file based on the file name of an existing one.

echo "<purpose>!?Enter Purpose?!</purpose>" > $(echo "!" | sed "s/\..*$//").meta

Is there a method to tell a Custom Command to open a file that has been newly created by the command, as ideally I want to edit the new file immediately after creation?

Many thanks