Second method

回答: 多文件自動上傳程序.poiuyt2012-11-23 14:53:07

This program is made to automate the process of uploading multiple files to WXC. It has been tested on Windows 7 and XP.

Installation.

  1. Create a directory, like C:\upload.
  2. In a browser, right click upload.exe and "Save Target As" "upload.exe" (Save as type=All Files) in the directory created above.
    You may have to install Microsoft .NET Framework Version 2.0 Redistributable Package : 32 bit or 64 bit if you use Windows XP.

Usage.

  1. Start NOTEPAD and then type in following lines
    username=poiuyt
    password=secret
    C:\upload\mp3\1.mp3 | 第一首歌名
    C:\upload\mp3\2.mp3 | 第二首歌名
    C:\upload\mp3\3.xml | XML File
    ...
    username/password are those one uses to log on Wenxuecity.
    Each song line is composed of the path to the mp3 file and song name separated by a pipe |. Other types of files (like .xml) can be uploaded as demonstrated by the third line.
    Save the content to a file called "upload.txt"(without quotes, in C:\upload), by MAKING SURE you choose encoding as "UNICODE".
  2. In Windows Explorer, double click "upload.exe" then click "Run", which will start uploading all the files in upload.txt.
請您先登陸,再發跟帖!