# Project

## Increment and Save

Saves the current project to a project folder with incremented project name, opens the project, and closes the previously-opened (and identical) project.

| Before            | After             |
| ----------------- | ----------------- |
| Project Name\_007 | Project Name\_008 |

![](https://270111504-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LqQuRw1JZNewsp-NrzE%2F-MO2WiJVb9g9_nG7PTdE%2F-MO2WlEETJG0iXJqBCpn%2Fproj_01_increment.gif?alt=media\&token=134d7d4b-ea60-4a0b-a56a-2a0c5705d623)

If project doesn't have version number, `_002` will be added at the end of project name.

## Change Workspace

Shows list of available workspaces and switches to selected one.

![](https://270111504-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LqQuRw1JZNewsp-NrzE%2F-MO2WiJVb9g9_nG7PTdE%2F-MO2WneeqqnSP3_b9u83%2Fproj_02_change_workspace.jpg?alt=media\&token=ffa3f3f1-8102-40b1-958b-e0d61eef507b)

## Execute Script

Executes selected ExtendScript file (.jsx)

![](https://270111504-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LqQuRw1JZNewsp-NrzE%2F-MO2WiJVb9g9_nG7PTdE%2F-MO2Wp_PC2GHxpdaBGjf%2Fproj_03_execute_script.jpg?alt=media\&token=8aa47425-1bb0-42a4-bc9f-0300d0cd6f50)

To execute script file, place it in **Scripts** folder:

macOS:

```
/Users/*username*/Documents/Knights of the Editing Table/Excalibur/Scripts
```

Windows:

```
C:/Users/*username*/Documents/Knights of the Editing Table/Excalibur/Scripts
```
