Flying Autumn Command line

Source: Internet
Author: User

Flying Autumn command line send message and file interface:

First, increase the command line to send messages, pictures, file Interface (Feiq.exe (Specify the path of the Fall) \msg:*.xml)
Add a Friend list interface via command line (Feiq.exe \userxml:*.xml)
Iii. increased export of online contacts via command line buddy list interface (Feiq.exe \contactxml:*.xml)
Iv. adding new log interfaces via the command line (Feiq.exe \newzone:*.html)

Note: (1) The file path in the above command line parameter is relative to the path of the Paramfile folder under the flying Autumn working directory
(2) Win7 and above operating system can go to the system disk: \users\ The current user \appdata\roaming\feiq directory below the Feiq.ini get the key value of Feiqrunexepath of the flying Autumn run path value.
Win7 Get the system disk: \users\ The method code for the current user \appdata\roaming is as follows:
wchar_t System_buffer[max_path];
SHGETFOLDERPATHW (NULL, Csidl_appdata, Null,shgfp_type_current, System_buffer);
Plus the roaming directory.
(3) Win7 The following version of the operating system can go to system disk: \documents and Settings\ Current user \local Settings\Application Data\ Feiq directory below Feiq.ini gets the value of the autumn run path with the key value Feiqrunexepath
Win7 the following system disk: \documents and Settings\ The method code for the current user \local Settings\Application Data is as follows:
wchar_t System_buffer[max_path];
SHGETFOLDERPATHW (NULL, Csidl_profile, Null,shgfp_type_current, System_buffer);


Instructions for sending information, pictures, and file interface parameters \msg:*.xml
*.xml is an XML file located under the path of the Paramfile folder under the autumn working directory, which is created and written by a third-party program that contains the files to send the user's IP or Mac, the text or picture information to be sent, and the file to be sent. The format is as follows:
<?xml version= "1.0" encoding= "gb2312"?>
<msg sendip= "Ip1;ip2;ip3 ..." sendmac= "MAC1; MAC2 ... "Showui=" false or True "Waitonlinesend=" false or True "errortip=" false or True ">
<item type= "text" > Message to send text content </item>
<item type= "pic" > Message to send picture content </item>
<item type= "File" > Path to be sent </item>
... The above three types can be multiple
</msg>

The Sendip property represents the IP to be sent and can be multiple IP
The Sendmac property represents the Mac to be sent and can be multiple Macs
The ShowUI property indicates whether the user selects and sends the interface, and if unsure of which user to send, set this parameter to True
The Waitonlinesend property indicates whether users are sent when they are online, set to true to indicate that they are sent automatically when the user is online, false by default
Errortip Property If malformed, whether pop-up error or send Failed dialog box

Type= "Text" indicates the message text to be sent
Type= "Pic" indicates the message picture content sent
Type= "File" indicates the path of the files to be sent

Examples are as follows:
<?xml version= "1.0" encoding= "gb2312"?>
<msg sendip= "192.168.1.103;192.168.1.100" sendmac= "001B778543BB" showui= "false" errortip= "false" >
<item type= "Text" >abc</item>
<item type= "pic" >C:\Users\lbt\Desktop\1.bmp</item>
<item type= "text" > Hello </item>
<item type= "pic" >C:\Users\lbt\Desktop\qunmsgset.png</item>
<item type= "File" >C:\Users\lbt\Desktop\2.txt</item>
<item type= "pic" >C:\Users\lbt\Desktop\feiq.gif</item>
<item type= "File" >C:\Users\lbt\Desktop\3.txt</item>
</msg>

Added instructions for exporting the Buddy list interface via the command line
Third-party programs before sending a message or command to the user, you can call this interface, the current flying autumn friends to export information into an XML file, and then develop their own interface, read the XML user information, and then select some users send.

Added instructions for exporting online contacts via command line buddy list Interface interface
The third-party program can call this interface before sending a message or command to the user, export the information of the current flying autumn online contact Friend list to an XML file, then develop the interface itself, read the user information in the XML, and select some users to send automatically when the user is online. (Waitonlinesend in the XML that sent the content is set to true)

Added instructions for publishing new log interfaces via the command line
You can save the log to be published in an HTML file, and then call the Publish Log interface, will pop up the publishing log interface, and automatically read the contents of the HTML.


The rest of the functions, such as opening a friend's Chat dialog box, can be called by reference to the parameter format behind the Generate desktop shortcut in the autumn.

Flying Autumn Command line

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.