run command pormpt in background windows

The solution for “run command pormpt in background windows” can be found here. The following code will assist you in solving the problem.

‘ Create a Bat File as C:\Scheduled Jobs\mybat.bat
‘ Put Your Code In It
‘ Make a VBS file
‘ Put This in It

Dim WinScriptHost
Set WinScriptHost = CreateObject(“WScript.Shell”)
WinScriptHost.Run Chr(34) & “C:\Scheduled Jobs\mybat.bat” & Chr(34), 0
Set WinScriptHost = Nothing

Thank you for using DeclareCode; We hope you were able to resolve the issue.

More questions on [categories-list]

Similar Posts