Is there a way to run a batch file without the editing window appear?
Seahag
Printable View
Is there a way to run a batch file without the editing window appear?
Seahag
I guess you could run the MS-DOS window as minimized, and have it exit after it's down with it's instructions. Hmmm.
try
VB Code:
Shell "C:\test.bat", vbHide
Aha, that's right. I was thinking vbMinimized. :D
Thanks, works great!
Hot Dog@ ???
:)
:cool: