File: vbscript.rgs

package info (click to toggle)
wine-development 4.2-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 209,180 kB
  • sloc: ansic: 2,917,742; perl: 18,943; yacc: 15,637; makefile: 9,182; objc: 6,548; lex: 4,315; python: 1,786; cpp: 1,042; sh: 771; java: 742; xml: 557; awk: 69; cs: 17
file content (82 lines) | stat: -rw-r--r-- 1,945 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
HKCR
{
    NoRemove CLSID
    {
        '{B54F3741-5B07-11CF-A4B0-00AA004A55E8}'
        {
            'Implemented Categories'
            {
                '{f0b7a1a1-9847-11cf-8f20-00805f2cd064}'
                '{f0b7a1a2-9847-11cf-8f20-00805f2cd064}'
            }
            OLEScript
        }
        '{B54F3742-5B07-11CF-A4B0-00AA004A55E8}'
        {
            'Implemented Categories'
            {
                '{0aee2a92-bcbb-11d0-8c72-00c04fc2b085}'
            }
            OLEScript
        }
        '{B54F3743-5B07-11CF-A4B0-00AA004A55E8}'
        {
            'Implemented Categories'
            {
                '{f0b7a1a1-9847-11cf-8f20-00805f2cd064}'
                '{f0b7a1a2-9847-11cf-8f20-00805f2cd064}'
                '{f0b7a1a3-9847-11cf-8f20-00805f2cd064}'
            }
            OLEScript
        }
    }
    'VBS' = s 'VB Script Language'
    {
        CLSID = s '{B54F3741-5B07-11CF-A4B0-00AA004A55E8}'
        OLEScript
    }
    'VBS Author' = s 'VB Script Language Authoring'
    {
        CLSID = s '{B54F3742-5B07-11CF-A4B0-00AA004A55E8}'
        OLEScript
    }
    'VBScript'
    {
        OLEScript
    }
    'VBScript Author'
    {
        OLEScript
    }
    'VBScript.Encode'
    {
        OLEScript
    }
    'VBScript.RegExp'
    {
        OLEScript
    }
    ForceRemove VBSFile = s 'VBScript Script File'
    {
        ScriptEngine = s 'VBScript'
        Shell = s 'Open'
        {
            Edit
            {
                Command = s '"%%SystemRoot%%\system32\notepad.exe" %%1'
            }
            Open
            {
                Command = s '"%%SystemRoot%%\system32\wscript.exe" "%%1" %%*'
            }
            Open2
            {
                Command = s '"%%SystemRoot%%\system32\cscript.exe" "%%1" %%*'
            }
            Print
            {
                Command = s '"%%SystemRoot%%\system32\notepad.exe" /p %%1'
            }
        }
    }
}