text stringlengths 0 834k |
|---|
if %DIST%==1 if exist src\test\isolation\specparse.c del /q src\test\isolation\specparse.c |
for /d %%f in (contrib\* src\bin\* src\test\* src\test\modules\* |
) do if exist %%f\tmp_check rd /s /q %%f\tmp_check |
REM Clean up datafiles built with contrib |
REM cd contrib |
REM for /r %%f in (*.sql) do if exist %%f.in del %%f |
cd %D% |
REM Clean up ecpg regression test files |
msbuild ecpg_regression.proj /NoLogo /v:q %MSBFLAGS% /t:clean |
goto :eof |
",65.6083916084,121,0.7680665103 |
352,d0351c2be8ff5c3a69106a732d71b5bba559e910,1573,cmd,Batchfile,CMD/IP_Route_ARP_WinFW.cmd,SweetAsNZ/Public-Scripts,17148afcf7c5125172c570ae99bc5cdd535acc64,['Apache-2.0'],,,,CMD/IP_Route_ARP_WinFW.cmd,SweetAsNZ/Public-Scripts,17148afcf7c5125172c570ae99bc5cdd535acc64,['Apache-2.0'],,,,CMD/IP_Route_ARP_WinFW.cmd,SweetAsNZ/Public-Scripts,17148afcf7c5125172c570ae99bc5cdd535acc64,['Apache-2.0'],,,,":: FileName: IP_Route_ARP.cmd |
:: |
:: Title: IP Route ARP WinFW |
@ECHO OFF |
:: *********************************** |
:: |
:: Author: Tim West (Sweet As Chocolate Ltd) |
:: Create Date: 9:18 a.m. 30/01/2013 |
:: Version: 1.0 R |
:: |
:: (D= Draft, R = Released, F = Final) |
:: ******************************************* |
:: ********* PURPOSE ************************ |
:: Purpose: to output IPCOnfig /all, ARP -a, Route Print & WinFW Rules to a txt file for future reference purposes. |
:: To be done for all networking changes pre and post CR. |
:: |
:: Dependencies: None |
:: ******************************************* |
:: ******** NOTES ************************** |
:: Notes: |
:: ******************************************* |
:: ********* MODIFIED ********************** |
:: Modified Date: 9:29 a.m. 18/03/2013 |
:: Modified By: Tim West (Corp IT) |
:: Reason: Added Windows Firewall Dump |
:: |
:: Modified Date: |
:: Modified By: |
:: Reason: |
:: |
:: ******************************************* |
:: |
route print > C:\Route.txt |
route print > ""C:\route_%date:~10,4%%date:~7,2%%date:~4,2%_%time:~0,2%%time:~3,2%_%time:~6,2%.txt"" |
ipconfig /all > C:\ipconfig.txt |
ipconfig /all > ""C:\ipconfig_%date:~10,4%%date:~7,2%%date:~4,2%_%time:~0,2%%time:~3,2%_%time:~6,2%.txt"" |
arp -a > C:\Arp.txt |
arp -a > ""C:\Arp_%date:~10,4%%date:~7,2%%date:~4,2%_%time:~0,2%%time:~3,2%_%time:~6,2%.txt"" |
netsh advfirewall firewall show rule name=all > C:\WinFW_Rules.conf |
netsh advfirewall firewall show rule name=all > ""C:\WinFW_Rules_%date:~10,4%%date:~7,2%%date:~4,2%_%time:~0,2%%time:~3,2%_%time:~6,2%.conf""",29.679245283,139,0.5009535919 |
353,d0351e54a3aec822de1e705d5391780b1a4ab109,393,bat,Batchfile,tests/fsharp/core/fsiAndModifiers/build.bat,directhex/fsharp,4fd47cb59cda6b006fce7f7c7e3b488329d8f849,['Apache-2.0'],1.0,2015-10-06T20:50:30.000Z,2015-10-06T20:50:30.000Z,tests/fsharp/core/fsiAndModifiers/build.bat,directhex/fsharp,4fd47cb59cda6b006fce7f7c7e3b488329d8f849,['Apache-2.0'],,,,tests/fsharp/core/fsiAndModifiers/build.bat,directhex/fsharp,4fd47cb59cda6b006fce7f7c7e3b488329d8f849,['Apache-2.0'],,,,"setlocal |
REM Configure the sample, i.e. where to find the F# compiler and C# compiler. |
call %~d0%~p0..\..\..\config.bat |
@if ERRORLEVEL 1 goto Error |
if exist TestLibrary.dll (del /f /q TestLibrary.dll) |
""%FSI%"" %fsi_flags% --maxerrors:1 < prepare.fsx |
@if ERRORLEVEL 1 goto Error |
:Ok |
endlocal |
exit /b 0 |
:Error |
call %SCRIPT_ROOT%\ChompErr.bat %ERRORLEVEL% %~f0 |
endlocal |
exit /b %ERRORLEVEL% |
",20.6842105263,77,0.7150127226 |
354,d035509fa5a068f662f66b1b6a15850198265b68,205,bat,Batchfile,test.bat,ebadier/BezierLoader,9047c672633cde4ff343567a449cbb34192929b0,['MIT'],2.0,2015-07-12T13:05:29.000Z,2021-03-07T20:55:00.000Z,test.bat,ebadier/BezierLoader,9047c672633cde4ff343567a449cbb34192929b0,['MIT'],,,,test.bat,ebadier/BezierLoader,9047c672633cde4ff343567a449cbb34192929b0,['MIT'],,,,"echo off |
cd bin\Release\ |
PATH=..\..\externals\OgreSDK_vc10_v1-8-1\bin\release; |
REM You can specify the .obj file you want to load with : -file ""yourfile.obj"" |
BezierLoaderTest.exe -file ..\..\doc\bezier.obj",41.0,78,0.7414634146 |
355,d035704a25b01634870505ca7127b4206c95fa6c,1048,cmd,Batchfile,scripts/bananapi/rootfs/usr/src/linux-headers-4.9.241-BPI-M5/include/rdma/hfi/..install.cmd,Dangku/openEuler-bananapi,058184debb766ce9bb9ea7ebe340fa861ecdd58b,['MulanPSL-1.0'],,,,scripts/bananapi/rootfs/usr/src/linux-headers-4.9.241-BPI-M5/include/rdma/hfi/..install.cmd,Dangku/openEuler-bananapi,058184debb766ce9bb9ea7ebe340fa861ecdd58b,['MulanPSL-1.0'],,,,scripts/bananapi/rootfs/usr/src/linux-headers-4.9.241-BPI-M5/include/rdma/hfi/..install.cmd,Dangku/openEuler-bananapi,058184debb766ce9bb9ea7ebe340fa861ecdd58b,['MulanPSL-1.0'],,,,"cmd_/media/dangku/mywork/m5/base/odroid/linux/BPI-M5-bsp/linux-aml/output/usr/src/linux-headers-4.9.241-BPI-M5/include/rdma/hfi/.install := /bin/bash scripts/headers_install.sh /media/dangku/mywork/m5/base/odroid/linux/BPI-M5-bsp/linux-aml/output/usr/src/linux-headers-4.9.241-BPI-M5/include/rdma/hfi ./include/uapi/rdma/hfi hfi1_user.h; /bin/bash scripts/headers_install.sh /media/dangku/mywork/m5/base/odroid/linux/BPI-M5-bsp/linux-aml/output/usr/src/linux-headers-4.9.241-BPI-M5/include/rdma/hfi ./include/rdma/hfi ; /bin/bash scripts/headers_install.sh /media/dangku/mywork/m5/base/odroid/linux/BPI-M5-bsp/linux-aml/output/usr/src/linux-headers-4.9.241-BPI-M5/include/rdma/hfi ./include/generated/uapi/rdma/hfi ; for F in ; do echo ""$(pound)include <asm-generic/$$F>"" > /media/dangku/mywork/m5/base/odroid/linux/BPI-M5-bsp/linux-aml/output/usr/src/linux-headers-4.9.241-BPI-M5/include/rdma/hfi/$$F; done; touch /media/dangku/mywork/m5/base/odroid/linux/BPI-M5-bsp/linux-aml/output/usr/src/linux-headers-4.9.241-BPI-M5/include/rdma/hfi/.install |
",524.0,1047,0.7757633588 |
356,d0357689c88475775c7e4085421b39522bd87d00,2510,bat,Batchfile,System Configs/reset_WindowsUpdate.bat,MLBZ521/Windows.Admin,2c8719ed2747ff012b3eea81f30af5b799a18a58,['MIT'],1.0,2019-04-27T03:31:19.000Z,2019-04-27T03:31:19.000Z,System Configs/reset_WindowsUpdate.bat,MLBZ521/Windows.SysAdmin,2c8719ed2747ff012b3eea81f30af5b799a18a58,['MIT'],,,,System Configs/reset_WindowsUpdate.bat,MLBZ521/Windows.SysAdmin,2c8719ed2747ff012b3eea81f30af5b799a18a58,['MIT'],,,," |
:: ################################################## |
:: |
:: Script Name: reset_WindowsUpdate.bat |
:: By: Zack Thompson / Created: 6/22/2016 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.