Skip to content

Commit 921bfbb

Browse files
authored
Update README.md
Moving to Console Application
1 parent 261df9b commit 921bfbb

File tree

1 file changed

+47
-10
lines changed

1 file changed

+47
-10
lines changed

README.md

+47-10
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,60 @@ Generate label files for Microsoft Dynamics 365 for Operations core models in sp
44
You are more than welcome to contribute!
55

66
# Download
7-
You can download the latest release here: https://github.com/ptornich/LabelFileGenerator/releases/download/v1.0/LabelFileGenerator.exe
7+
You can download the latest release here: https://github.com/ptornich/LabelFileGenerator/releases/download/v2.0/LabelFileGenerator.exe
88

99
After downloading you will find a self contained executable that can be run from any folder.
1010

1111
# Instructions
12-
1) Select the AOS Service folder (if it's not automatically set)
13-
2) Select the desired language
14-
3) Click the "Generate label files" button
15-
4) Wait until all label files are created (usually it takes about 25min)
16-
5) Done!
12+
1) Run the executable
13+
2) Enter the desired language *(or add the language to the file name)*
14+
3) Wait a few seconds
15+
4) Done!
16+
17+
# Running from the command line
18+
When running from the command line the following arguments are accepted:
19+
20+
```
21+
-l or --lang
22+
The target language in which the label files should be generated. For example: pt-BR.
23+
24+
-f or --folder
25+
The AOSService folder path. For example: K:\AosService\. (if not specified, first found will be used)
26+
27+
-v or --verbose
28+
Display the created file names during the process.
29+
30+
--help
31+
Display the help screen
32+
33+
--version
34+
Display version information
35+
```
36+
37+
For example:
38+
```
39+
LabelFileGenerator.exe -l pt-BR -v
40+
```
41+
42+
The command line above will generate label files in brazilian portuguese with the verbose flag on.
43+
44+
# Adding the language to the file name
45+
With the new added feature, now it's possible to add the target language directly to the file name.
46+
47+
For example:
48+
```
49+
LabelFileGenerator_pt-BR.exe
50+
```
51+
52+
Double clicking this file would directly start the label generation for brazilian portugue labels.
1753

1854
# Screen shots
1955

20-
![](https://github.com/ptornich/LabelFileGenerator/blob/master/Screenshots/screenshot_01.png)
56+
### Running the executable directly
57+
![](https://github.com/ptornich/LabelFileGenerator/blob/master/Screenshots/Screen%20Shot%2001.png)
2158

22-
![](https://github.com/ptornich/LabelFileGenerator/blob/master/Screenshots/screenshot_02.png)
59+
![](https://github.com/ptornich/LabelFileGenerator/blob/master/Screenshots/Screen%20Shot%2002.png)
2360

24-
![](https://github.com/ptornich/LabelFileGenerator/blob/master/Screenshots/screenshot_03.png)
2561

26-
![](https://github.com/ptornich/LabelFileGenerator/blob/master/Screenshots/screenshot_04.png)
62+
### Running the executable directly with the target language on the file name
63+
![](https://github.com/ptornich/LabelFileGenerator/blob/master/Screenshots/Screen%20Shot%2003.png)

0 commit comments

Comments
 (0)