Browse Source
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@522 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61shortcuts
8 changed files with 19 additions and 16 deletions
Before Width: | Height: | Size: 278 B After Width: | Height: | Size: 278 B |
Before Width: | Height: | Size: 274 B After Width: | Height: | Size: 274 B |
@ -0,0 +1,10 @@ |
|||||||
|
@echo off |
||||||
|
setlocal |
||||||
|
set RC="K:\Programme\Microsoft.NET\SDK\v2.0\Bin\rc.exe" |
||||||
|
|
||||||
|
if not exist %RC% goto ExitJump |
||||||
|
if exist dynamichelp.res del dynamichelp.res |
||||||
|
%RC% /fo "dynamichelp.res" "dynamichelp.rc" |
||||||
|
|
||||||
|
set RC= |
||||||
|
:ExitJump |
@ -0,0 +1,3 @@ |
|||||||
|
context RT_HTML "context.html" |
||||||
|
open RT_HTML "OpenBook.png" |
||||||
|
close RT_HTML "ClosedBook.png" |
Binary file not shown.
Loading…
Reference in new issue