Modified the command line example for users using PowerShell

This commit is contained in:
Andras Fuchs 2020-02-06 13:04:41 +01:00
parent b88655de89
commit 064c5cd6c7
1 changed files with 5 additions and 3 deletions

View File

@ -135,8 +135,10 @@ The following command line arguments are supported by freerouter:
* -mp [number of passes]: sets the upper limit of the number of passes that will be performed
* -l [language]: "de" for German, otherwise it's English
A complete command line looks something like this:
A complete command line looks something like this if your are using PowerShell on Windows:
`
freerouter-executable.jar -de MyBoard.dsn -do MyBoard.ses -mp 100
`
& "c:\Program Files\Java\jdk-11.0.6\bin\java.exe" -jar freerouting-executable.jar -de MyBoard.dsn -do MyBoard.ses -mp 100
`
This would read the _MyBoard.dsn_ file, do the auto-routing for the maximum of 100 passes, and then save the result into the _MyBoard.ses_ file.