# How to run the settings script

### Easiest way to launch scripts

Just drag & drop the **settings script** `.jsx` file into Photoshop's icon in either **the Dock on Mac** or **the Taskbar on Windows**. It's the same way you can open image files, but PS knows that it's a script file and runs it as such. When the batch process ends a dialog will pop up to inform you about that.

{% hint style="warning" %}
On Windows you have to hold `Shift` when you drop it to the taskbar icon.
{% endhint %}

![](https://1977426939-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MhXtF7B8R3aoXvYYLDI%2F-Mi_H7NulVtuwnLyyCgp%2F-Mi_KbFXlQg1zrCevi2f%2Fopening-scripts-in-ps.gif?alt=media\&token=c02e73a9-8f2d-4e25-8238-ea14d9d52d31)

{% hint style="info" %}
Photoshop may ask you if you're sure you want to run the script. When you click "Ok" or "Yes" or whatever the dialog button say, it'll run the script.
{% endhint %}

### Alternative methods to launch scripts

1. Launch the script from the Photoshop menu `File > Scripts > Browse...`
2. You can also make Photoshop `Actions` where you record launching a script using the drag and drop method or `File > Scripts > Browse...`
3. This last method is probably not something you'd want to do with this script, but Photoshop has a `scripts` folder wherever Photoshop is installed in, like (on Mac): `/Applications/Adobe Photoshop 2021/Presets/Scripts`. If you install a script this way it will appear in the `File > Scripts > ...` menu and if you want, you can give it a shortcut in `Photoshop at Edit > Keyboard Shortcuts...`.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://joonaspaakko.gitbook.io/batch-mockup-smart-object-replacement-jsx-photosho/how-to-run-the-script.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
