> For the complete documentation index, see [llms.txt](https://doc.simax.fr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.simax.fr/parametrage/simaxcli-en-ligne-de-commande/options-de-la-ligne-de-commande-pour-lancer-simaxcli.md).

# Options de la ligne de commande pour lancer SIMAXCLI

Ne pas oublier les "" après le = si il y a des espaces dans la valeur de l'option

&#x20;

/IDUTIL=\<id base 10 de l'utilisateur qui va être utilisé> (obligatoire)

/MDP=\<mdp de l'utilisateur si non vide>

/CONFIG=\<nom de la configuration à lancer si plusieurs config dans le info.simax>

/FICHIER=\<chemin vers le fichier de sortie de résultat>

/ACTION=\<voir ci-dessous>

&#x20;

### Détails de l’option /ACTION dans la ligne de commande <a href="#toc132627050" id="toc132627050"></a>

&#x20;

@\<chemin du fichier qui contient la liste des actions à lancer>

'<équivalent de l'action à max>'

'\<identifiant de l'action à lancer en base 10>'

&#x20;

Exemples de ligne de commande :

SIMAXCLI.exe /IDUTIL=2 /ACTION='supprimer client dupond' /CONFIG="parametrage 1" /FICHIER="c:\CLI\resultat.txt"

SIMAXCLI.exe /IDUTIL=2 /ACTION=@c:\CLI\Action.txt /CONFIG="parametrage 1" /FICHIER="c:\CLI\resultat.txt"

&#x20;

### Détails de l’option /ACTION dans un fichier de commande <a href="#toc132627051" id="toc132627051"></a>

&#x20;

Dans un fichier de commande, les actions sont chacune sur une ligne.

&#x20;

@file \<chemin du fichier qui contient la liste des actions à lancer> ou @fichier \<chemin du fichier qui contient la liste des actions à lancer>

"<Équivalent de l'action à max>"

"\<Identifiant de l'action à lancer en base 10>"

//\<commentaires>

&#x20;

Exemples d'un fichier de commande :

//appel vers un autre fichier de commande

@file c:\CLI\Action2.txt

&#x20;

//appel d'action via phrase

supprimer client dupond

//phrase d'un déclenchement d'automatisme

lancer export toto

//appel via l'identifiant de l'action

"348631646131346431318"


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://doc.simax.fr/parametrage/simaxcli-en-ligne-de-commande/options-de-la-ligne-de-commande-pour-lancer-simaxcli.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
