Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Returns the file name of the currently running script.
Syntax
object.ScriptName
Arguments
- object
WScript object.
Remarks
The ScriptName property is a read-only string.
The following VBScript code echoes the name of the script being run.
WScript.Echo WScript.ScriptName