Skip to content

Run Batch files without displaying the console window.

Notifications You must be signed in to change notification settings

moutaouakkil/BatLauncher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

BatLauncher

Run Batch files without displaying the console window.

To prevent the console window from displaying use this vbs to call the Batch file:

Set objShell = WScript.CreateObject("WScript.Shell")
Dim strArgs
strArgs = "CMD /C MyScript.bat"
objShell.Run strArgs, 0, false

Done!

About

Run Batch files without displaying the console window.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published