You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
209 lines
1.7 KiB
209 lines
1.7 KiB
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[Strings]
|
|
; Unlocalizable strings
|
|
REG_WSH = "Software\Microsoft\Windows Script Host"
|
|
REG_APPROVE = "Software\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved"
|
|
REG_UNINSTALL = "Software\Microsoft\Windows\CurrentVersion\Uninstall\WindowsScriptHost"
|
|
CLSID_WSHEXT = "{60254CA5-953B-11CF-8C96-00AA00B8708C}"
|
|
|
|
; Localizable strings
|
|
DISP_WSH = "Microsoft Windows Script Host"
|
|
DESC_WSH = "Windows Script Host"
|
|
DESC_DISKS = "Windows Script Host Files"
|
|
TIPS_WSH = "Write scripts to help automate tasks in Windows"
|
|
|
|
DESC_DOTWSH = "Windows Script Host Settings File"
|
|
DESC_DOTVBS = "VBScript Script File"
|
|
DESC_DOTVBE = "VBScript Encoded Script File"
|
|
DESC_DOTJS = "JScript Script File"
|
|
DESC_DOTJSE = "JScript Encoded Script File"
|
|
DESC_DOTWS = "Windows Script File"
|
|
DESC_WSHEXT = "Shell extensions for Windows Script Host"
|
|
|
|
DESC_WSHOMLIB = "Microsoft Windows Script Host Object Model"
|
|
DESC_WSHSHELL = "Windows Script Host Shell Object"
|
|
DESC_WSHNETWORK = "Windows Script Host Network Object"
|
|
|
|
MENU_OPEN = "&Open"
|
|
MENU_CONOPEN = "Open &with Command Prompt"
|
|
MENU_DOSOPEN = "Open &with MS-DOS Prompt"
|
|
MENU_EDIT = "&Edit"
|
|
MENU_PRINT = "&Print"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
FILE_WSHEXT = "wshhe.dll"
|
|
FILE_SCROBJ = "scohe.dll"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|