File: vbscript.rgs

package info (click to toggle)
wine 1.6.2-20
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 167,628 kB
  • ctags: 305,546
  • sloc: ansic: 2,340,026; perl: 18,156; yacc: 14,973; makefile: 7,671; objc: 4,684; lex: 4,178; sh: 3,654; cpp: 815; awk: 69; xml: 33
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'
            }
        }
    }
}