Returns the file name of the currently running script.
object.ScriptName
WScript object.
The ScriptName property is a read-only string.
The following VBScript code echoes the name of the script being run.
WScript.Echo WScript.ScriptName
Download Home Copyright © 2001-2024 adersοft