dinoldo
Cadet 4th Year
- Registriert
- Juni 2017
- Beiträge
- 104
Hallo Leute,
ich habe n einer bestehender CMD-Datei diesen Inhalt eingefügt, welches eine Datei "configuration.xml" anlegen soll.
....
....
Das hat leider nicht funktioniert. Woran liegt das bitte - muss ich bestimmte Inhalte / Zeichen maskieren?
Beste Grüße,
Dino
ich habe n einer bestehender CMD-Datei diesen Inhalt eingefügt, welches eine Datei "configuration.xml" anlegen soll.
....
Code:
>"configuration.xml" (
echo <?xml version="1.0" encoding="utf-16"?>
echo <ArrayOfConfigurationModel xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
echo <ConfigurationModel>
echo <Title>ROM</Title>
echo <Description />
echo <ConfigurationVariable>_USTN_CUSTOM_CONFIGURATION</ConfigurationVariable>
echo <Type>Network</Type>
echo <IsActive>true</IsActive>
echo <Path>P:/CADTRONIC/%standort%/Configuration/</Path>
echo <IsSelected>true</IsSelected>
echo <IsEditable>false</IsEditable>
echo </ConfigurationModel>
echo </ArrayOfConfigurationModel>
)
Das hat leider nicht funktioniert. Woran liegt das bitte - muss ich bestimmte Inhalte / Zeichen maskieren?
Beste Grüße,
Dino
Zuletzt bearbeitet: