Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2008
    Posts
    51

    Grin Help for xml file

    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

  2. #2
    Join Date
    Jul 2008
    Posts
    167
    I dont know to do with XML file but u can try with lua file, i think it´s better.

Similar Threads

  1. Example: Searching file in fixed drives
    By autoplmst6 in forum AutoPlay Media Studio 7.5 Examples
    Replies: 11
    Last Post: 08-01-2009, 04:21 AM
  2. Searching for a file and overwrite it with docs file
    By Wonderboy in forum AutoPlay Media Studio 6.0
    Replies: 32
    Last Post: 03-23-2006, 06:59 AM
  3. HOWTO: Create a File Association
    By Support in forum Setup Factory 6.0 Knowledge Base
    Replies: 0
    Last Post: 10-04-2002, 02:37 PM
  4. Can search allow manual browse even if file is found?
    By RichardShaw in forum Setup Factory 5.0
    Replies: 2
    Last Post: 08-28-2000, 06:08 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts