run command pormpt in background windows
' Create a Bat File as C:Scheduled Jobsmybat.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 Jobsmybat.bat" & Chr(34), 0
Set WinScriptHost = Nothing