User Tools

Site Tools


en:infra-convert:dev:parameter

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
en:infra-convert:dev:parameter [2023/10/25 14:28]
me
en:infra-convert:dev:parameter [2023/11/06 13:31]
me [Basics]
Line 53: Line 53:
  
 <​code>​ <​code>​
-InfraConvertWPF.exe -parameter="​C:/​Windows/​Temp/​StartParameterFile.json"​+…/InfraConvertWPF.exe -parameter="​C:/​Windows/​Temp/​StartParameterFile.json"​
 </​code>​ </​code>​
  
Line 62: Line 62:
 > **Note** Note that special characters in the name/path of the startup parameter file will only be passed correctly to #@IC_HTML@# if they have been encoded correctly. This can be ensured in a batch file saved as UTF-8, for example, by specifying the code page CHCP 65001 for UTF-8. Example: > **Note** Note that special characters in the name/path of the startup parameter file will only be passed correctly to #@IC_HTML@# if they have been encoded correctly. This can be ensured in a batch file saved as UTF-8, for example, by specifying the code page CHCP 65001 for UTF-8. Example:
 > <​code>​chcp 65001 > <​code>​chcp 65001
-InfraConvertWpf.exe -parameter="​Démarrer.json"</​code>​+…/InfraConvertWpf.exe -parameter="​Démarrer.json"</​code>​
  
 **Basic requirements for the startup parameter file** **Basic requirements for the startup parameter file**
Line 80: Line 80:
  
 <​code>​ <​code>​
-InfraConvertWPF.exe -forceConfigDir="​C:/​ProgramData/​ELIAS GmbH/​infra-Convert"​+…/InfraConvertWPF.exe -forceConfigDir="​C:/​ProgramData/​ELIAS GmbH/​infra-Convert"​
 </​code>​ </​code>​
  
Line 94: Line 94:
  
 <​code>​ <​code>​
-InfraConvertWPF.exe -parameter="​..." -forceConfigDir="​..."+…/InfraConvertWPF.exe -parameter="​…/" -forceConfigDir="​…/"
 </​code>​ </​code>​
  
en/infra-convert/dev/parameter.txt · Last modified: 2023/11/28 14:34 by me