Remove the black windows of bat and some exe

Source: Internet
Author: User

The bat file and some exe files used for debugging will use the terminal to output debugging information. However, during the demonstration, you usually want to hide the black window. There are two methods. The first method is to re-compile the program and remove the terminal output from the compilation options, but this is sometimes troublesome. The following is a simple method:

Enter the following content in Notepad:

Set ws = CreateObject ("Wscript. Shell ")
Ws. run "cmd/c filename. bat", vbhide

Or

Set ws = CreateObject ("Wscript. Shell ")
Ws. run "cmd/c filename.exe", vbhide

Note: filename.batand filename.exe are the names of the batch to be executed.

Save as the aaa. vbs file.

Then, use the rarfile to compress the aaa.vbs file and filename.bat(or filename.exe) file. In the general item, check "create self-decompressed compressed file" and "lock compressed file,

Then, "advanced" -- "self-extracting options" -- "general" -- "decompress and run" and enter aaa. vbs

Select "Mode"> "quiet mode" (hide all)> "Overwrite mode" (overwrite all files)

Then, generate the EXE executable file. Then, run the EXE file and you will hide the CMD window.

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.