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 name of the WScript object (the host executable file).
Syntax
object.Name
Arguments
- object
WScript object.
Remarks
The Name property is a read-only string.
Applies To:
The following JScript code shows how to use the Name property.
WScript.Echo (WScript.Name);