Hi Guys,
This line is an extract from a simple script I have:
wshshell.run """C:\Scripts\Page File\Page File.vbs""", 0, True
I would think this would run and suppress the command window so the user does not see it. Do I have the line coded incorrectly? Do I want to use wshshell.exec? I can paste the rest of the code, but it is nothing fancy. I would just the command window hidden.
Thank you.
This line is an extract from a simple script I have:
wshshell.run """C:\Scripts\Page File\Page File.vbs""", 0, True
I would think this would run and suppress the command window so the user does not see it. Do I have the line coded incorrectly? Do I want to use wshshell.exec? I can paste the rest of the code, but it is nothing fancy. I would just the command window hidden.
Thank you.