# 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
```


---

# 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://fecuritydocs.gitbook.io/fecuritydocs/main-content/launch-options/how-to-use-launch-options.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.
