Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Atn. Editor INfo Needed

New Here ,
Jan 29, 2009 Jan 29, 2009
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.

Thanks ion Advance
TOPICS
Actions and scripting
5.5K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe
Explorer ,
Jan 29, 2009 Jan 29, 2009
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
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jan 29, 2009 Jan 29, 2009
I have been double clicking in PS to make the changes but I thought there is an easier way with a larger editor
Thanks for your reply :)
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Jan 29, 2009 Jan 29, 2009
"I had noticed that they are accessing parts of Vista that they are not allowed to"

No. Actions (.atn files) can only use the user visible commands inside Photoshop.
The files are not human readable or human editable - and are not intended to be.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guru ,
Jan 30, 2009 Jan 30, 2009
Mr. Cox,

With experience the atn files are human readable and they can be edited with Xbytor's scripts. I know because I have done both.

Although I too wondered how something 'not allowed' was recorded in an action.

Mike
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Jan 30, 2009 Jan 30, 2009
LATEST
> Although I too wondered how something 'not allowed' was recorded in an action.

It was recorded on XP and then run on Vista. Large portions of the file system
that would normally be accessible to a non-admin user became read-only on the
upgrade to Vista. I suspect that the action in question ran into this new
security "feature".

This is one of the reasons that CSX has to be installed with PS running with
admin permissions.

-X
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines