Description and download of the file batch processor bat_do v0.0.0003 beta4

Source: Internet
Author: User

When we use system analysis software such as hijackthis and pe_xscan to find suspicious files or virus files, we need to compress these suspicious files and virus files in different folders, it is troublesome to write a BAT file! Now, we can use the "file batch processor/bat_do" to conveniently complete these tasks for us!

0. Directory
==============
1. Basic Program Information
2. Version update records
3. Program Interface
4. Reasons for development
5. Statement
6. Instructions for use
7,
8. Contact the author

1. Basic Program Information
==============
Author: zixiao jianxia | purple endurer
Development Environment: masm32 V8, Windows xp pro Chinese Version
Running Environment: Windows 2000 pro or a later Chinese Version

2. Version update records
==============
Version date file size

0.0.0003 beta415.0-11-14 15,360 KB (bytes)
MD5: 22c647f4ffca8ea4151702a33c969ddb
1. The command execution result is formatted to solve the problem of displaying Ping and other command execution results in one line.

0.0.0003 beta315.0 KB (15,360 bytes)
MD5: 90cb58f4bdd4d9e7f92f296493eb2e49
1. When the program starts, it will fix the possible "command prompt disabled" restrictions.
2. simplified the code for getting the file descriptor of rar.exe
3. Optimized some code

0.0.0003 beta215.0 KB (15,360 bytes)
MD5: b44de01a15654e63713467109a3fb52
1. Fixed the bug of multiple double quotation marks in the renamed command generated by 0.0.0003 beta1.
2. added the warning option when the file does not exist.

0.0.0003 beta114.5 KB (14,848 bytes)
MD5: 844e87ada8bbc82adabacfdb518e489f
1. Add the delayed deletion Technology
2. added the option to retain the file path when WinRAR is used for compression.
3. Changed the window interface and supported the Windows XP style.

0.0.00022006-10-22 12.5 KB (12,800 bytes)
1. Fixed the bug of multiple double quotation marks in the generated renamed command.
2. Change the buttons "delete all items" and "change all file names" to "reverse selection" and "select all"
3. The file list is automatically sorted.
4. Right-click the file description in the file list to display the Properties window of the file.

0.0.00012006-10-10 12.5 KB (12,800 bytes)
Improve on the basis of auto_del to complete basic functions

3. Program Interface
==============

0.0.0003 beta2/beta3 Interface

0.0.0003 beta1 Interface


0.0.0002 Interface


0.0.0001 Interface

4. Reasons for development
==============
1) to enable the system to automatically execute multiple commands, for example, to compress the passwords of multiple files in different folders, It is troublesome to write a BAT file!
2) the information displayed is slow when the command line tool is used to remotely assist some netizens in computer maintenance.
3) Some malicious programs hook gui (graphical user interface) API functions so that their files are not displayed.
4) when obtaining some command execution results, use the input redirection function and create a temporary file!

5. Statement
==============
This program is free software and you can freely use, copy and disseminate it, but it cannot be used for commercial purposes.
I am not responsible for any computer technical problems caused by the use of this program!

6. Instructions for use
==============
The general procedure is:

1. Add the file to be operated to the file list.

There are three ways to add:

Method 1: Click the select file button to select the file to be operated from the open file dialog box (you can select multiple files at a time)

Method 2: enter a file description in the file/command box, and click "add to file list. This method applies to adding files that are not visible in the open file dialog box, such as the gray pigeon, to the "file list.
Operation tips: if the file to be operated is a virus File Detected by anti-virus software, you can first export the anti-virus software's anti-virus log, and then copy and paste the file description from the anti-virus log file.

Method 3: drag the file to be operated to the program window.

If you do not want to process files in the file list, you can hook them before the file specifiers and click the [Delete selected] button.
To delete all file delimiters, click the [delete all items] button.
Note: Only Delete list items, rather than deleting files.

If you want to modify the file name, you can hook up the file to be renamed, and then click the [Change selected file name] button, the program will add the. Del extension to the file.
To change the file names of all files, click [change all file names.

2. Select the file to be processed

Bait the file to be processed.

3. Select Operation options.

1. If you want to use RAR. EXE to compress files
(1) bait before "compressing with RAR"
(2) Confirm that the program correctly displays the location of RAR. EXE (File description ). If the location of the program is not displayed, you can click "select rar.exe.exe" to specify the location of rar.exe.
(3) If you want to set a password for the compressed file, enter the password (up to 6 characters in length)
(4) select the location where the compressed file is stored. The default is the folder where the program is located.

2. If you want to set file attributes
(1) Hook up before "set attributes"
(2) You can hook a property before it is set. attributes that are not hooked will be canceled.

3. Change the file name
This option is mainly used to change the name of the generated command at the next startup.
The generated command adds the. Del extension to the file. You can also modify it after the command is generated.

4. Delete an object
This option is mainly used to change the name of the generated command at the next startup.

4. Generate commands
Click the [generate command] button. The program will generate the corresponding command in the [file/command Box.
The order of the generated commands is: Set attributes, compress files, rename and delete.
You can also manually adjust the order after the command is generated.
In face0.0.0002.jpg, the [file/command Box] shows how to use RAR compression, set the password to virus, and the target folder to D:/virus, command generated after all attributes of the file are canceled.

5. execute commands
Click the [Execute Command] button to run the commands in the [file/command Box] one by one.
The Command Execution status is displayed in the [command execution result Box] below. You can also edit the command execution result.
In fact, this program provides a basic command line program GUI shell. You can enter Dir and other commands in the [file/command Box] and click the [Execute Command] button to execute the command.
In face0.0.0002.jpg, the [command execution result Box] shows the result of Executing command dir *. EXE/.

6. Run the command upon restart
If you want to run the command at the next system startup, click the [execute upon restart] button. The program writes the commands in the file/command box to the BAT file and logs them to the Registry, this will automatically execute these commands at the next system startup.
This option is mainly used to perform operations that cannot be completed currently, such as deleting files and changing file names.

7,
==============
Http://purpleendurer.ys168.com

Under/myworks/tools

Includes:

Bat_do.exe (program file, 12,800 Bytes/12.5 KB)
Face0.0.0002.jpg (Program Interface, 55,510 Bytes/54.2 KB)
Readme.txt (description file, 4,561 Bytes/4.45 KB)

8. Contact the author
==============
If you find any problems during use, or have any good suggestions and ideas, please write an email to the purpleendurer@163.com.

Zixiao jianxia | purple endurer
2007.11, Hechi, Guangxi

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.