> For the complete documentation index, see [llms.txt](https://fecuritydocs.gitbook.io/fecuritydocs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fecuritydocs.gitbook.io/fecuritydocs/main-content/launch-options/how-to-use-launch-options.md).

# How to use launch options

## Launcher options

### Introduction

Since a new launcher (with UI) is in development. In the course of work, we realized that basic customization of the launcher is necessary and decided to implement this using launch options

### Using options

For simplified use of options, create a `.batch` file

#### Create a .batch script

1. Create a text file

<figure><img src="/files/Qnc9teSMtyIWH8LGKVT2" alt=""><figcaption></figcaption></figure>

2. Open a text file
3. Press FILE then SAVE AS or use the hotkeys `CTRL+SHIFT+S`&#x20;

<figure><img src="/files/w7vlH9U8chniXhT3vO4e" alt=""><figcaption></figcaption></figure>

4. From the Save as type selection menu, select: All files

<figure><img src="/files/4lkob9tlwULkRILBvhVv" alt=""><figcaption></figcaption></figure>

5. Add `.bat` type to the end of the file name

<figure><img src="/files/Q8YWCPRxeKrkKSe4cln4" alt=""><figcaption></figcaption></figure>

6. Save it

#### Initialize .batch script

Write PATH/TITLE of the Launcher

<mark style="color:red;">MAKE SURE THE LAUNCHER NAME/PATH IS THE SAME AS THE NAME IN THE .BATCH FILE, OTHERWISE IT WONT WORK</mark>

#### Set launch options

Setting parameters is as follows

```batch:no-line-numbers
-<PARAMETER NAME> <PARAMETER VALUE>
```

Example:

```batch:no-line-numbers
LAUNCHER.exe -spoofer true -delay 20000 -seed 12312313
```
