troyk9@adobeforums.com wrote:
> I would just like to know what I can use to edit Atn scripts. I had noticed that they are accessing parts of Vista that they are not allowed to. I was able to make a change withing PS but have no clue how it happened LOL. Wordpad and Notepad are useless and even tried a Hex editor but it leave little room to edit.
You can't do any real editing of atn files directly. Load them into PS and make
the changes. Or convert them into XML, edit the XML, and convert them back.
http://ps-scripts.cvs.sourceforge.net/viewvc/*checkout*/ps-scripts/xtools/apps/ActionFileToJavascript.jsx
http://ps-scripts.cvs.sourceforge.net/viewvc/*checkout*/ps-scripts/xtools/apps/ActionToJavascript.jsx
http://ps-scripts.cvs.sourceforge.net/viewvc/*checkout*/ps-scripts/xtools/apps/ActionFileFromXML.jsx
-X