Commit dbc5633f authored by Alexandre Julliard's avatar Alexandre Julliard

vbscript: Substitute SystemRoot at registration time.

parent 61f9bbd3
...@@ -63,19 +63,19 @@ HKCR ...@@ -63,19 +63,19 @@ HKCR
{ {
Edit Edit
{ {
Command = s '"%%SystemRoot%%\system32\notepad.exe" %%1' Command = s '"%SystemRoot%\system32\notepad.exe" %%1'
} }
Open Open
{ {
Command = s '"%%SystemRoot%%\system32\wscript.exe" "%%1" %%*' Command = s '"%SystemRoot%\system32\wscript.exe" "%%1" %%*'
} }
Open2 Open2
{ {
Command = s '"%%SystemRoot%%\system32\cscript.exe" "%%1" %%*' Command = s '"%SystemRoot%\system32\cscript.exe" "%%1" %%*'
} }
Print Print
{ {
Command = s '"%%SystemRoot%%\system32\notepad.exe" /p %%1' Command = s '"%SystemRoot%\system32\notepad.exe" /p %%1'
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment