Hi,
at the moment we are running this code:
Dim shell
Set shell=createobject("wscript.shell")
...
shell.run "file://C:\file.bat"
How is it possible to run this bat file that is maximized and where the user can't close the window?
is it something like this?
shell.run("file://C:\file.bat" &...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.