N batch programming, how do I hide the command prompt when I execute the .bat file? - hide executing bat
What are the codes to hide?
Sunday, January 17, 2010
Hide Executing Bat N Batch Programming, How Do I Hide The Command Prompt When I Execute The .bat File?
Subscribe to:
Post Comments (Atom)
3 comments:
Put "@ echo off" in the first line, without quotes, of course!
Rem this example, the director and a list of all files in C: \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\, and then hide the REM command is excuted
Rem cmd in Windows Run ()
@ Echo off
R @ c: \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ / f / a / p
You can not hide the command prompt.
Post a Comment