Ways to hide the cmd Command Prompt window when Windows runs a BAT batch file _dos/bat

Source: Internet
Author: User

When we run a bat batch file in Windows, we tend to pop up a cmd command Prompt window, and then the CMD window shuts down automatically, and someone says, "Add the echo off command directly to the bat batch file." Okay, yes, echo. Off you can close the cmd window, but the cmd window will initially pop up and disappear, and here's how to completely hide the cmd command Prompt window when you run the bat batch file.

By using the VBS script to completely hide the Execution bat batch file, save the following code as a. vbs file, and then directly execute the. vbs file to completely hide the cmd window:

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

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.