[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
Aplikasi
/
Adobe Photoshop CS3
/
Presets
/
Scripts
/
Event Scripts Only
/
[
Home
]
File: Welcome.jsx
// (c) Copyright 2005. Adobe Systems, Incorporated. All rights reserved. /* @@@BUILDINFO@@@ Welcome.jsx 1.0.0.0 */ var begDesc = "$$$/JavaScripts/Welcome/Description=Show a simple alert when Photoshop starts." // endDesc // on localized builds we pull the $$$/Strings from a .dat file, see documentation for more details $.localize = true; try { alert( localize( "$$$/JavaScripts/Welcome=You have successfully configured an event triggering a JavaScript." ) ); } catch( e ) { // always wrap your script with try/catch blocks so you don't stop production // remove comments below to see error for debugging // alert( e ); }