# Inkporter CLI (Windows)

There are two ways to install Inkporter CLI on Windows. You can use the Installer or install it manually.

### Using the Installer

![Inkporter Installer](/files/-MHLAVLXHnzQioYg8xAk)

This is the easiest way to install Inkporter on Windows. Just make sure you put your Inkscape in Program Files. Otherwise you will have to configure your Environment Variable (I'll explain how to do this in manual installation).

### Manual Installation

Manual installation means you only download the batch script and configure everything by yourself. The advantages of using this method are that you can use different versions of the dependencies as if you're using a portable version of Inkscape. A new version of the dependencies has been released. Or you can install the CLI version.

1. Clone the batch script from [here for Inkscape 1.0](https://raw.githubusercontent.com/raniaamina/inkporter/windows/1.0/inkporter_data/inkporter.bat) and [here for Inkscape 0.92.x](https://raw.githubusercontent.com/raniaamina/inkporter/windows/0.92.x/inkporter_data/inkporter.bat).
2. Put it anywhere you want, but a good place to put it is in the Inkscape directory.
3. Go to `Control Panel -> System and Security -> System -> Advanced system settings -> Environment Variables...` &#x20;
4. Double click on the "Path" variable, then add your directory to`inkporter.bat` and the dependencies directory
5. Try to run Inkporter from cmd

The advantage of using a manual installation is that you can use different builds of Inkscape or use it when you have not put your Inkscape in Program Files.


---

# 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://inkporter.raniaamina.id/how-to-install/cli-windows.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.
