Encrypt batch processing with tools:
1. Compress the batch processing file into a self-extracting format---create a self-extracting password-----automatically run the batch processing after decompression--delete the batch processing and temporary files.
2. With the AutoIt script editor, write an.au3 file, use run to call the self-extracting file, send the self-extracting password, compile it into an exe file after creation and add the password.
In this way, everyone doesn't know the rar password, and the AutoIt-compiled exe also needs a password for decompilation, and the temporary files have been deleted. Who else can know the content of your batch processing?
1. Compress the batch processing file into a self-extracting format---create a self-extracting password-----automatically run the batch processing after decompression--delete the batch processing and temporary files.
2. With the AutoIt script editor, write an.au3 file, use run to call the self-extracting file, send the self-extracting password, compile it into an exe file after creation and add the password.
In this way, everyone doesn't know the rar password, and the AutoIt-compiled exe also needs a password for decompilation, and the temporary files have been deleted. Who else can know the content of your batch processing?

DigestI