File:  [WindowsNT SDKs] / mstools / ole20 / reginit.bat
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Thu Aug 9 18:24:38 2018 UTC (7 years, 9 months ago) by root
Branches: msft, MAIN
CVS tags: ntsdk-jul-1993, HEAD
Microsoft Windows NT Build 511 (SDK Final Release) 07-24-1993

@echo off
if "%1" == "" goto usage

%1\bin\regadd
%SystemRoot%\regedit %1\bin\ole2.reg
%SystemRoot%\regedit %1\bin\outline.reg
%SystemRoot%\regedit %1\bin\oletest.reg
%SystemRoot%\regedit %1\bin\sdemo1.reg
if "%CPU%"=="MIPS" goto end
%SystemRoot%\regedit %1\bin\dispcalc.reg
%SystemRoot%\regedit %1\bin\dspcalc2.reg
%SystemRoot%\regedit %1\bin\ole2auto.reg
%SystemRoot%\regedit %1\bin\spoly.reg
%SystemRoot%\regedit %1\bin\spoly2.reg
%SystemRoot%\regedit %1\bin\stdole.reg
%SystemRoot%\regedit %1\bin\test32.reg

goto end

:usage
echo.
echo   Usage: RegInit OLEROOT
echo   Where: OLEROOT specifies the root directory for the OLE toolkit
echo Example: RegInit C:\MSTOOLS\OLE20
echo.

:end

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.