|
|
1.1 root 1: @echo off
2: if "%1" == "" goto usage
3:
4: %1\bin\regadd
5: %SystemRoot%\regedit %1\bin\ole2.reg
6: %SystemRoot%\regedit %1\bin\outline.reg
7: %SystemRoot%\regedit %1\bin\oletest.reg
8: %SystemRoot%\regedit %1\bin\sdemo1.reg
9: if "%CPU%"=="MIPS" goto end
10: %SystemRoot%\regedit %1\bin\dispcalc.reg
11: %SystemRoot%\regedit %1\bin\dspcalc2.reg
12: %SystemRoot%\regedit %1\bin\ole2auto.reg
13: %SystemRoot%\regedit %1\bin\spoly.reg
14: %SystemRoot%\regedit %1\bin\spoly2.reg
15: %SystemRoot%\regedit %1\bin\stdole.reg
16: %SystemRoot%\regedit %1\bin\test32.reg
17:
18: goto end
19:
20: :usage
21: echo.
22: echo Usage: RegInit OLEROOT
23: echo Where: OLEROOT specifies the root directory for the OLE toolkit
24: echo Example: RegInit C:\MSTOOLS\OLE20
25: echo.
26:
27: :end
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.