text
stringlengths
0
834k
if not exist obj\i386\winsctrs.dll goto CannotInstall
echo Windows NT WINS Server Performance Counters Installation
echo.
echo This installation script makes the following assumptions:
echo.
echo o The Windows NT WINS Server has been properly installed.
echo.
echo o The LODCTR and REGINI utilities are on the path.
echo.
echo If these assumptions are not valid, please correct and try again.
echo Press CTRL-C to exist now, otherwise
pause
copy obj\i386\winsctrs.dll %SystemRoot%\system32 >nul 2>&1
if errorlevel 1 goto InstallError
REM if not exist %SystemRoot%\system32\winsctrs.dll goto InstallError
regini winsctrs.reg >nul 2>&1
if errorlevel 1 goto InstallError
lodctr winsctrs.ini
if errorlevel 1 goto InstallError
echo.
echo Windows NT WINS Server Performance Counters Installation successful.
goto Done
:InstallError
echo.
echo Cannot install the Windows NT WINS Server Performance Counters.
goto Done
:CannotInstall
echo This installation script MUST be run from the WINSCTRS
echo directory on the appropriate Windows NT Resource Kit disk.
goto Done
:BadProcessor
echo The PROCESSOR_ARCHITECTURE environment variable must be set to the
echo proper processor type (X86, MIPS, etc) before running this script.
goto Done
:BadWinDir
echo The SystemRoot environment variable must point to the Windows NT
echo installation directory (i.e. C:\NT).
goto Done
:WinssvcNotInstalled
echo The Windows NT WINS Server has not been properly installed
echo on this system. Please install the Windows WINS Server
echo before installing these performance counters.
goto Done
:Done
",29.9102564103,79,0.7753964852
219606,f3011b0b519f29b146f86b25fbd1861a6cead7d5,6983,bat,Batchfile,docs/make.bat,onerandomusername/disnake,d76c09fca5d50d3fbf1522890f668a6ed8812c21,['MIT'],290.0,2021-11-03T12:33:16.000Z,2022-03-31T19:30:19.000Z,docs/make.bat,onerandomusername/disnake,d76c09fca5d50d3fbf1522890f668a6ed8812c21,['MIT'],200.0,2021-11-03T10:41:41.000Z,2022-03-31T08:13:11.000Z,docs/make.bat,onerandomusername/disnake,d76c09fca5d50d3fbf1522890f668a6ed8812c21,['MIT'],118.0,2021-11-03T18:27:09.000Z,2022-03-25T22:00:45.000Z,"@ECHO OFF
REM Command file for Sphinx documentation
if ""%SPHINXBUILD%"" == """" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=_build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% .
set I18NSPHINXOPTS=%SPHINXOPTS% .
if NOT ""%PAPER%"" == """" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
set I18NSPHINXOPTS=-D latex_paper_size=%PAPER% %I18NSPHINXOPTS%
)
if ""%1"" == """" goto help
if ""%1"" == ""help"" (
:help
echo.Please use `make ^<target^>` where ^<target^> is one of
echo. html to make standalone HTML files
echo. dirhtml to make HTML files named index.html in directories
echo. singlehtml to make a single large HTML file
echo. pickle to make pickle files
echo. json to make JSON files
echo. htmlhelp to make HTML files and a HTML help project
echo. qthelp to make HTML files and a qthelp project
echo. devhelp to make HTML files and a Devhelp project
echo. epub to make an epub
echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter
echo. text to make text files
echo. man to make manual pages
echo. texinfo to make Texinfo files
echo. gettext to make PO message catalogs
echo. changes to make an overview over all changed/added/deprecated items
echo. xml to make Docutils-native XML files
echo. pseudoxml to make pseudoxml-XML files for display purposes
echo. linkcheck to check all external links for integrity
echo. doctest to run all doctests embedded in the documentation if enabled