PDA

View Full Version : Help for xml file


sided
12-12-2008, 03:02 PM
Hello,

I would like to make a file. xml which includes AMS and click on the button run the file. xml

Here is an example. xml

<commands>
<command name="FTP.Connect" action="host, user, pass"> </command>
<command name="FTP.ChangeDir" action="/temp"> </command>
<command name="FTP.Command" action="SITE CHMOD 755 keylist.txt"> </command>
<command name="FTP.Upload" action="c:\Upload\keylist.txt", "keylist.txt"> </command>
<command name="Label.SetText" action="Upload OK"> </command>
<command name="FTP.ChangeDir" action="/var/bin"> </command>
<command name="FTP.Command" action="SITE CHMOD 644 Key.txt"> </command>
<command name="FTP.Upload" action="c:\Upload\key.txt", "key.txt"> </command>
<command name="Label.SetText" action="Upload OK"> </command>
</commands>

I do not know if this is correct, but it is part of the command that I should and I do not know how to run this file. xml click on the button if you could help me thank you

rexxarspain
01-20-2009, 01:13 PM
I dont know to do with XML file but u can try with lua file, i think itīs better.