Hallo Zusammen
Weil bei uns in der Firma ein Pfad geändert hat, muss ich eine lokale xml Datei abändern. Da unsere Notebooks/ Desktop Maschinen in versciedenen Filialen verteillt sind, ist dies nicht vor Ort machbar.
Meine xml:
<?xml version="1.0" encoding="UTF-8"?>
-<ClientSettings xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ServerSettingsFileName>S:\ISR\DMS_Monitor\StdmMonSerSet.xml</ServerSettingsFileName>
soll geändert werden in:
<ServerSettingsFileName>S:\d3\DMS_Monitor\StdmMonSerSet.xml</ServerSettingsFileName>
<RunMode>Dialog</RunMode>
<MonitorFile>C:\Temp\File.txt</MonitorFile>
<MonitorDirectory/>
<MonitorExtension/>
<DoneExtension>.OK</DoneExtension>
<ErrorExtension>.ERR</ErrorExtension>
<LastUsedBarcode>78</LastUsedBarcode>
<BarcodePrinterName>\\000001.\30B</BarcodePrinterName>
<StationID>66</StationID>
<TempPath>C:\Vivo\Str\ISR\DMS_Monitor\</TempPath>
soll geändert werden in:
<TempPath>C:\Vivo\Str\d3\DMS_Monitor\</TempPath>
<WinRtvFullFileName>C:\Program Files (x86)\ISR\Win\Brw32.exe</WinRtvFullFileName>
soll komplett gelöscht werden.
</ClientSettings>
Hat jemand eine idee wie das gemacht werden könnte?
Ich habe bereits ein paar Stunden mit Forensuche und ausprobieren versucht. Übers auslesen hinweg bin ich nicht gekommen:-(
Weil bei uns in der Firma ein Pfad geändert hat, muss ich eine lokale xml Datei abändern. Da unsere Notebooks/ Desktop Maschinen in versciedenen Filialen verteillt sind, ist dies nicht vor Ort machbar.
Meine xml:
<?xml version="1.0" encoding="UTF-8"?>
-<ClientSettings xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ServerSettingsFileName>S:\ISR\DMS_Monitor\StdmMonSerSet.xml</ServerSettingsFileName>
soll geändert werden in:
<ServerSettingsFileName>S:\d3\DMS_Monitor\StdmMonSerSet.xml</ServerSettingsFileName>
<RunMode>Dialog</RunMode>
<MonitorFile>C:\Temp\File.txt</MonitorFile>
<MonitorDirectory/>
<MonitorExtension/>
<DoneExtension>.OK</DoneExtension>
<ErrorExtension>.ERR</ErrorExtension>
<LastUsedBarcode>78</LastUsedBarcode>
<BarcodePrinterName>\\000001.\30B</BarcodePrinterName>
<StationID>66</StationID>
<TempPath>C:\Vivo\Str\ISR\DMS_Monitor\</TempPath>
soll geändert werden in:
<TempPath>C:\Vivo\Str\d3\DMS_Monitor\</TempPath>
<WinRtvFullFileName>C:\Program Files (x86)\ISR\Win\Brw32.exe</WinRtvFullFileName>
soll komplett gelöscht werden.
</ClientSettings>
Hat jemand eine idee wie das gemacht werden könnte?
Ich habe bereits ein paar Stunden mit Forensuche und ausprobieren versucht. Übers auslesen hinweg bin ich nicht gekommen:-(
Zuletzt bearbeitet: