CLIENT: Bug fixed on External-Process Start

This commit is contained in:
CMS3762\carminatini
2017-12-07 12:35:32 +01:00
parent 6e91da6fe4
commit b13f7f3b4f
13 changed files with 285 additions and 239 deletions
+8 -5
View File
@@ -12,21 +12,24 @@
<Enabled>false</Enabled>
<Type>1</Type>
</VendorHmi>
<ExtSoftware>
<ExtSoftwares>
<Software>
<LongName>Calculator</LongName>
<ShortName>CAL</ShortName>
<Path>C:\Windows\System32\calc.exe</Path>
<Path>C:\Windows\System32\calc.exe</Path>
<Arguments></Arguments>
</Software>
<Software>
<LongName>NotePad</LongName>
<ShortName>NP</ShortName>
<Path>C:\Windows\System32\notepad.exe</Path>
<Path>C:\Windows\System32\notepad.exe</Path>
<Arguments></Arguments>
</Software>
<Software>
<LongName>MsPaint</LongName>
<ShortName>PA</ShortName>
<Path>C:\Windows\System32\mspaint.exe</Path>
<Path>C:\Windows\System32\mspaint.exe</Path>
<Arguments></Arguments>
</Software>
</ExtSoftware>
</ExtSoftwares>
</Config>