Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by endear

  1. endear

    run script maximized and "frozen"

    Fullscreen is not the problem, it's closing the window... We don't want that the user can close the window. We have windows 7
  2. endear

    run script maximized and "frozen"

    shell.Run "C:\file.bat " & WScript.Arguments(0), 3, True" is not a solution, the user can still close the window...
  3. endear

    run script maximized and "frozen"

    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" &...

Part and Inventory Search

Back
Top