commit
stringlengths
40
40
old_file
stringlengths
4
264
new_file
stringlengths
4
264
old_contents
stringlengths
0
4.24k
new_contents
stringlengths
1
5.44k
subject
stringlengths
14
778
message
stringlengths
15
9.92k
lang
stringclasses
277 values
license
stringclasses
13 values
repos
stringlengths
5
127k
ef0b5e7f2e3498cfae6f1c6a035cc44bac1b03ad
copy-files.cmd
copy-files.cmd
robocopy . ..\..\..\..\..\installer\windows\x64\packages\com.kryvosproject.kryvos\data\ /E robocopy . Kryvos\ /E
robocopy . ..\..\..\..\..\installer\windows\x64\packages\com.kryvosproject.kryvos\data\ /E robocopy . Kryvos\ /E exit 0
Append exit 0 for AppVeyor copy script
Append exit 0 for AppVeyor copy script
Batchfile
mit
adolby/Kryvos,adolby/Kryvos,adolby/Kryvos
a844c8532e5c8c6bd155de81c24cba69577ba00b
ebtask_example.bat
ebtask_example.bat
set PYTHON=C:\Python27\python.exe set BASE_DIR=[Your email-backup checkout] set OUTPUT_DIR=[Directory to output archive] set EMAIL=[Email address] set PASSWORD=[Password (application specific password for gmail accounts)] set IMAP=[IMAP server address] %python% %BASE_DIR%\ebackup.py -e %EMAIL% -p %PASSWORD% -i %IMAP% -o %OUTPUT_DIR% %python% %BASE_DIR%\ebexporter.py -i %OUTPUT_DIR%\%EMAIL% -o %OUTPUT_DIR%\Archive.mbox
set PYTHON=C:\Python27\python.exe set BASE_DIR=[Your email-backup checkout] set OUTPUT_DIR=[Directory to output archive] set EMAIL=[Email address] set PASSWORD=[Password (application specific password for gmail accounts)] set IMAP=[IMAP server address] %python% %BASE_DIR%\ebackup.py -e %EMAIL% -p %PASSWORD% -i %IMAP% -o %OUTPUT_DIR% %python% %BASE_DIR%\ebexporter.py -i %OUTPUT_DIR%\%EMAIL% -o %OUTPUT_DIR%\%EMAIL%\Archive.mbox
Archive was being stored in wrong directory.
Archive was being stored in wrong directory.
Batchfile
mit
thegoldenmule/email-backup,thegoldenmule/email-backup
558bbdf4f33d0d62ec75cef40eb933ba5d58210f
bundle.bat
bundle.bat
jar -cvf bundle.jar Z80Processor-2.0.2.pom Z80Processor-2.0.2.pom.asc Z80Processor-2.0.2.jar Z80Processor-2.0.2.jar.asc Z80Processor-2.0.2-javadoc.jar Z80Processor-2.0.2-javadoc.jar.asc Z80Processor-2.0.2-sources.jar Z80Processor-2.0.2-sources.jar.asc
Remove files that should have been git ignored
Remove files that should have been git ignored
Batchfile
apache-2.0
codesqueak/Z80Processor
1aff0e254d3a3b109b8e19caee702dc0912d8532
Build/nuget-restore.bat
Build/nuget-restore.bat
@echo off SET ROOT=%~dp0.. SET NuGetExe=%ROOT%\Tools\NuGet.exe SET SolutionFile=%ROOT%\UnitsNet.sln %NuGetExe% restore %SolutionFile%
@echo off SET ROOT=%~dp0.. SET NuGetExe=%ROOT%\Tools\NuGet.exe SET SolutionFile=%ROOT%\UnitsNet.2015.sln %NuGetExe% restore %SolutionFile%
Update references to rename solution file
Update references to rename solution file
Batchfile
mit
anjdreas/UnitsNet,Tirael/UnitsNet,BrandonLWhite/UnitsNet,BrandonLWhite/UnitsNet,anjdreas/UnitsNet,BoGrevyDynatest/UnitsNet,neutmute/UnitsNet
e86e01d15df619f0cc07c3160ad92a5018fae730
server/script-templates/jruby.bat
server/script-templates/jruby.bat
@echo off <% print environment.collect { entry -> """set ${entry.key}=\"${entry.value}\"""" }.join("\n") %> rem add jruby and rubygem binstubs to PATH set PATH="${additionalJRubyPaths.join(File.pathSeparator)};%PATH%" "${javaExecutable}" ^ <% print jvmArgs.collect { entry -> $/ "${entry}"/$ }.join(" ^\n") %> ^ <% print systemProperties.collect { entry -> $/ "-D${entry}"/$ }.join(" ^\n") %> ^ -cp ^ "${jrubyJar};${classpath.join(';')}" ^ ${mainClassName} ^ %*
@echo off <% print environment.collect { entry -> """set \"${entry.key}=${entry.value}\"""" }.join("\n") %> rem add jruby and rubygem binstubs to PATH set "PATH=${additionalJRubyPaths.join(File.pathSeparator)};%PATH%" "${javaExecutable}" ^ <% print jvmArgs.collect { entry -> $/ "${entry}"/$ }.join(" ^\n") %> ^ <% print systemProperties.collect { entry -> $/ "-D${entry}"/$ }.join(" ^\n") %> ^ -cp ^ "${jrubyJar};${classpath.join(';')}" ^ ${mainClassName} ^ %*
Fix env var quoting on Windows
Fix env var quoting on Windows
Batchfile
apache-2.0
ketan/gocd,Skarlso/gocd,gocd/gocd,Skarlso/gocd,ketan/gocd,ketan/gocd,ketan/gocd,gocd/gocd,gocd/gocd,gocd/gocd,Skarlso/gocd,Skarlso/gocd,gocd/gocd,Skarlso/gocd,ketan/gocd,Skarlso/gocd,gocd/gocd,ketan/gocd
fc842d4727f5d1b2a58cbf1e15a5fb7a84f4ab4c
scripts/compile-dotnet-assemblies.bat
scripts/compile-dotnet-assemblies.bat
::http://support.microsoft.com/kb/2570538 ::http://robrelyea.wordpress.com/2007/07/13/may-be-helpful-ngen-exe-executequeueditems/ if "%PROCESSOR_ARCHITECTURE%"=="AMD64" goto 64BIT %windir%\microsoft.net\framework\v4.0.30319\ngen.exe update /force /queue %windir%\microsoft.net\framework\v4.0.30319\ngen.exe executequeueditems exit /b :64BIT %windir%\microsoft.net\framework\v4.0.30319\ngen.exe update /force /queue %windir%\microsoft.net\framework64\v4.0.30319\ngen.exe update /force /queue %windir%\microsoft.net\framework\v4.0.30319\ngen.exe executequeueditems %windir%\microsoft.net\framework64\v4.0.30319\ngen.exe executequeueditems
::http://support.microsoft.com/kb/2570538 ::http://robrelyea.wordpress.com/2007/07/13/may-be-helpful-ngen-exe-executequeueditems/ if "%PROCESSOR_ARCHITECTURE%"=="AMD64" goto 64BIT if exist "%windir%\microsoft.net\framework\v4.0.30319\ngen.exe" ( %windir%\microsoft.net\framework\v4.0.30319\ngen.exe update /force /queue %windir%\microsoft.net\framework\v4.0.30319\ngen.exe executequeueditems ) exit /b :64BIT if exist "%windir%\microsoft.net\framework\v4.0.30319\ngen.exe" ( %windir%\microsoft.net\framework\v4.0.30319\ngen.exe update /force /queue %windir%\microsoft.net\framework64\v4.0.30319\ngen.exe update /force /queue %windir%\microsoft.net\framework\v4.0.30319\ngen.exe executequeueditems %windir%\microsoft.net\framework64\v4.0.30319\ngen.exe executequeueditems )
Check whether ngen.exe exists and execute only if it exists. Some versions of Windows 7 (e.g. without updates) do not include .NET Framework 4.0 by default.
Check whether ngen.exe exists and execute only if it exists. Some versions of Windows 7 (e.g. without updates) do not include .NET Framework 4.0 by default.
Batchfile
mit
TaylorMonacelli/packer-windows,TheBigBear/packer-windows-joefitzgerald,floradu88/packer-windows,tsew/packer-windows,joefitzgerald/packer-windows,bigwave/packer-windows
546f3c77f9ffeaf5876568442ab914edbb9dca61
src/FolderDiffPowerShell/FolderDiff.bat
src/FolderDiffPowerShell/FolderDiff.bat
@ECHO OFF SET CurrentPath=%~dp0 SET ReferenceFolder=%1 SET DifferenceFolder=%2 SET SupportLongFilenames=%3 IF [%3]==[] SET SupportLongFilenames=$False ECHO. PowerShell.exe -NoProfile -ExecutionPolicy ByPass -Command "%CurrentPath%FolderDiff.ps1 %ReferenceFolder% %DifferenceFolder% %SupportLongFilenames% | ForEach { $_.FullName }"
@ECHO OFF SET CurrentPath=%~dp0 SET ReferenceFolder=%1 SET DifferenceFolder=%2 SET SupportLongFilenames=%3 IF [%3]==[] SET SupportLongFilenames=$False ECHO. PowerShell.exe ^ -NoProfile ^ -ExecutionPolicy ByPass ^ -Command ^ "%CurrentPath%FolderDiff.ps1 %ReferenceFolder% %DifferenceFolder% %SupportLongFilenames% | ForEach { $_.FullName }"
Make file more readable by shortening lines.
Make file more readable by shortening lines.
Batchfile
bsd-3-clause
sietsevdschoot/FolderDiff
e83e66c6848e85479d6afeabaa58dfc601622e20
contrib/packaging-python/conda/bld.bat
contrib/packaging-python/conda/bld.bat
REM mkdir build REM cd build REM Remove dot from PY_VER for use in library name set MY_PY_VER=%PY_VER:.=% REM Configure step cmake -G "%CMAKE_GENERATOR%" ^ -DPYTHON_EXECUTABLE:FILEPATH="%PYTHON%" ^ -DPYTHON_INCLUDE_DIR:PATH="%PREFIX%"/include ^ -DPYTHON_LIBRARY:FILEPATH="%PREFIX%"/libs/python%MY_PY_VER%.lib ^ --config "%CONFIGURATION%" ^ -H"C:\projects\chrono" ^ -DENABLE_MODULE_IRRLICHT=ON ^ -DENABLE_MODULE_FEA=OFF ^ -DENABLE_MODULE_POSTPROCESS=OFF ^ -DENABLE_MODULE_PYTHON=ON ^ -DBUILD_DEMOS=OFF ^ -DBUILD_TESTING=OFF ^ -DCH_IRRLICHTDIR="C:\irrlicht-1.8.2" ^ -DCH_IRRLICHTLIB="C:\irrlicht-1.8.2\lib\Win64-visualStudio\Irrlicht.lib" ^ .. if errorlevel 1 exit 1 REM Build step cmake --build "C:\projects\build" --config "%CONFIGURATION%" if errorlevel 1 exit 1 REM Install step REM ninja install REM if errorlevel 1 exit 1
REM To avoid building in work/ alongside the source. Rather build in work/build/ mkdir build cd build REM Remove dot from PY_VER for use in library name set MY_PY_VER=%PY_VER:.=% REM Configure step cmake -G "%CMAKE_GENERATOR%" ^ -DPYTHON_EXECUTABLE:FILEPATH="%PYTHON%" ^ -DPYTHON_INCLUDE_DIR:PATH="%PREFIX%"/include ^ -DPYTHON_LIBRARY:FILEPATH="%PREFIX%"/libs/python%MY_PY_VER%.lib ^ --config "%CONFIGURATION%" ^ -DENABLE_MODULE_IRRLICHT=ON ^ -DENABLE_MODULE_FEA=OFF ^ -DENABLE_MODULE_POSTPROCESS=OFF ^ -DENABLE_MODULE_PYTHON=ON ^ -DBUILD_DEMOS=OFF ^ -DBUILD_TESTING=OFF ^ -DCH_IRRLICHTDIR="C:\irrlicht-1.8.2" ^ -DCH_IRRLICHTLIB="C:\irrlicht-1.8.2\lib\Win64-visualStudio\Irrlicht.lib" ^ .. if errorlevel 1 exit 1 REM Build step cmake --build . --config "%CONFIGURATION%" if errorlevel 1 exit 1 REM Install step REM ninja install REM if errorlevel 1 exit 1
Change CI build dir in appeyor
Change CI build dir in appeyor
Batchfile
bsd-3-clause
projectchrono/chrono,rserban/chrono,projectchrono/chrono,projectchrono/chrono,rserban/chrono,dariomangoni/chrono,Milad-Rakhsha/chrono,armanpazouki/chrono,dariomangoni/chrono,armanpazouki/chrono,dariomangoni/chrono,dariomangoni/chrono,rserban/chrono,armanpazouki/chrono,projectchrono/chrono,dariomangoni/chrono,projectchrono/chrono,rserban/chrono,rserban/chrono,dariomangoni/chrono,armanpazouki/chrono,rserban/chrono,Milad-Rakhsha/chrono,rserban/chrono,Milad-Rakhsha/chrono,armanpazouki/chrono,armanpazouki/chrono,Milad-Rakhsha/chrono,Milad-Rakhsha/chrono,projectchrono/chrono,Milad-Rakhsha/chrono
61c0c7e372befa2d724081bc23fd540d892b459d
ci/tasks/cats-windows.bat
ci/tasks/cats-windows.bat
SET GOPATH=%CD%\cf-release-repo SET GATSPATH=%GOPATH%\src\github.com\cloudfoundry\cf-acceptance-tests SET PATH=C:\Go\bin;%PATH% SET PATH=C:\Program Files\Git\cmd\;%PATH% SET PATH=%CD%\cf-release-repo\bin;%PATH% SET PATH=C:\Program Files\7-Zip;%PATH% SET PATH=C:\Program Files\cURL\bin;%PATH% SET PATH=%CD%;%PATH% SET /p DOMAIN=<%CD%\bosh-lite-lock\name call %CD%\cli\ci\tasks\create-cats-config.bat SET CONFIG=%CD%\config.json go get -v github.com/onsi/ginkgo/ginkgo pushd %CD%\cf-cli-binaries 7z x cf-cli-binaries.tgz 7z x cf-cli-binaries.tar MOVE %CD%\cf-cli_winx64.exe ..\cf.exe dir .. popd go get -v github.com/onsi/ginkgo/ginkgo cd %GATSPATH% ginkgo.exe -r -slowSpecThreshold=120 -skipPackage="logging,services,v3,routing_api,routing,backend_compatibility,ssh" -skip="NO_DEA_SUPPORT|go makes the app reachable via its bound route|SSO|takes effect after a restart, not requiring a push|doesn't die when printing 32MB|exercises basic loggregator|firehose data|Downloads the droplet for the app" -nodes=2
SET GOPATH=%CD%\cf-release-repo SET GATSPATH=%GOPATH%\src\github.com\cloudfoundry\cf-acceptance-tests SET PATH=C:\Go\bin;%PATH% SET PATH=C:\Program Files\Git\cmd\;%PATH% SET PATH=%CD%\cf-release-repo\bin;%PATH% SET PATH=C:\Program Files\GnuWin32\bin;%PATH% SET PATH=C:\Program Files\cURL\bin;%PATH% SET PATH=%CD%;%PATH% SET /p DOMAIN=<%CD%\bosh-lite-lock\name call %CD%\cli\ci\tasks\create-cats-config.bat SET CONFIG=%CD%\config.json go get -v github.com/onsi/ginkgo/ginkgo pushd %CD%\cf-cli-binaries gzip -d cf-cli-binaries.tgz tar -xvf cf-cli-binaries.tar MOVE %CD%\cf-cli_winx64.exe ..\cf.exe dir .. popd go get -v github.com/onsi/ginkgo/ginkgo cd %GATSPATH% ginkgo.exe -r -slowSpecThreshold=120 -skipPackage="logging,services,v3,routing_api,routing,backend_compatibility,ssh" -skip="NO_DEA_SUPPORT|go makes the app reachable via its bound route|SSO|takes effect after a restart, not requiring a push|doesn't die when printing 32MB|exercises basic loggregator|firehose data|Downloads the droplet for the app" -nodes=2
Revert "swap GnuWin32 with 7zip, cuz sourceforge is broke"
Revert "swap GnuWin32 with 7zip, cuz sourceforge is broke" This reverts commit 42237d6c20c650f9803acbd496df30d8d9e0b8d6.
Batchfile
apache-2.0
cloudfoundry/cli,cloudfoundry/cli,cloudfoundry/cli
f92449d932b63d088131648e3422a105c492ef01
cmds/mongo_populate/populate_homes.cmd
cmds/mongo_populate/populate_homes.cmd
@echo off where mongoimport /q IF "%ERRORLEVEL%" == "0" ( call mongoimport --host localhost --port 27017 --collection homes --db bibliothek --jsonArray --file ./homes_data.json --verbose ) ELSE ( echo Cannot find `mongoimport` )
Add windows command for populating mongo
Add windows command for populating mongo
Batchfile
mit
PaperJamTeam/bibliothek,PaperJamTeam/bibliothek
c84b42177b331c4e2c5c04e07c0167b0db7eb6bb
Containerizer/make.bat
Containerizer/make.bat
:: msbuild must be in path SET PATH=%PATH%;%WINDIR%\Microsoft.NET\Framework64\v4.0.30319 where msbuild if errorLevel 1 ( echo "msbuild was not found on PATH" && exit /b 1 ) git submodule update --init --recursive cd IronFrame call build.bat || exit /b 1 cd .. rmdir /S /Q packages bin\nuget restore || exit /b 1 MSBuild Containerizer\Containerizer.csproj /t:Rebuild /p:Configuration=Release || exit /b 1 MSBuild Containerizer.Tests\Containerizer.Tests.csproj /t:Rebuild /p:Configuration=Release || exit /b 1 packages\nspec.0.9.68\tools\NSpecRunner.exe Containerizer.Tests\bin\Release\Containerizer.Tests.dll || exit /b 1
:: msbuild must be in path SET PATH=%PATH%;%WINDIR%\Microsoft.NET\Framework64\v4.0.30319 where msbuild if errorLevel 1 ( echo "msbuild was not found on PATH" && exit /b 1 ) git submodule update --init --recursive cd IronFrame call build.bat build || exit /b 1 cd .. rmdir /S /Q packages bin\nuget restore || exit /b 1 MSBuild Containerizer\Containerizer.csproj /t:Rebuild /p:Configuration=Release || exit /b 1 MSBuild Containerizer.Tests\Containerizer.Tests.csproj /t:Rebuild /p:Configuration=Release || exit /b 1 packages\nspec.0.9.68\tools\NSpecRunner.exe Containerizer.Tests\bin\Release\Containerizer.Tests.dll || exit /b 1
Build Ironframe in DiegoWindowsMSI on appveyor instead of testing it (currently freezes)
Build Ironframe in DiegoWindowsMSI on appveyor instead of testing it (currently freezes) See #93622840
Batchfile
apache-2.0
cloudfoundry/garden-windows,cloudfoundry/garden-windows,cloudfoundry-incubator/garden-windows,stefanschneider/garden-windows,stefanschneider/garden-windows,cloudfoundry/garden-windows,cloudfoundry-incubator/garden-windows,cloudfoundry-incubator/garden-windows,stefanschneider/garden-windows
5e815e8686b630a0078da7af4b010c61cb2005f0
syzygy/run_all_tests.bat
syzygy/run_all_tests.bat
@echo off :: Copyright 2009 Google Inc. All Rights Reserved. :: :: Licensed under the Apache License, Version 2.0 (the "License"); :: you may not use this file except in compliance with the License. :: You may obtain a copy of the License at :: :: http://www.apache.org/licenses/LICENSE-2.0 :: :: Unless required by applicable law or agreed to in writing, software :: distributed under the License is distributed on an "AS IS" BASIS, :: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. :: See the License for the specific language governing permissions and :: limitations under the License. set PYTHON="%~dp0..\third_party\python_26\python.exe" set SCRIPT="%~dp0tests\run_all_tests.py" set INTERNAL_TESTS="%~dp0internal\run_all_tests.bat" %PYTHON% %SCRIPT% %* IF EXIST %INTERNAL_TESTS% ( %INTERNAL_TESTS% %* )
@echo off :: Copyright 2009 Google Inc. All Rights Reserved. :: :: Licensed under the Apache License, Version 2.0 (the "License"); :: you may not use this file except in compliance with the License. :: You may obtain a copy of the License at :: :: http://www.apache.org/licenses/LICENSE-2.0 :: :: Unless required by applicable law or agreed to in writing, software :: distributed under the License is distributed on an "AS IS" BASIS, :: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. :: See the License for the specific language governing permissions and :: limitations under the License. set SYZYGY_PYTHON="%~dp0..\third_party\python_26\python.exe" set SYZYGY_SCRIPT="%~dp0tests\run_all_tests.py" set SYZYGY_INTERNAL_TESTS="%~dp0internal\run_all_tests.bat" %SYZYGY_PYTHON% %SYZYGY_SCRIPT% %* IF EXIST %SYZYGY_INTERNAL_TESTS% ( %SYZYGY_INTERNAL_TESTS% %* ) set SYZYGY_PYTHON= set SYZYGY_SCRIPT= set SYZYGY_INTERNAL_TESTS=
Fix run_all_test script to avoid git-cl variable clashes.
Fix run_all_test script to avoid git-cl variable clashes. A recent update to git-cl seems to use the same variable SCRIPT, etc... After running run_all_tests, the git-cl script won't work until you unset the variables or close your shell. Unsetting the variable is enough, but it's safer to use a new name in case the script crashes. R=chrisha@chromium.org, chrisha BUG= Review URL: https://codereview.appspot.com/74770043 git-svn-id: db59699583a60be9a535cd09cdc9132301867226@2072 15e8cca8-e42c-11de-a347-f34a4f72eb7d
Batchfile
apache-2.0
Eloston/syzygy,google/syzygy,google/syzygy,wangming28/syzygy,supriyantomaftuh/syzygy,supriyantomaftuh/syzygy,pombreda/syzygy,ericmckean/syzygy,ericmckean/syzygy,pombreda/syzygy,wangming28/syzygy,pombreda/syzygy,wangming28/syzygy,Eloston/syzygy,sebmarchand/syzygy,wangming28/syzygy,supriyantomaftuh/syzygy,sebmarchand/syzygy,pombreda/syzygy,ericmckean/syzygy,pombreda/syzygy,ericmckean/syzygy,supriyantomaftuh/syzygy,ericmckean/syzygy,sebmarchand/syzygy,sebmarchand/syzygy,google/syzygy,google/syzygy,sebmarchand/syzygy
5b02ad156fefdb7a937b9ed1a76986e6c278056b
doc/screenplay/demo-3-bach.bat
doc/screenplay/demo-3-bach.bat
@echo off cls echo. echo BEGIN OF DEMO 3: Bach.java pause > nul if exist demo rmdir /q/s demo mkdir demo cd demo mkdir src\demo echo ______ echo Step 1: Declare demo module: src\demo\module-info.java pause > nul ( echo module demo {} )>"src\demo\module-info.java" echo. type src\demo\module-info.java pause > nul echo ______ echo Step 2: NOOP -- no local build file is needed pause > nul echo ______ echo Step 3: Show tree of source files pause > nul echo. tree /f . | findstr /v Volume | findstr /v : pause > nul echo ______ echo Step 4: Build pause > nul @echo on jshell --show-version --execution local https://bit.ly/bach-build @echo off pause > nul echo ______ echo Step 5: Show tree of source and binary files pause > nul echo. tree /f . | findstr /v Volume | findstr /v : pause > nul echo ______ echo Step 6: Describe demo module pause > nul echo. jar --describe-module --file .bach\out\main\modules\demo-0.jar pause > nul cd .. echo. echo END OF DEMO echo.
@echo off cls echo. echo BEGIN OF DEMO 3: Bach.java pause > nul if exist demo rmdir /q/s demo mkdir demo cd demo mkdir src\demo echo ______ echo Step 1: Declare demo module: src\demo\module-info.java pause > nul ( echo module demo {} )>"src\demo\module-info.java" echo. type src\demo\module-info.java pause > nul echo ______ echo Step 2: NOOP -- no local build file is needed pause > nul echo ______ echo Step 3: Show tree of source files pause > nul echo. tree /f . | findstr /v Volume | findstr /v : pause > nul echo ______ echo Step 4: Build pause > nul @echo on jshell --show-version https://bit.ly/bach-build @echo off pause > nul echo ______ echo Step 5: Show tree of source and binary files pause > nul echo. tree /f . | findstr /v Volume | findstr /v : pause > nul echo ______ echo Step 6: Describe demo module pause > nul echo. jar --describe-module --file .bach\modules\demo.jar pause > nul cd .. echo. echo END OF DEMO echo.
Update arguments used in screenplay demo 3
Update arguments used in screenplay demo 3
Batchfile
mit
sormuras/bach,sormuras/bach
fad834821987c1754b62ae6b571ab4e8f568599c
Tools/AppVeyor/Install.cmd
Tools/AppVeyor/Install.cmd
@echo off if not exist "C:\Program Files (x86)\gs" powershell -ExecutionPolicy Unrestricted ..\Scripts\AppVeyor\InstallGhostscript.ps1 if %errorlevel% neq 0 exit /b %errorlevel% set LIBDIR=C:\Magick.NET.libs if exist %LIBDIR% goto done echo Downloading .lib files appveyor DownloadFile https://www.dropbox.com/sh/5m3zllq81n4eyhm/AACQFGl4PKi9xnd15EbU5S1Ia?dl=1 echo Extracting .lib files 7z x -o%LIBDIR% AACQFGl4PKi9xnd15EbU5S1Ia if %errorlevel% neq 0 exit /b %errorlevel% dotnet restore ..\..\Tests\Magick.NET.Tests\Magick.NET.Tests.csproj :done
@echo off if not exist "C:\Program Files (x86)\gs" powershell -ExecutionPolicy Unrestricted ..\Scripts\AppVeyor\InstallGhostscript.ps1 if %errorlevel% neq 0 exit /b %errorlevel% set LIBDIR=C:\Magick.NET.libs if exist %LIBDIR% goto done echo Downloading .lib files appveyor DownloadFile https://www.dropbox.com/sh/5m3zllq81n4eyhm/AACQFGl4PKi9xnd15EbU5S1Ia?dl=1 echo Extracting .lib files 7z x -o%LIBDIR% AACQFGl4PKi9xnd15EbU5S1Ia if %errorlevel% neq 0 exit /b %errorlevel% :done
Revert dotnet restore because it did not fix the AnyCPU build.
Revert dotnet restore because it did not fix the AnyCPU build.
Batchfile
apache-2.0
dlemstra/Magick.NET,dlemstra/Magick.NET
6c3e7ce76cf72aa2985ac839fdc48890b6852679
tools/release_win.bat
tools/release_win.bat
rem Tool to assemble Windows builds rem Requirements are 7-zip, py2exe, and FreeExtractor PATH=C:\python27;C:\python26;C:\progra~1\7-zip;C:\progra~2\7-zip;%PATH% rem ****** Clean out the old junk rmdir /q /s dist\*.* del /s /q dist\*.* rem ****** Compile our executable and core zipfile python setup.py py2exe rem ****** Remove extras from core zipfile cd dist 7z d namebench.zip tcl\*.* rmdir /s /q tcl\tcl8.5\tzdata tcl\tk8.5\demos del tcl\tk8.5\images\*.eps rem ****** Final assembly of zipfile copy ..\README.txt . 7z a namebench_for_Windows.zip -r * >nul rem ****** Test assembled zipfile namebench -x -O 8.8.8.8 -q5 -o test.html start test.html cd ..
rem Tool to assemble Windows builds rem Requirements are 7-zip, py2exe, and FreeExtractor PATH=C:\python27;C:\python26;C:\progra~1\7-zip;C:\progra~2\7-zip;%PATH% rem ****** Clean out the old junk del /s /f /q dist rem ****** Compile our executable and core zipfile python setup.py py2exe rem ****** Remove extras from core zipfile cd dist 7z d namebench.zip tcl\*.* rmdir /s /q tcl\tcl8.5\tzdata tcl\tk8.5\demos del tcl\tk8.5\images\*.eps rem ****** Final assembly of zipfile copy ..\README.txt . 7z a namebench_for_Windows.zip -r * >nul rem ****** Test assembled zipfile namebench -x -O 8.8.8.8 -q5 -o test.html start test.html cd ..
Remove wildcard from del statement
Remove wildcard from del statement
Batchfile
apache-2.0
rogers0/namebench,google/namebench,google/namebench,protron/namebench,google/namebench
6ef57d4462f0b09ed8d0f92411703f2c7b5a2f74
recipes/curl/bld.bat
recipes/curl/bld.bat
cd winbuild if %ARCH% == 32 ( set ARCH_STRING=x86 ) else ( set ARCH_STRING=x64 ) REM This is implicitly using WinSSL. See Makefile.vc for more info. nmake /f Makefile.vc mode=dll VC=%VS_MAJOR:"=% WITH_DEVEL=%LIBRARY_PREFIX% ^ WITH_ZLIB=dll DEBUG=no ENABLE_IDN=no MACHINE=%ARCH_STRING% robocopy ..\builds\libcurl-vc%VS_MAJOR:"=%-%ARCH_STRING%-release-dll-zlib-dll-ipv6-sspi-winssl\ %LIBRARY_PREFIX% *.* /E if %ERRORLEVEL% GEQ 8 exit 1 exit /B
cd winbuild if %ARCH% == 32 ( set ARCH_STRING=x86 ) else ( set ARCH_STRING=x64 ) REM This is implicitly using WinSSL. See Makefile.vc for more info. nmake /f Makefile.vc mode=dll VC=%VS_MAJOR:"=% WITH_DEVEL=%LIBRARY_PREFIX% ^ WITH_ZLIB=dll DEBUG=no ENABLE_IDN=no MACHINE=%ARCH_STRING% if %ERRORLEVEL% 1 exit 1 robocopy ..\builds\libcurl-vc%VS_MAJOR:"=%-%ARCH_STRING%-release-dll-zlib-dll-ipv6-sspi-winssl\ %LIBRARY_PREFIX% *.* /E if %ERRORLEVEL% GEQ 8 exit 1 exit 0
Address exit codes on Windows.
curl: Address exit codes on Windows.
Batchfile
bsd-3-clause
hadim/staged-recipes,ocefpaf/staged-recipes,mariusvniekerk/staged-recipes,jochym/staged-recipes,arokem/staged-recipes,benvandyke/staged-recipes,jcb91/staged-recipes,rvalieris/staged-recipes,mcs07/staged-recipes,planetarypy/staged-recipes,atedstone/staged-recipes,larray-project/staged-recipes,pstjohn/staged-recipes,jjhelmus/staged-recipes,petrushy/staged-recipes,blowekamp/staged-recipes,jerowe/staged-recipes,richardotis/staged-recipes,birdsarah/staged-recipes,NOAA-ORR-ERD/staged-recipes,data-exp-lab/staged-recipes,petrushy/staged-recipes,asmeurer/staged-recipes,valgur/staged-recipes,chrisburr/staged-recipes,chohner/staged-recipes,jerowe/staged-recipes,vamega/staged-recipes,bmabey/staged-recipes,synapticarbors/staged-recipes,barkls/staged-recipes,hajapy/staged-recipes,jochym/staged-recipes,nicoddemus/staged-recipes,hadim/staged-recipes,caspervdw/staged-recipes,gqmelo/staged-recipes,asmeurer/staged-recipes,ocefpaf/staged-recipes,ReimarBauer/staged-recipes,mcernak/staged-recipes,mcernak/staged-recipes,OpenPIV/staged-recipes,SylvainCorlay/staged-recipes,tylere/staged-recipes,jcb91/staged-recipes,Cashalow/staged-recipes,koverholt/staged-recipes,atedstone/staged-recipes,igortg/staged-recipes,dharhas/staged-recipes,sodre/staged-recipes,nicoddemus/staged-recipes,johanneskoester/staged-recipes,dharhas/staged-recipes,benvandyke/staged-recipes,NOAA-ORR-ERD/staged-recipes,valgur/staged-recipes,cpaulik/staged-recipes,sodre/staged-recipes,larray-project/staged-recipes,synapticarbors/staged-recipes,patricksnape/staged-recipes,isuruf/staged-recipes,Juanlu001/staged-recipes,bmabey/staged-recipes,JohnGreeley/staged-recipes,SylvainCorlay/staged-recipes,hbredin/staged-recipes,chrisburr/staged-recipes,tylere/staged-recipes,pstjohn/staged-recipes,dfroger/staged-recipes,khallock/staged-recipes,mcs07/staged-recipes,arokem/staged-recipes,basnijholt/staged-recipes,dschreij/staged-recipes,dschreij/staged-recipes,shadowwalkersb/staged-recipes,johannesring/staged-recipes,mariusvniekerk/staged-recipes,rolando-contrib/staged-recipes,glemaitre/staged-recipes,grlee77/staged-recipes,Savvysherpa/staged-recipes,birdsarah/staged-recipes,blowekamp/staged-recipes,shadowwalkersb/staged-recipes,johanneskoester/staged-recipes,patricksnape/staged-recipes,sannykr/staged-recipes,data-exp-lab/staged-recipes,stuertz/staged-recipes,hajapy/staged-recipes,ceholden/staged-recipes,stuertz/staged-recipes,goanpeca/staged-recipes,conda-forge/staged-recipes,gqmelo/staged-recipes,pmlandwehr/staged-recipes,koverholt/staged-recipes,ReimarBauer/staged-recipes,kwilcox/staged-recipes,cpaulik/staged-recipes,sodre/staged-recipes,rmcgibbo/staged-recipes,Cashalow/staged-recipes,kwilcox/staged-recipes,planetarypy/staged-recipes,basnijholt/staged-recipes,goanpeca/staged-recipes,jakirkham/staged-recipes,Juanlu001/staged-recipes,grlee77/staged-recipes,scopatz/staged-recipes,caspervdw/staged-recipes,OpenPIV/staged-recipes,hbredin/staged-recipes,vamega/staged-recipes,conda-forge/staged-recipes,rvalieris/staged-recipes,igortg/staged-recipes,rmcgibbo/staged-recipes,pmlandwehr/staged-recipes,khallock/staged-recipes,rolando-contrib/staged-recipes,dfroger/staged-recipes,richardotis/staged-recipes,guillochon/staged-recipes,barkls/staged-recipes,guillochon/staged-recipes,jakirkham/staged-recipes,sannykr/staged-recipes,glemaitre/staged-recipes,ceholden/staged-recipes,scopatz/staged-recipes,isuruf/staged-recipes,Savvysherpa/staged-recipes,chohner/staged-recipes,jjhelmus/staged-recipes,johannesring/staged-recipes,JohnGreeley/staged-recipes
5a5b4250df21a4e6278371c557a0cb5b1887fd15
contrib/appveyor-mingw.bat
contrib/appveyor-mingw.bat
rem CMake/MinGW workaround - remove sh.exe from PATH where sh set MINGW=C:\Qt\Tools\mingw530_32 set QTDIR=C:\Qt\5.11.0\mingw53_32 set PATH=%PATH:C:\Program Files\Git\usr\bin;=% set CMAKE_PREFIX_PATH=%QTDIR% set PATH=%MINGW%\bin;%PATH%;%QTDIR%\bin :: Qt needs to find the windows platform plugin to run tests set QT_QPA_PLATFORM_PLUGIN_PATH=%QTDIR%\plugins mkdir build cd build cmake -G "MinGW Makefiles" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=../INSTALL .. || goto :error cmake --build . --target install || goto :error ctest -VV || goto :error goto :EOF :error echo Failed with error #%errorlevel%. exit /b %errorlevel%
rem CMake/MinGW workaround - remove sh.exe from PATH where sh set MINGW=C:\Qt\Tools\mingw530_32 set QTDIR=C:\Qt\5.11.0\mingw53_32 set PATH=%PATH:C:\Program Files\Git\usr\bin;=% set CMAKE_PREFIX_PATH=%QTDIR% set PATH=%MINGW%\bin;%PATH%;%QTDIR%\bin :: Qt needs to find the windows platform plugin to run tests set QT_QPA_PLATFORM_PLUGIN_PATH=%QTDIR%\plugins mkdir build cd build cmake -G "MinGW Makefiles" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=../INSTALL .. || goto :error cmake --build . --target install || goto :error rem TODO: reenable this rem ctest -VV || goto :error goto :EOF :error echo Failed with error #%errorlevel%. exit /b %errorlevel%
Disable tests in Mingw builds
Appveyor: Disable tests in Mingw builds With the move to Qt 5.11 the tests fail to run, disable for now.
Batchfile
isc
equalsraf/neovim-qt,equalsraf/neovim-qt,equalsraf/neovim-qt,equalsraf/neovim-qt
282c7fdd307889e39d7c42dea4b898f1890db054
scripts/win-build.bat
scripts/win-build.bat
set SRC_DIR=%cd%\src set DIST_DIR=%SRC_DIR%\dist set BUILD_DIR=%SRC_DIR%\build set OUT_DIR=%SRC_DIR%\bin set MSI_TARGET_DIR=C:\jenkins\build\whid-x64 call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat" cd cd %SRC_DIR% dir echo on rmdir /S /Q "%DIST_DIR%" mkdir "%DIST_DIR%" mkdir "%BUILD_DIR%" mkdir "%OUT_DIR%" pushd "%BUILD_DIR%" %QTDIR%\bin\qmake.exe ^ -spec win32-msvc ^ "CONFIG += release" ^ "%SRC_DIR%\src.pro" nmake popd ::echo "Copying: %BUILD_DIR%\release\Spectrecoin.exe" "%OUT_DIR%" ::copy "%BUILD_DIR%\release\Spectrecoin.exe" "%OUT_DIR%" ::copy "%SRC_DIR%\qt\res\assets\icons\spectrecoin.ico" "%OUT_DIR%" %QTDIR%\bin\windeployqt "%OUT_DIR%\Spectrecoin.exe" MOVE "%OUT_DIR%" Spectrecoin echo "The prepared package is in: "%SRC_DIR%\Spectrecoin" echo "Everything is OK"
set SRC_DIR=%cd%\src set DIST_DIR=%SRC_DIR%\dist set BUILD_DIR=%SRC_DIR%\build set OUT_DIR=%SRC_DIR%\bin set MSI_TARGET_DIR=C:\jenkins\build\whid-x64 call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat" cd cd %SRC_DIR% dir echo on rmdir /S /Q "%DIST_DIR%" mkdir "%DIST_DIR%" mkdir "%BUILD_DIR%" mkdir "%OUT_DIR%" pushd "%BUILD_DIR%" %QTDIR%\bin\qmake.exe ^ -spec win32-msvc ^ "CONFIG += release" ^ "%SRC_DIR%\src.pro" nmake popd %QTDIR%\bin\windeployqt "%OUT_DIR%\Spectrecoin.exe" ren "%OUT_DIR%" Spectrecoin echo "The prepared package is in: "%SRC_DIR%\Spectrecoin" echo "Everything is OK"
Use REN instead of MOVE as the latter has issues with long path
Use REN instead of MOVE as the latter has issues with long path
Batchfile
mit
spectrecoin/spectre,spectrecoin/spectre,spectrecoin/spectre,spectrecoin/spectre,spectrecoin/spectre,spectrecoin/spectre
1497768382b623c6b147ea4a126dd0b820e342d8
projectCreator.bat
projectCreator.bat
echo off set platformsFolder=platforms set platformName=Visual set folder=%platformsFolder%\%platformName% if not exist %folder% (mkdir %folder%)
rem echo off SET mypath=%~dp0 set platformsFolder=platforms set platformName="Visual Studio 14" set folder=%mypath%\%platformsFolder%\%platformName% if not exist %folder% (mkdir %folder%) cd %platformsFolder% rem call cmake cmake.exe .. -G%platformName% cd %mypath% pause
Create project for visual studio 14
Create project for visual studio 14
Batchfile
mit
aphilippe/AppLauncher,aphilippe/AppLauncher,aphilippe/ClappLauncher,aphilippe/AppLauncher,aphilippe/ClappLauncher,aphilippe/ClappLauncher
b31738491246f6803d330a8b34cb66836831890f
MonetDB/NT/Mserver.bat
MonetDB/NT/Mserver.bat
@rem figure out the folder name @set MONETDB=%~dp0 @rem remove the final backslash from the path @set MONETDB=%MONETDB:~0,-1% @rem extend the search path with our EXE and DLL folders @rem we depend on pthreadVCE.dll having been copied to the lib folder @set PATH=%MONETDB%\bin;%MONETDB%\lib;%PATH% @rem start the real server @"%MONETDB%\bin\Mserver.exe" --set "prefix=%MONETDB%" --set "exec_prefix=%MONETDB%" %*
@echo off rem figure out the folder name set MONETDB=%~dp0 rem remove the final backslash from the path set MONETDB=%MONETDB:~0,-1% rem extend the search path with our EXE and DLL folders rem we depend on pthreadVCE.dll having been copied to the lib folder set PATH=%MONETDB%\bin;%MONETDB%\lib;%PATH% set MONETDBFARM= set SQLLOGDIR= if "%ALLUSERSPROFILE%" == "" goto skip set MONETDBFARM="--dbfarm=%ALLUSERSPROFILE%\Application Data\MonetDB" set SQLLOGDIR=--set "sql_logdir=%ALLUSERSPROFILE%\Application Data\MonetDB\var\MonetDB\log" :skip rem start the real server "%MONETDB%\bin\Mserver.exe" --set "prefix=%MONETDB%" --set "exec_prefix=%MONETDB%" %MONETDBFARM% %SQLLOGDIR% %*
Put database and log files in Application Data folder instead of Program Files folder.
Put database and log files in Application Data folder instead of Program Files folder.
Batchfile
mpl-2.0
zyzyis/monetdb,zyzyis/monetdb,zyzyis/monetdb,zyzyis/monetdb,zyzyis/monetdb,zyzyis/monetdb,zyzyis/monetdb,zyzyis/monetdb,zyzyis/monetdb,zyzyis/monetdb
c3ef86e43ad4b05f0c0fffd647e4f07a2026bacf
windows/scripts/add_systemstart_task.bat
windows/scripts/add_systemstart_task.bat
@echo off TITLE Adding task to start KA Lite at system start setlocal for /f "tokens=4-6 delims=[.XP " %%i in ('ver') do set WIN_VERSION="%%i.%%j" rem 5.1 and 5.2 are XP and Server 2003/64-bit XP if %WIN_VERSION% LEQ "5.2" ( echo This feature is unavailable on this version of Windows. pause ) else ( schtasks /create /tn "KALite" /tr "\"%KALITE_SCRIPT_DIR%\kalite.bat\" start" /sc onstart /ru SYSTEM /f )
@echo off TITLE Adding task to start KA Lite at system start setlocal for /f "tokens=4-6 delims=[.XP " %%i in ('ver') do set WIN_VERSION="%%i.%%j" rem 5.1 and 5.2 are XP and Server 2003/64-bit XP if %WIN_VERSION% LEQ "5.2" ( echo This feature is unavailable on this version of Windows. pause ) else ( schtasks /create /tn "KALite" /tr "\"%KALITE_SCRIPT_DIR%\kalite.bat\" start" /sc onstart /ru %USERNAME% /f )
Create scheduled task as current user
Create scheduled task as current user
Batchfile
mit
ruimalheiro/installers,learningequality/installers,benjaoming/installers,benjaoming/installers,mrpau/installers,mrpau/installers,learningequality/installers,learningequality/ka-lite-installers,benjaoming/installers,learningequality/installers,mrpau/installers,ruimalheiro/installers,learningequality/ka-lite-installers,learningequality/ka-lite-installers,learningequality/installers,benjaoming/installers,learningequality/ka-lite-installers,ruimalheiro/installers,mrpau/installers,ruimalheiro/installers
4acb95c32d9f1ea2f7c2405b0708c30279304d3d
build.libgit2sharp.cmd
build.libgit2sharp.cmd
set FrameworkVersion=v4.0.30319 set FrameworkDir=%SystemRoot%\Microsoft.NET\Framework "%FrameworkDir%\%FrameworkVersion%\msbuild.exe" CI-build.msbuild exit /B %ERRORLEVEL%
SET BASEDIR=%~dp0 set FrameworkVersion=v4.0.30319 set FrameworkDir=%SystemRoot%\Microsoft.NET\Framework "%FrameworkDir%\%FrameworkVersion%\msbuild.exe" "%BASEDIR%CI-build.msbuild" exit /B %ERRORLEVEL%
Make build Windows command line launcher independent from the current working directory
Make build Windows command line launcher independent from the current working directory
Batchfile
mit
psawey/libgit2sharp,jeffhostetler/public_libgit2sharp,dlsteuer/libgit2sharp,GeertvanHorrik/libgit2sharp,jamill/libgit2sharp,github/libgit2sharp,PKRoma/libgit2sharp,xoofx/libgit2sharp,vivekpradhanC/libgit2sharp,AArnott/libgit2sharp,AArnott/libgit2sharp,OidaTiftla/libgit2sharp,AMSadek/libgit2sharp,paulcbetts/libgit2sharp,vivekpradhanC/libgit2sharp,paulcbetts/libgit2sharp,ethomson/libgit2sharp,vorou/libgit2sharp,dlsteuer/libgit2sharp,yishaigalatzer/LibGit2SharpCheckOutTests,oliver-feng/libgit2sharp,AMSadek/libgit2sharp,jorgeamado/libgit2sharp,whoisj/libgit2sharp,mono/libgit2sharp,jorgeamado/libgit2sharp,red-gate/libgit2sharp,github/libgit2sharp,oliver-feng/libgit2sharp,sushihangover/libgit2sharp,OidaTiftla/libgit2sharp,Zoxive/libgit2sharp,nulltoken/libgit2sharp,mono/libgit2sharp,Skybladev2/libgit2sharp,libgit2/libgit2sharp,vorou/libgit2sharp,jeffhostetler/public_libgit2sharp,shana/libgit2sharp,sushihangover/libgit2sharp,GeertvanHorrik/libgit2sharp,rcorre/libgit2sharp,yishaigalatzer/LibGit2SharpCheckOutTests,shana/libgit2sharp,carlosmn/libgit2sharp,ethomson/libgit2sharp,carlosmn/libgit2sharp,xoofx/libgit2sharp,Skybladev2/libgit2sharp,jamill/libgit2sharp,whoisj/libgit2sharp,red-gate/libgit2sharp,rcorre/libgit2sharp,Zoxive/libgit2sharp,nulltoken/libgit2sharp,psawey/libgit2sharp
ebc1774180474606deabf79d105aaf2a3c0075d5
.conda/ndtypes/bld.bat
.conda/ndtypes/bld.bat
cd "%RECIPE_DIR%\..\..\" || exit 1 "%PYTHON%" setup.py module || exit 1 "%PYTHON%" setup.py module_install || exit 1 if not exist "%RECIPE_DIR%\test" mkdir "%RECIPE_DIR%\test" || exit 1 copy /y python\*.py "%RECIPE_DIR%\test"
Add standalone conda module build on Windows.
Add standalone conda module build on Windows.
Batchfile
bsd-3-clause
skrah/ndtypes,plures/ndtypes,plures/ndtypes,plures/ndtypes,skrah/ndtypes,plures/ndtypes,skrah/ndtypes,skrah/ndtypes
4e6da480d55a4789bba43dca916ee257a62b5d1e
music-box/music-box/run.bat
music-box/music-box/run.bat
.\bin\Debug\music_box.exe --init albums.txt .\bin\Debug\music_box.exe --load my-favorite-aor.txt .\bin\Debug\music_box.exe --play
Add bat file to test
Add bat file to test
Batchfile
mit
master-q/study_fsharp
c74962497616d0dacd89fd11cc25db4fbbe60637
scripts/code.bat
scripts/code.bat
@echo off setlocal title VSCode Dev pushd %~dp0\.. :: Node modules if not exist node_modules call yarn for /f "tokens=2 delims=:," %%a in ('findstr /R /C:"\"nameShort\":.*" product.json') do set NAMESHORT=%%~a set NAMESHORT=%NAMESHORT: "=% set NAMESHORT=%NAMESHORT:"=%.exe set CODE=".build\electron\%NAMESHORT%" :: Download Electron if needed node build\lib\electron.js if %errorlevel% neq 0 node .\node_modules\gulp\bin\gulp.js electron :: Build if not exist out node .\node_modules\gulp\bin\gulp.js compile :: Configuration set NODE_ENV=development set VSCODE_DEV=1 set VSCODE_CLI=1 set ELECTRON_DEFAULT_ERROR_MODE=1 set ELECTRON_ENABLE_LOGGING=1 set ELECTRON_ENABLE_STACK_DUMPING=1 :: Launch Code :: Use the following to get v8 tracing: :: %CODE% --js-flags="--trace-hydrogen --trace-phase=Z --trace-deopt --code-comments --hydrogen-track-positions --redirect-code-traces" . %* %CODE% . %* popd endlocal
@echo off setlocal title VSCode Dev pushd %~dp0\.. :: Node modules if not exist node_modules call yarn for /f "tokens=2 delims=:," %%a in ('findstr /R /C:"\"nameShort\":.*" product.json') do set NAMESHORT=%%~a set NAMESHORT=%NAMESHORT: "=% set NAMESHORT=%NAMESHORT:"=%.exe set CODE=".build\electron\%NAMESHORT%" :: Download Electron if needed node build\lib\electron.js if %errorlevel% neq 0 node .\node_modules\gulp\bin\gulp.js electron :: Get built-in extensions node build\lib\builtInExtensions.js || .\node_modules\.bin\gulp builtInExtensions :: Build if not exist out node .\node_modules\gulp\bin\gulp.js compile :: Configuration set NODE_ENV=development set VSCODE_DEV=1 set VSCODE_CLI=1 set ELECTRON_DEFAULT_ERROR_MODE=1 set ELECTRON_ENABLE_LOGGING=1 set ELECTRON_ENABLE_STACK_DUMPING=1 :: Launch Code :: Use the following to get v8 tracing: :: %CODE% --js-flags="--trace-hydrogen --trace-phase=Z --trace-deopt --code-comments --hydrogen-track-positions --redirect-code-traces" . %* %CODE% . %* popd endlocal
Install builtInExtensions on windows too
Install builtInExtensions on windows too
Batchfile
mit
microsoft/vscode,DustinCampbell/vscode,Microsoft/vscode,eamodio/vscode,hoovercj/vscode,mjbvz/vscode,rishii7/vscode,0xmohit/vscode,eamodio/vscode,joaomoreno/vscode,eamodio/vscode,microsoft/vscode,cleidigh/vscode,the-ress/vscode,DustinCampbell/vscode,landonepps/vscode,joaomoreno/vscode,microlv/vscode,mjbvz/vscode,0xmohit/vscode,Microsoft/vscode,0xmohit/vscode,the-ress/vscode,hoovercj/vscode,joaomoreno/vscode,the-ress/vscode,Krzysztof-Cieslak/vscode,joaomoreno/vscode,landonepps/vscode,landonepps/vscode,microsoft/vscode,microlv/vscode,cleidigh/vscode,cleidigh/vscode,Krzysztof-Cieslak/vscode,landonepps/vscode,microsoft/vscode,hoovercj/vscode,cleidigh/vscode,microlv/vscode,the-ress/vscode,Krzysztof-Cieslak/vscode,microsoft/vscode,0xmohit/vscode,Krzysztof-Cieslak/vscode,microlv/vscode,cleidigh/vscode,joaomoreno/vscode,rishii7/vscode,mjbvz/vscode,eamodio/vscode,hoovercj/vscode,cleidigh/vscode,Microsoft/vscode,Krzysztof-Cieslak/vscode,Krzysztof-Cieslak/vscode,microsoft/vscode,hoovercj/vscode,microsoft/vscode,landonepps/vscode,rishii7/vscode,eamodio/vscode,microsoft/vscode,microsoft/vscode,DustinCampbell/vscode,mjbvz/vscode,Microsoft/vscode,hoovercj/vscode,cleidigh/vscode,Microsoft/vscode,DustinCampbell/vscode,the-ress/vscode,Microsoft/vscode,0xmohit/vscode,the-ress/vscode,mjbvz/vscode,Microsoft/vscode,hoovercj/vscode,DustinCampbell/vscode,0xmohit/vscode,eamodio/vscode,joaomoreno/vscode,the-ress/vscode,eamodio/vscode,rishii7/vscode,rishii7/vscode,microlv/vscode,microlv/vscode,0xmohit/vscode,DustinCampbell/vscode,rishii7/vscode,0xmohit/vscode,eamodio/vscode,Microsoft/vscode,eamodio/vscode,joaomoreno/vscode,joaomoreno/vscode,microlv/vscode,joaomoreno/vscode,microsoft/vscode,DustinCampbell/vscode,cleidigh/vscode,cleidigh/vscode,Microsoft/vscode,cleidigh/vscode,rishii7/vscode,Microsoft/vscode,mjbvz/vscode,joaomoreno/vscode,mjbvz/vscode,cleidigh/vscode,hoovercj/vscode,microlv/vscode,microlv/vscode,0xmohit/vscode,joaomoreno/vscode,the-ress/vscode,microsoft/vscode,mjbvz/vscode,Krzysztof-Cieslak/vscode,Microsoft/vscode,the-ress/vscode,Krzysztof-Cieslak/vscode,hoovercj/vscode,rishii7/vscode,rishii7/vscode,rishii7/vscode,Microsoft/vscode,the-ress/vscode,Krzysztof-Cieslak/vscode,hoovercj/vscode,Microsoft/vscode,Krzysztof-Cieslak/vscode,0xmohit/vscode,DustinCampbell/vscode,0xmohit/vscode,landonepps/vscode,hoovercj/vscode,mjbvz/vscode,joaomoreno/vscode,microsoft/vscode,mjbvz/vscode,hoovercj/vscode,cleidigh/vscode,rishii7/vscode,cra0zy/VSCode,mjbvz/vscode,mjbvz/vscode,DustinCampbell/vscode,microlv/vscode,eamodio/vscode,Krzysztof-Cieslak/vscode,microlv/vscode,landonepps/vscode,eamodio/vscode,0xmohit/vscode,Microsoft/vscode,the-ress/vscode,Krzysztof-Cieslak/vscode,microlv/vscode,DustinCampbell/vscode,landonepps/vscode,DustinCampbell/vscode,microsoft/vscode,landonepps/vscode,DustinCampbell/vscode,Microsoft/vscode,hoovercj/vscode,eamodio/vscode,joaomoreno/vscode,cleidigh/vscode,cleidigh/vscode,the-ress/vscode,cleidigh/vscode,joaomoreno/vscode,eamodio/vscode,rishii7/vscode,DustinCampbell/vscode,microsoft/vscode,landonepps/vscode,Krzysztof-Cieslak/vscode,Microsoft/vscode,landonepps/vscode,eamodio/vscode,Krzysztof-Cieslak/vscode,the-ress/vscode,landonepps/vscode,the-ress/vscode,joaomoreno/vscode,DustinCampbell/vscode,microlv/vscode,eamodio/vscode,microlv/vscode,hoovercj/vscode,microsoft/vscode,cleidigh/vscode,landonepps/vscode,Microsoft/vscode,mjbvz/vscode,mjbvz/vscode,the-ress/vscode,Krzysztof-Cieslak/vscode,landonepps/vscode,microlv/vscode,hoovercj/vscode,eamodio/vscode,microlv/vscode,Krzysztof-Cieslak/vscode,landonepps/vscode,0xmohit/vscode,landonepps/vscode,DustinCampbell/vscode,0xmohit/vscode,hoovercj/vscode,mjbvz/vscode,rishii7/vscode,eamodio/vscode,Krzysztof-Cieslak/vscode,landonepps/vscode,microsoft/vscode,joaomoreno/vscode,cleidigh/vscode,microsoft/vscode,mjbvz/vscode,rishii7/vscode,0xmohit/vscode,rishii7/vscode,microlv/vscode,0xmohit/vscode,0xmohit/vscode,mjbvz/vscode,rishii7/vscode,hoovercj/vscode,the-ress/vscode,joaomoreno/vscode,DustinCampbell/vscode,rishii7/vscode,DustinCampbell/vscode
815c649679064eec970c1753a42d66a3f10d2255
context-menu-disable-grepWin.bat
context-menu-disable-grepWin.bat
@echo off setlocal EnableDelayedExpansion set registryRoot=HKCU\Software\Classes set key=grepWin... reg add "%registryRoot%\*\shell\%key%" /v LegacyDisable /t REG_SZ /f reg add "%registryRoot%\Directory\background\shell\%key%" /v LegacyDisable /t REG_SZ /f reg add "%registryRoot%\Directory\shell\%key%" /v LegacyDisable /t REG_SZ /f reg add "%registryRoot%\Drive\shell\%key%" /v LegacyDisable /t REG_SZ /f reg add "%registryRoot%\Folder\shell\%key%" /v LegacyDisable /t REG_SZ /f
@echo off setlocal EnableDelayedExpansion set registryRoot=HKCU\Software\Classes set key=grepWin... reg add "%registryRoot%\*\shell\%key%" /v LegacyDisable /t REG_SZ /f reg add "%registryRoot%\Directory\background\shell\%key%" /v LegacyDisable /t REG_SZ /f reg add "%registryRoot%\Directory\shell\%key%" /v LegacyDisable /t REG_SZ /f reg add "%registryRoot%\Drive\shell\%key%" /v LegacyDisable /t REG_SZ /f reg add "%registryRoot%\Folder\shell\%key%" /v LegacyDisable /t REG_SZ /f set key=grepWin reg add "%registryRoot%\*\shell\%key%" /v LegacyDisable /t REG_SZ /f reg add "%registryRoot%\Directory\background\shell\%key%" /v LegacyDisable /t REG_SZ /f reg add "%registryRoot%\Directory\shell\%key%" /v LegacyDisable /t REG_SZ /f reg add "%registryRoot%\Drive\shell\%key%" /v LegacyDisable /t REG_SZ /f reg add "%registryRoot%\Folder\shell\%key%" /v LegacyDisable /t REG_SZ /f
Add another key for grepWin to deactivate
Add another key for grepWin to deactivate
Batchfile
mit
ArloL/dotfiles,ArloL/dotfiles
b8132e94810e245a87b6201667af311e753cb122
bintrayupload.bat
bintrayupload.bat
@echo off setlocal EnableDelayedExpansion SET username=%1 SET apikey=%2 SET modules="MediaPlayer" "MediaPlayer-DASH" "MediaPlayer-GLES" "MediaPlayer-GLES-FlowAbs" "MediaPlayer-GLES-QrMarker" FOR %%m in (%modules%) DO ( gradlew %%~m:clean %%~m:build %%~m:bintrayUpload -PbintrayUser=%username% -PbintrayKey=%apikey% -PdryRun=false )
@echo off setlocal EnableDelayedExpansion REM Uploading all modules at once (with one gradle command) does not work any more, so a separate command for each module must be issued SET username=%1 SET apikey=%2 SET modules="MediaPlayer" "MediaPlayer-DASH" "MediaPlayer-GLES" "MediaPlayer-GLES-FlowAbs" "MediaPlayer-GLES-QrMarker" FOR %%m in (%modules%) DO ( gradlew %%~m:clean %%~m:build %%~m:bintrayUpload -PbintrayUser=%username% -PbintrayKey=%apikey% -PdryRun=false )
Add explanation to upload script
Add explanation to upload script
Batchfile
apache-2.0
protyposis/Spectaculum,protyposis/MediaPlayer-Extended,protyposis/MediaPlayer-Extended,protyposis/Spectaculum
14232c16be208ab2602cff6d5fd2d00247da5ac4
tasks/deploy_tasks.bat
tasks/deploy_tasks.bat
for /d %%d in (*) do ( xcopy /y /s %%d\deploy\* ..\checksystem\src\deploy\site\download\ ) xcopy /y /s ..\checksystem\download\* ..\checksystem\src\deploy\site\download\
echo "Zipping backup.zip..." pushd ..\checksystem\download\1b1baa8dbc68603a %~dp0tools\zip backup.zip *.txt popd echo "Copying to site..." for /d %%d in (*) do ( xcopy /y /s %%d\deploy\* ..\checksystem\src\deploy\site\download\ ) xcopy /y /s ..\checksystem\download\* ..\checksystem\src\deploy\site\download\
Add zipping to tasks deploy process
Add zipping to tasks deploy process
Batchfile
mit
HackerDom/qctf-starter-2015,HackerDom/qctf-starter-2015,HackerDom/qctf-starter-2015,HackerDom/qctf-starter-2015
8a0d72c692c9faeb21711c6bf8cee307275cef8f
Build.bat
Build.bat
SETLOCAL SET Version=2.0.1 SET Prerelease=auto CALL Tools\Build\FindVisualStudio.bat || GOTO Error0 REM Updating the build version. PowerShell -ExecutionPolicy ByPass .\ChangeVersion.ps1 %Version% %Prerelease% || GOTO Error0 WHERE /Q NuGet.exe || ECHO ERROR: Please download the NuGet.exe command line tool. && GOTO Error0 NuGet restore -NonInteractive || GOTO Error0 MSBuild /target:rebuild /p:Configuration=Debug /verbosity:minimal /fileLogger || GOTO Error0 IF NOT EXIST Install md Install NuGet pack -OutputDirectory Install || GOTO Error0 REM Updating the build version back to "dev" (internal development build), to avoid spamming git history with timestamped prerelease versions. PowerShell -ExecutionPolicy ByPass .\ChangeVersion.ps1 %Version% dev || GOTO Error0 @REM ================================================ @ECHO. @ECHO %~nx0 SUCCESSFULLY COMPLETED. @EXIT /B 0 :Error0 @ECHO. @ECHO %~nx0 FAILED. @IF /I [%1] NEQ [/NOPAUSE] @PAUSE @EXIT /B 1
SETLOCAL SET Version=2.0.1 SET Prerelease=auto CALL Tools\Build\FindVisualStudio.bat || GOTO Error0 REM Updating the build version. PowerShell -ExecutionPolicy ByPass .\ChangeVersion.ps1 %Version% %Prerelease% || GOTO Error0 WHERE /Q NuGet.exe || ECHO ERROR: Please download the NuGet.exe command line tool. && GOTO Error0 NuGet restore -NonInteractive || GOTO Error0 MSBuild /target:rebuild /p:Configuration=Debug /verbosity:minimal /fileLogger || GOTO Error0 IF NOT EXIST Install md Install NuGet pack -OutputDirectory Install || GOTO Error0 REM Updating the build version back to "dev" (internal development build), to avoid spamming git history with timestamped prerelease versions. PowerShell -ExecutionPolicy ByPass .\ChangeVersion.ps1 %Version% dev || GOTO Error0 @REM ================================================ @ECHO. @ECHO %~nx0 SUCCESSFULLY COMPLETED. @EXIT /B 0 :Error0 @PowerShell -ExecutionPolicy ByPass .\ChangeVersion.ps1 %Version% dev >nul @ECHO. @ECHO %~nx0 FAILED. @IF /I [%1] NEQ [/NOPAUSE] @PAUSE @EXIT /B 1
Revert ChangeVersion on error in build script
Revert ChangeVersion on error in build script
Batchfile
agpl-3.0
Rhetos/SimpleSPRTEmail
907fbce654b9b1e9ae98b534581f3d4f6580b3f1
misc/env/user-example/win32/env.user.bat
misc/env/user-example/win32/env.user.bat
ECHO OFF SET PATH=%PATH%;%PROJECT_HOME%\misc\env\user\win32\scripts REM SET PATH=%PATH%;C:\Dev\vagrant\bin ECHO User Environment Setup.
ECHO OFF SET PATH=%PATH%;%PROJECT_HOME%\misc\env\user\win32\scripts REM SET PATH=%PATH%;C:\Dev\vagrant\bin SET PATH=%PATH%;C:\cygwin64\bin ECHO User Environment Setup.
Add cygwin to env path for windows dev
Add cygwin to env path for windows dev
Batchfile
mit
kaliatech/chimaney-voter-001,kaliatech/chimaney-voter-001
5c83a5287f433041a8f449946a494cea56961b38
Build-UWP.bat
Build-UWP.bat
@echo off set fdir="%ProgramFiles%\MSBuild\14.0\Bin" if not exist %fdir% ( set fdir="%ProgramFiles(x86)%\MSBuild\14.0\Bin" ) set msbuild=%fdir%\msbuild.exe FOR /F "tokens=*" %%G IN ('DIR /B /AD /S obj') DO RMDIR /S /Q "%%G" %msbuild% WebSocket4Net.UWP.sln /p:Configuration=Debug /t:Clean;Rebuild /p:OutputPath=..\bin\UWP\Debug FOR /F "tokens=*" %%G IN ('DIR /B /AD /S obj') DO RMDIR /S /Q "%%G" %msbuild% WebSocket4Net.UWP.sln /p:Configuration=Release /t:Clean;Rebuild /p:OutputPath=..\bin\UWP\Release pause
@echo off set fdir="%ProgramFiles%\MSBuild\14.0\Bin" if not exist %fdir% ( set fdir="%ProgramFiles(x86)%\MSBuild\14.0\Bin" ) set msbuild=%fdir%\msbuild.exe set outDir=bin\UWP\Debug FOR /F "tokens=*" %%G IN ('DIR /B /AD /S obj') DO RMDIR /S /Q "%%G" %msbuild% WebSocket4Net.UWP.sln /p:Configuration=Debug /t:Clean;Rebuild /p:OutDir=..\%outDir% set outDir=%outDir%\WebSocket4Net.UWP del %outDir%\*.pdb del %outDir%\*.pri set outDir=bin\UWP\Release FOR /F "tokens=*" %%G IN ('DIR /B /AD /S obj') DO RMDIR /S /Q "%%G" %msbuild% WebSocket4Net.UWP.sln /p:Configuration=Release /t:Clean;Rebuild /p:OutDir=..\%outDir% set outDir=%outDir%\WebSocket4Net.UWP del %outDir%\*.pdb del %outDir%\*.pri pause
Build script fixes for UWP.
Build script fixes for UWP.
Batchfile
apache-2.0
wiyonoaten/WebSocket4Net,wiyonoaten/WebSocket4Net,wiyonoaten/WebSocket4Net
c236736fab825702735907bb63262cba46a65a63
Tools/VsDevCmd.cmd
Tools/VsDevCmd.cmd
@echo off set TOOLSDIR=C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\Tools if exist "%TOOLSDIR%" goto found set TOOLSDIR=C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\Tools if exist "%TOOLSDIR%" goto found set TOOLSDIR=C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\Tools if exist "%TOOLSDIR%" goto found goto notfound :found call "%TOOLSDIR%\VsDevCmd.bat" goto end :notfound echo "Unable to find Visual Studio folder." pause :end
@echo off set TOOLSDIR=C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\Tools if exist "%TOOLSDIR%" goto found set TOOLSDIR=C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\Tools if exist "%TOOLSDIR%" goto found set TOOLSDIR=C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\Tools if exist "%TOOLSDIR%" goto found set TOOLSDIR=C:\Program Files (x86)\Microsoft Visual Studio\Preview\Community\Common7\Tools if exist "%TOOLSDIR%" goto found set TOOLSDIR=C:\Program Files (x86)\Microsoft Visual Studio\Preview\Professional\Common7\Tools if exist "%TOOLSDIR%" goto found set TOOLSDIR=C:\Program Files (x86)\Microsoft Visual Studio\Preview\Enterprise\Common7\Tools if exist "%TOOLSDIR%" goto found goto notfound :found call "%TOOLSDIR%\VsDevCmd.bat" goto end :notfound echo "Unable to find Visual Studio folder." pause :end
Add support for the Preview version of Visual Studio.
Add support for the Preview version of Visual Studio.
Batchfile
apache-2.0
dlemstra/Magick.NET,dlemstra/Magick.NET
6d89d4bc26df51cb6a83ec40d75264594ab827d9
bin/shcol.bat
bin/shcol.bat
@python -m shcol %*
:: Copyright (c) 2013-2015, Sebastian Linke :: Released under the Simplified BSD license :: (see LICENSE file for details). :: A starter to invoke `shcol` from the Windows command-line. @python -m shcol %*
Add copyright note and description to Windows-specific starter.
Add copyright note and description to Windows-specific starter.
Batchfile
bsd-2-clause
seblin/shcol
3076ad918056fba7f3eb9a3cc4073af403b1e523
bin/installOnWindows.bat
bin/installOnWindows.bat
@echo off :: change directory to etherpad-lite root cd /D "%~dp0\.." echo Checking node version... set check_version="if(['6','8'].indexOf(process.version.split('.')[1].toString()) === -1) { console.log('You are running a wrong version of Node. Etherpad Lite requires v0.6.x or v0.8.x'); process.exit(1) }" cmd /C node -e %check_version% || exit /B 1 echo _ echo Installing etherpad-lite and dependencies... cmd /C npm install src/ || exit /B 1 echo _ echo Copying custom templates... set custom_dir=node_modules\ep_etherpad-lite\static\custom FOR %%f IN (index pad timeslider) DO ( if NOT EXIST "%custom_dir%\%%f.js" copy "%custom_dir%\js.template" "%custom_dir%\%%f.js" if NOT EXIST "%custom_dir%\%%f.css" copy "%custom_dir%\css.template" "%custom_dir%\%%f.css" ) echo _ echo Clearing cache... del /S var\minified* echo _ echo Setting up settings.json... IF NOT EXIST settings.json ( echo Can't find settings.json. echo Copying settings.json.template... cmd /C copy settings.json.template settings.json || exit /B 1 ) echo _ echo Installed Etherpad-lite!
@echo off :: change directory to etherpad-lite root cd /D "%~dp0\.." :: Is node installed? cmd /C node -e "" || ( echo "Please install node.js ( http://nodejs.org )" && exit /B 1 ) echo _ echo Checking node version... set check_version="if(['6','8'].indexOf(process.version.split('.')[1].toString()) === -1) { console.log('You are running a wrong version of Node. Etherpad Lite requires v0.6.x or v0.8.x'); process.exit(1) }" cmd /C node -e %check_version% || exit /B 1 echo _ echo Installing etherpad-lite and dependencies... cmd /C npm install src/ || exit /B 1 echo _ echo Copying custom templates... set custom_dir=node_modules\ep_etherpad-lite\static\custom FOR %%f IN (index pad timeslider) DO ( if NOT EXIST "%custom_dir%\%%f.js" copy "%custom_dir%\js.template" "%custom_dir%\%%f.js" if NOT EXIST "%custom_dir%\%%f.css" copy "%custom_dir%\css.template" "%custom_dir%\%%f.css" ) echo _ echo Clearing cache... del /S var\minified* echo _ echo Setting up settings.json... IF NOT EXIST settings.json ( echo Can't find settings.json. echo Copying settings.json.template... cmd /C copy settings.json.template settings.json || exit /B 1 ) echo _ echo Installed Etherpad-lite!
Exit on install if node is not installed.
Exit on install if node is not installed.
Batchfile
apache-2.0
thomasrussellmurphy/etherpad-lite,morpheyesh/etherpad-lite,kenonelah/FactsheetPlugin,Gared/etherpad-lite,flavorjones/etherpad-lite-cf,KonradMil/etherpad-lite,indykish/etherpad-lite,0x46616c6b/etherpad-lite,leangjia/etherpad-lite,University-of-Potsdam-MM/etherpad-lite,ktdev/etherpad-lite,kenonelah/FactsheetPlugin,fourplusone/etherpad-lite,fread/etherpad-lite,skulbrane/etherpad-lite,skulbrane/etherpad-lite,jeredkenna/pad,Atober/etherpad-lite,webzwo0i/etherpad-lite,PuZZleDucK/etherpad-lite,marcstreeter/etherpad-lite,tudorilisoi/etherpad-lite,eXcomm/etherpad-lite,KonradMil/etherpad-lite,fread/etherpad-lite,delkyd/etherpad-lite,cmbirk/etherpad-lite,flavorjones/etherpad-lite-cf,ErisDS/etherpad-lite,wonderxboy/etherpad-lite,liuliming2008/smock-server,DaveAtGit/secpad,tiblu/etherpad-lite,ErisDS/etherpad-lite,2-B/etherpad-lite,goldquest/etherpad-lite,lealife/etherpad-lite,ocdtrekkie/etherpad-lite,cjb/etherpad-lite,lealife/etherpad-lite,DaveAtGit/secpad,thebestwaytodesignbuildandshipsoftware/etherpad-lite,yijunwu/etherpad-lite,ktdev/etherpad-lite,neynah/etherpad-lite,cloudfoundry-community/etherpad-lite-cf,mozilla/etherpad-lite,rschiang/etherpad-lite,fourplusone/etherpad-lite,coreyaus/etherpad-new,thomasrussellmurphy/etherpad-lite,yijunwu/etherpad-lite,ZackC/MirrorTest,pymjer/etherpad-lite,wonderxboy/etherpad-lite,eXcomm/etherpad-lite,liuliming2008/smock-server,fourplusone/etherpad-lite,morpheyesh/etherpad-lite,flavorjones/etherpad-lite-cf,unnamed89/etherpad,cjb/etherpad-lite,kentonv/etherpad-lite,ashwini-angular/etherpad-lite,asac/etherpad-lite,calangohc/etherpad-lite,xavidotron/etherpad-lite,jumperchen/etherpad-lite,ashwini-angular/etherpad-lite,mcanthony/etherpad-lite,storytouch/etherpad-lite,yijunwu/etherpad-lite,KonradMil/etherpad-lite,bainsy88/etherpad-lite,ocdtrekkie/etherpad-lite,Jeff88Ho/etherpad-lite,tudorilisoi/etherpad-lite,cdg46/etherpad-lite,coreyaus/etherpad-new,tudorilisoi/etherpad-lite,delkyd/etherpad-lite,viaregio/etherpad-lite,ether/etherpad-lite,University-of-Potsdam-MM/etherpad-lite,Stackato-Apps/etherpad-lite,meticulo3366/etherpad-lite,0x46616c6b/etherpad-lite,xavidotron/etherpad-lite,adrienstoffel/ctfpad,calangohc/etherpad-lite,jumperchen/etherpad-lite,syci/etherpad-lite,morpheyesh/etherpad-lite,morpheyesh/etherpad-lite,lpagliari/etherpad-lite,joequant/etherpad-lite,emilyxxie/etherpad-lite,skulbrane/etherpad-lite,fourplusone/etherpad-lite,aptivate/etherpad-lite,KenanSulayman/etherpad-lite,0x46616c6b/etherpad-lite,ujdhesa/etherpad-lite,Jeff88Ho/etherpad-lite,Savi1234/savisql,lpagliari/etherpad-lite,ocdtrekkie/etherpad-lite,tiblu/etherpad-lite,PuZZleDucK/etherpad-lite,ErisDS/etherpad-lite,Atober/etherpad-lite,jeredkenna/pad,viaregio/etherpad-lite,bainsy88/etherpad-lite,goldquest/etherpad-lite,aptivate/etherpad-lite,kentonv/etherpad-lite,wonderxboy/etherpad-lite,2-B/etherpad-lite,KenanSulayman/etherpad-lite,ujdhesa/etherpad-lite,ether/etherpad-lite,Gared/etherpad-lite,cjb/etherpad-lite,thomasalrin/etherpad-lite,ocdtrekkie/etherpad-lite,jeredkenna/pad,thomasalrin/etherpad-lite,Atober/etherpad-lite,tiandishi/wk,neynah/etherpad-lite,adrienstoffel/ctfpad,liuliming2008/smock-server,mcanthony/etherpad-lite,DaveAtGit/secpad,thomasrussellmurphy/etherpad-lite,fread/etherpad-lite,rschiang/etherpad-lite,bjonnh/etherpad-lite,adrienstoffel/ctfpad,syci/etherpad-lite,asac/etherpad-lite,jumperchen/etherpad-lite,ZackC/MirrorTest,sudowork/interview,vpistis/etherpad-lite,meticulo3366/etherpad-lite,neynah/etherpad-lite,bjonnh/etherpad-lite,vpistis/etherpad-lite,yijunwu/etherpad-lite,lealife/etherpad-lite,bainsy88/etherpad-lite,thebestwaytodesignbuildandshipsoftware/etherpad-lite,viaregio/etherpad-lite,Atober/etherpad-lite,indykish/etherpad-lite,cloudfoundry-community/etherpad-lite-cf,Gared/etherpad-lite,mcanthony/etherpad-lite,thomasalrin/etherpad-lite,ashwini-angular/etherpad-lite,ErisDS/etherpad-lite,simong/etherpad-lite,emilyxxie/etherpad-lite,ashwini-angular/etherpad-lite,joequant/etherpad-lite,syci/etherpad-lite,Jeff88Ho/etherpad-lite,leangjia/etherpad-lite,xavidotron/etherpad-lite,mozilla/etherpad-lite,jeredkenna/pad,aptivate/etherpad-lite,thomasalrin/etherpad-lite,rschiang/etherpad-lite,skulbrane/etherpad-lite,tudorilisoi/etherpad-lite,vpistis/etherpad-lite,Stackato-Apps/etherpad-lite,2-B/etherpad-lite,aug-riedinger/etherpad,goldquest/etherpad-lite,pymjer/etherpad-lite,kentonv/etherpad-lite,0x46616c6b/etherpad-lite,Stackato-Apps/etherpad-lite,emilyxxie/etherpad-lite,cloudfoundry-community/etherpad-lite-cf,thebestwaytodesignbuildandshipsoftware/etherpad-lite,joequant/etherpad-lite,cmbirk/etherpad-lite,viaregio/etherpad-lite,PuZZleDucK/etherpad-lite,mani89/etherpad_ncloud,calangohc/etherpad-lite,storytouch/etherpad-lite,bjonnh/etherpad-lite,Savi1234/savisql,flavorjones/etherpad-lite-cf,jumperchen/etherpad-lite,meticulo3366/etherpad-lite,PuZZleDucK/etherpad-lite,cdg46/etherpad-lite,joequant/etherpad-lite,delkyd/etherpad-lite,thebestwaytodesignbuildandshipsoftware/etherpad-lite,tiblu/etherpad-lite,webzwo0i/etherpad-lite,asac/etherpad-lite,goldquest/etherpad-lite,Savi1234/savisql,unnamed89/etherpad,unnamed89/etherpad,emilyxxie/etherpad-lite,aptivate/etherpad-lite,syci/etherpad-lite,delkyd/etherpad-lite,ktdev/etherpad-lite,sudowork/interview,webzwo0i/etherpad-lite,simong/etherpad-lite,storytouch/etherpad-lite,Jeff88Ho/etherpad-lite,kentonv/etherpad-lite,ujdhesa/etherpad-lite,indykish/etherpad-lite,fread/etherpad-lite,bainsy88/etherpad-lite,ktdev/etherpad-lite,xavidotron/etherpad-lite,kenonelah/FactsheetPlugin,neynah/etherpad-lite,girgen/etherpad-lite,eXcomm/etherpad-lite,nka11/etherpad-lite,calangohc/etherpad-lite,lpagliari/etherpad-lite,girgen/etherpad-lite,ujdhesa/etherpad-lite,mcanthony/etherpad-lite,asac/etherpad-lite,ZackC/MirrorTest,thomasrussellmurphy/etherpad-lite,Gared/etherpad-lite,tiandishi/wk,cmbirk/etherpad-lite,marcstreeter/etherpad-lite,wonderxboy/etherpad-lite,ZackC/MirrorTest,unnamed89/etherpad,bjonnh/etherpad-lite,DaveAtGit/secpad,nka11/etherpad-lite,eXcomm/etherpad-lite,marcstreeter/etherpad-lite,tiblu/etherpad-lite,indykish/etherpad-lite,pymjer/etherpad-lite,webzwo0i/etherpad-lite,KonradMil/etherpad-lite,cloudfoundry-community/etherpad-lite-cf,Stackato-Apps/etherpad-lite,leangjia/etherpad-lite,liuliming2008/smock-server,leangjia/etherpad-lite,adrienstoffel/ctfpad,pymjer/etherpad-lite,rschiang/etherpad-lite,marcstreeter/etherpad-lite,mani89/etherpad_ncloud,2-B/etherpad-lite,coreyaus/etherpad-new,University-of-Potsdam-MM/etherpad-lite,cmbirk/etherpad-lite,cjb/etherpad-lite,vpistis/etherpad-lite,aug-riedinger/etherpad,kenonelah/FactsheetPlugin,ether/etherpad-lite,lpagliari/etherpad-lite,University-of-Potsdam-MM/etherpad-lite
f1c37f162ca90b8e4cfa7e1e43f34451f8a2fa3f
Games/Other/Oxide.Game.Nomad/Files/Windows/_start-example.bat
Games/Other/Oxide.Game.Nomad/Files/Windows/_start-example.bat
@echo off cls :start echo Starting server... "Nomad Server\NomadServer.exe" -name "My Oxide Server" -port 5127 -slots 30 -clientVersion "0.57" -password "" -tcpLobby "149.202.51.185" 25565 @echo. @echo Restarting server... @echo. goto start
@echo off cls :start echo Starting server... "Nomad Server\NomadServer.exe" -name "My Oxide Server" -port 5127 -slots 30 -clientVersion "0.581" -password "" -tcpLobby "149.202.51.185" 25565 @echo. @echo Restarting server... @echo. goto start
Update example .bat with latest client version
[Nomad] Update example .bat with latest client version
Batchfile
mit
Visagalis/Oxide,LaserHydra/Oxide,Nogrod/Oxide-2,LaserHydra/Oxide,Nogrod/Oxide-2,bawNg/Oxide,bawNg/Oxide,Visagalis/Oxide
c7be52ebb97b4416f3c398aa6f9387770c1a53e2
init.bat
init.bat
@echo off chcp 65001>nul prompt [%USERNAME%@%COMPUTERNAME% $p]$_$$$s rem Fake a UNIX environment doskey clear=cls doskey ls=dir /d $* doskey cp=copy $* doskey mv=move $* doskey rm=del $* doskey cat=type $* doskey touch=type nul>>$* rem Easier navigation doskey cd=cd /D $* doskey cd..=cd .. doskey ..=cd .. doskey ...=cd ../.. doskey ....=cd ../../.. rem List files properly doskey l=dir /b $* doskey ll=dir /b $* rem Edit functionality IF NOT EXIST "C:\Program Files\Sublime Text 3" GOTO NOSUBLIME doskey edit="C:\Program Files\Sublime Text 3\sublime_text" $* :NOSUBLIME rem Open functionality doskey open=start $* @echo on
@echo off chcp 65001>nul prompt [%USERNAME%@%COMPUTERNAME% $p]$_$$$s rem Fake a UNIX environment doskey clear=cls doskey ls=dir /d $* doskey cp=copy $* doskey mv=move $* doskey rm=del $* doskey cat=type $* doskey touch=type nul$G$G$* rem Easier navigation doskey cd=cd /D $* doskey cd..=cd .. doskey ..=cd .. doskey ...=cd ../.. doskey ....=cd ../../.. rem List files properly doskey l=dir /b $* doskey ll=dir /b $* rem Edit functionality IF NOT EXIST "C:\Program Files\Sublime Text 3" GOTO NOSUBLIME doskey edit="C:\Program Files\Sublime Text 3\sublime_text" $* :NOSUBLIME rem Open functionality doskey open=start $* @echo on
Use $G instead of > for doskey
Use $G instead of > for doskey
Batchfile
mit
ArloL/dotfiles,ArloL/dotfiles
316ad0c2ea1b04f37576640b8e85d2b7725e5cb1
recipes/sciplot/bld.bat
recipes/sciplot/bld.bat
mkdir build cd build REM Configure step cmake .. ^ -GNinja ^ -DCMAKE_BUILD_TYPE=Release ^ -DCMAKE_PREFIX_PATH=%LIBRARY_PREFIX% ^ -DCMAKE_INSTALL_PREFIX=%LIBRARY_PREFIX% ^ -DCMAKE_EXE_LINKER_FLAGS="/FORCE:MULTIPLE" REM Note: /FORCE:MULTIPLE is needed because of a bug in MSVC 14.1 REM in dealing with inline definitions of static REM data members (Plot::m_counter and Figure::m_counter) if errorlevel 1 exit 1 REM Build step ninja install if errorlevel 1 exit 1 REM Test step tests\Release\sciplot-cpptests.exe if errorlevel 1 exit 1
mkdir build cd build REM Configure step cmake .. ^ -GNinja ^ -DCMAKE_BUILD_TYPE=Release ^ -DCMAKE_PREFIX_PATH=%LIBRARY_PREFIX% ^ -DCMAKE_INSTALL_PREFIX=%LIBRARY_PREFIX% ^ -DCMAKE_EXE_LINKER_FLAGS="/FORCE:MULTIPLE" REM Note: /FORCE:MULTIPLE is needed because of a bug in MSVC 14.1 REM in dealing with inline definitions of static REM data members (Plot::m_counter and Figure::m_counter) if errorlevel 1 exit 1 REM Build step ninja install if errorlevel 1 exit 1 REM Due to /FORCE:MULTIPLE, the executable for the test does not work. REM Solution is to use a newer version of MSVC (e.g., 14.2 instead of 14.1) REM Test step REM tests\Release\sciplot-cpptests.exe if errorlevel 1 exit 1
Add note about test in windows
Add note about test in windows
Batchfile
bsd-3-clause
patricksnape/staged-recipes,ReimarBauer/staged-recipes,kwilcox/staged-recipes,johanneskoester/staged-recipes,kwilcox/staged-recipes,conda-forge/staged-recipes,goanpeca/staged-recipes,stuertz/staged-recipes,ocefpaf/staged-recipes,goanpeca/staged-recipes,jakirkham/staged-recipes,johanneskoester/staged-recipes,conda-forge/staged-recipes,patricksnape/staged-recipes,stuertz/staged-recipes,mariusvniekerk/staged-recipes,igortg/staged-recipes,jakirkham/staged-recipes,scopatz/staged-recipes,jochym/staged-recipes,scopatz/staged-recipes,hadim/staged-recipes,ReimarBauer/staged-recipes,igortg/staged-recipes,jochym/staged-recipes,hadim/staged-recipes,mariusvniekerk/staged-recipes,ocefpaf/staged-recipes
b71ecb0eb4d6fea77216de5984247761abc1fc03
makebuild.bat
makebuild.bat
@rem Makes a build directory of the viewer, so that you can run the NSIS install script @rem You should have a directory ..\viewerbuilddlls which has release versions of @rem all dependency dlls, including Qt core/ui/network/webkit/phonon dll's, and also VS2008 @rem redistributable (vcredist_x86.exe) @echo off rmdir build /S /Q md build copy readme.txt build xcopy bin\*.* build /S /C del build\data\configuration\*.xml rmdir build\testing /S /Q del build\*.dll del build\viewerd.exe del build\modules\core\*d.dll xcopy ..\viewerbuilddlls\*.* build /S /C del build\pymodules\*.pyc del build\pymodules\apitest\*.pyc del build\pymodules\circuits\*.pyc del build\pymodules\communication\*.pyc del build\pymodules\core\*.pyc del build\pymodules\usr\*.pyc
@rem Makes a build directory of the viewer, so that you can run the NSIS install script @rem You should have a directory ..\viewerbuilddlls which has release versions of @rem all dependency dlls, and also VS2008 redistributable (vcredist_x86.exe) @echo off rmdir build /S /Q md build copy readme.txt build xcopy bin\*.* build /S /C /Y del build\*.dll del build\viewerd.exe del build\modules\core\*d.dll xcopy ..\viewerbuilddlls\*.* build /S /C /Y del build\pymodules\*.pyc del build\pymodules\apitest\*.pyc del build\pymodules\circuits\*.pyc del build\pymodules\circuits\core\*.pyc del build\pymodules\circuits\net\*.pyc del build\pymodules\circuits\tools\*.pyc del build\pymodules\circuits\web\*.pyc del build\pymodules\core\*.pyc del build\pymodules\editgui\*.pyc del build\pymodules\lib\*.pyc del build\pymodules\lib\webdav\*.pyc del build\pymodules\lib\webdav\acp\*.pyc del build\pymodules\usr\*.pyc del build\pymodules\webdavinventory\*.pyc del build\pymodules\webserver\*.pyc cd build\data rmdir configuration /S /Q mkdir configuration cd ..\..
Delete .pyc files when making build. Make sure that data/configuration directory exists in the build.
Delete .pyc files when making build. Make sure that data/configuration directory exists in the build. git-svn-id: 65dd0ccd495961f396d5302e5521154b071f0302@1617 5b2332b8-efa3-11de-8684-7d64432d61a3
Batchfile
apache-2.0
jesterKing/naali,AlphaStaxLLC/tundra,jesterKing/naali,AlphaStaxLLC/tundra,BogusCurry/tundra,realXtend/tundra,realXtend/tundra,AlphaStaxLLC/tundra,realXtend/tundra,antont/tundra,pharos3d/tundra,jesterKing/naali,realXtend/tundra,jesterKing/naali,jesterKing/naali,AlphaStaxLLC/tundra,realXtend/tundra,antont/tundra,jesterKing/naali,pharos3d/tundra,BogusCurry/tundra,antont/tundra,jesterKing/naali,AlphaStaxLLC/tundra,BogusCurry/tundra,BogusCurry/tundra,pharos3d/tundra,antont/tundra,pharos3d/tundra,antont/tundra,antont/tundra,BogusCurry/tundra,realXtend/tundra,antont/tundra,pharos3d/tundra,pharos3d/tundra,AlphaStaxLLC/tundra,BogusCurry/tundra
770073ae6ba0d5f166f915a01aa56e02967060b3
tools/appveyor/windows_tests/before_test.bat
tools/appveyor/windows_tests/before_test.bat
cd bin :: ### Clone MNE-CPP test data ### call git clone https://github.com/mne-tools/mne-cpp-test-data.git mne-cpp-test-data cd ..
cd bin :: ### Clone MNE-CPP test data ### :: call git clone https://github.com/mne-tools/mne-cpp-test-data.git mne-cpp-test-data cd ..
Check if Appveyor fails when test fails
[LIB-153] Check if Appveyor fails when test fails
Batchfile
bsd-3-clause
LostSign/mne-cpp,ViktorKL/mne-cpp,chdinh/mne-cpp,mne-tools/mne-cpp,LorenzE/mne-cpp,louiseichhorst/mne-cpp,louiseichhorst/mne-cpp,chdinh/mne-cpp,chdinh/mne-cpp,chdinh/mne-cpp,ViktorKL/mne-cpp,chdinh/mne-cpp,mne-tools/mne-cpp,mne-tools/mne-cpp,LostSign/mne-cpp,LorenzE/mne-cpp,mne-tools/mne-cpp,LorenzE/mne-cpp,mne-tools/mne-cpp,LorenzE/mne-cpp,chdinh/mne-cpp,mne-tools/mne-cpp
14230f8b9e3a7a20ed3728686f67c82894d25518
recipes/genesis2/bld.bat
recipes/genesis2/bld.bat
copy mpi.f.single mpi.f copy mpif.h.single mpif.h gfortran -g -w -O -Wall -o genesis2 main.f check.f diagno.f esource.f field.f incoherent.f math.f partsim.f pushp.f loadbeam.f loadrad.f magfield.f tdepend.f track.f string.f rpos.f scan.f source.f stepz.f timerec.f initrun.f input.f output.f mpi.f copy genesis2 %LIBRARY_PREFIX%
copy mpi.f.single mpi.f copy mpif.h.single mpif.h gfortran -g -w -O -Wall -o genesis2 main.f check.f diagno.f esource.f field.f incoherent.f math.f partsim.f pushp.f loadbeam.f loadrad.f magfield.f tdepend.f track.f string.f rpos.f scan.f source.f stepz.f timerec.f initrun.f input.f output.f mpi.f echo "DEBUG Info..." dir copy genesis2 %LIBRARY_BIN%
Add dir after gfortran command to check which files we have there.
DEBUG: Add dir after gfortran command to check which files we have there.
Batchfile
bsd-3-clause
SylvainCorlay/staged-recipes,kwilcox/staged-recipes,chrisburr/staged-recipes,SylvainCorlay/staged-recipes,conda-forge/staged-recipes,johanneskoester/staged-recipes,ReimarBauer/staged-recipes,jakirkham/staged-recipes,patricksnape/staged-recipes,conda-forge/staged-recipes,igortg/staged-recipes,scopatz/staged-recipes,scopatz/staged-recipes,goanpeca/staged-recipes,stuertz/staged-recipes,hadim/staged-recipes,patricksnape/staged-recipes,johanneskoester/staged-recipes,jochym/staged-recipes,goanpeca/staged-recipes,chrisburr/staged-recipes,igortg/staged-recipes,jochym/staged-recipes,ReimarBauer/staged-recipes,ocefpaf/staged-recipes,mariusvniekerk/staged-recipes,hadim/staged-recipes,jakirkham/staged-recipes,mariusvniekerk/staged-recipes,kwilcox/staged-recipes,ocefpaf/staged-recipes,stuertz/staged-recipes
db68be5f9c3a03b5c2badd009a4e450a7001f61f
openmole/bin/openmole/resources/openmole.bat
openmole/bin/openmole/resources/openmole.bat
set PWD=%~dp0 start /MIN %PWD%dbserver\bin\openmole-dbserver.bat mkdir "%UserProfile%\.openmole\.tmp" set ran="%UserProfile%\.openmole\.tmp\%random%" java -d64 -version >nul 2>&1 if errorlevel 1 goto is32bit set FLAG="-XX:+UseCompressedOops" :is32bit java -Dosgi.locking=none -Dopenmole.location="%PWD%\" -Dosgi.classloader.singleThreadLoads=true -Dosgi.configuration.area=%ran% -splash:splashscreen.png -XX:MaxPermSize=128M -XX:+UseG1GC -Xmx1G -XX:MaxPermSize=128M %FLAG% -jar %PWD%/plugins/org.eclipse.equinox.launcher.jar -consoleLog -cp %PWD%/openmole-plugins -gp %PWD%/openmole-plugins-gui %* rmdir /s /q %ran%
set PWD=%~dp0 start /MIN "%PWD%dbserver\bin\openmole-dbserver.bat" mkdir "%UserProfile%\.openmole\.tmp" set ran="%UserProfile%\.openmole\.tmp\%random%" java -d64 -version >nul 2>&1 if errorlevel 1 goto is32bit set FLAG="-XX:+UseCompressedOops" :is32bit java -Dosgi.locking=none -Dopenmole.location="%PWD%\" -Dosgi.classloader.singleThreadLoads=true -Dosgi.configuration.area=%ran% -splash:splashscreen.png -XX:MaxPermSize=128M -XX:+UseG1GC -Xmx1G -XX:MaxPermSize=128M %FLAG% -jar "%PWD%/plugins/org.eclipse.equinox.launcher.jar" -consoleLog -cp "%PWD%/openmole-plugins" -gp "%PWD%/openmole-plugins-gui" %* rmdir /s /q %ran%
Fix work in path with spaces on windows.
Fix work in path with spaces on windows.
Batchfile
agpl-3.0
openmole/openmole,openmole/openmole,openmole/openmole,openmole/openmole,openmole/openmole
1da3b05899f1b30876961bdd5459aa44fc99bef0
importBabyNamesWithMlcp.bat
importBabyNamesWithMlcp.bat
mlcp.bat IMPORT -host localhost -port 8200 -username admin -password admin -input_file_path .\src\test\resources\Most_Popular_Baby_Names_NYC.csv --input_file_type delimited_text -document_type xml -delimited_root_name baby-name -output_collections baby
Add mlcp batch file for ingesting baby name data
Add mlcp batch file for ingesting baby name data
Batchfile
apache-2.0
sastafford/hector
38539c4a9b7518b0df8284aceb7862b9c7a14076
_postbuild.bat
_postbuild.bat
del "bin\x86\Release Dick\*.xml" del "bin\x86\Release Dick\devtools_resources.pak" del "bin\x86\Release Duck\*.xml" del "bin\x86\Release Duck\devtools_resources.pak"
Add a post-build batch file to delete unwanted files from the release folders
Add a post-build batch file to delete unwanted files from the release folders
Batchfile
mit
chylex/TweetDuck,chylex/TweetDuck,chylex/TweetDuck,chylex/TweetDuck
538ecb4cf87aabfe333a7a71905566bd0625d6ba
tools/appveyor/windows_tests/before_test.bat
tools/appveyor/windows_tests/before_test.bat
:: Go to bin directory cd bin :: Clone MNE-CPP test data call git clone https://github.com/mne-tools/mne-cpp-test-data.git mne-cpp-test-data curl https://www.dropbox.com/s/464j97jbaef7q3n/sample-5120-5120-5120-bem-sol.fif?dl=1 -L curl https://www.dropbox.com/s/tkrl3p1kifbzjo1/sample-5120-5120-5120-bem.fif?dl=1 -L :: Go back to mne-cpp root cd ..
:: Go to bin directory cd bin :: Clone MNE-CPP test data call git clone https://github.com/mne-tools/mne-cpp-test-data.git mne-cpp-test-data curl https://www.dropbox.com/s/464j97jbaef7q3n/sample-5120-5120-5120-bem-sol.fif?dl=1 -L -o sample-5120-5120-5120-bem-sol.fif curl https://www.dropbox.com/s/tkrl3p1kifbzjo1/sample-5120-5120-5120-bem.fif?dl=1 -L -o sample-5120-5120-5120-bem.fif :: Go back to mne-cpp root cd ..
Add output file name to bem download in win ci
Add output file name to bem download in win ci
Batchfile
bsd-3-clause
chdinh/mne-cpp,LorenzE/mne-cpp,chdinh/mne-cpp,mne-tools/mne-cpp,chdinh/mne-cpp,chdinh/mne-cpp,mne-tools/mne-cpp,mne-tools/mne-cpp,mne-tools/mne-cpp,LorenzE/mne-cpp,LorenzE/mne-cpp,chdinh/mne-cpp,LorenzE/mne-cpp,mne-tools/mne-cpp,chdinh/mne-cpp,mne-tools/mne-cpp
a4184460266be9ca6b4de1b8b7ee7f29085cec9e
BuildProject.cmd
BuildProject.cmd
CD SimpleIdentityServer\VNEXT\ call powershell -NoProfile -ExecutionPolicy unrestricted -Command "&{iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/aspnet/Home/dev/dnvminstall.ps1'))}" call dnvm upgrade call dnu restore dnu build src\SimpleIdentityServer.Host dnu build src\SimpleIdentityServer.Core dnu build src\SimpleIdentityServer.Core.Jwt dnu build src\SimpleIdentityServer.DataAccess.Fake dnu build src\SimpleIdentityServer.DataAccess.SqlServer dnu build src\SimpleIdentityServer.RateLimitation dnu build src\SimpleIdentityServer.Core.Common dnu build src\SimpleIdentityServer.Common dnu pack src\SimpleIdentityServer.Common -out nuget\ dnu pack src\SimpleIdentityServer.Core.Common -out nuget\ dnu pack src\SimpleIdentityServer.RateLimitation -out nuget\ dnu pack src\SimpleIdentityServer.DataAccess.SqlServer -out nuget\ dnu pack src\SimpleIdentityServer.DataAccess.Fake -out nuget\ dnu pack src\SimpleIdentityServer.Core.Jwt -out nuget\ dnu pack src\SimpleIdentityServer.Core -out nuget\ dnu pack src\SimpleIdentityServer.Host -out nuget\
Add the command file to build the VNEXT project
Add the command file to build the VNEXT project
Batchfile
apache-2.0
thabart/SimpleIdentityServer,thabart/SimpleIdentityServer
1b33a0ab2d010236305904870b79744f64f0d710
NetKVM/CoInstaller/setbuildenv.bat
NetKVM/CoInstaller/setbuildenv.bat
@echo off call :set_sdk_path call :setshortpath PSDK_INC_PATH %__sdk_path__%\Include call :setshortpath PSDK_LIB_PATH %__sdk_path__%\Lib call :clean_sdk_path goto :eof :setshortpath set %1=%~s2 goto :eof :set_sdk_path set __sdk_path__="C:\Program Files\Microsoft SDKs\Windows\v6.0A" if NOT "%SDK_PATH%"=="" set __sdk_path__="%SDK_PATH%" goto :eof :clean_sdk_path set __sdk_path__= goto :eof
@echo off call :set_sdk_path call :setshortpath PSDK_INC_PATH %__sdk_path__%\Include call :setshortpath PSDK_LIB_PATH %__sdk_path__%\Lib call :clean_sdk_path goto :eof :setshortpath set %1=%~s2 goto :eof :set_sdk_path set __sdk_path__="C:\Program Files\Microsoft SDKs\Windows\v6.0A" if not exist %__sdk_path__% set __sdk_path__="C:\Program Files\Microsoft SDKs\Windows\v7.0A" if NOT "%SDK_PATH%"=="" set __sdk_path__="%SDK_PATH%" goto :eof :clean_sdk_path set __sdk_path__= goto :eof
Add SDK7.0A as one of the possible defaults during the build of coinstaller\CLI for NetKVM driver
[NetKVM] Add SDK7.0A as one of the possible defaults during the build of coinstaller\CLI for NetKVM driver
Batchfile
bsd-3-clause
YanVugenfirer/kvm-guest-drivers-windows,YanVugenfirer/virtio-win-arm,ladipro/kvm-guest-drivers-windows,ladipro/kvm-guest-drivers-windows,gnif/kvm-guest-drivers-windows,YanVugenfirer/virtio-win-arm,YanVugenfirer/kvm-guest-drivers-windows,daynix/kvm-guest-drivers-windows,YanVugenfirer/kvm-guest-drivers-windows,vrozenfe/kvm-guest-drivers-windows,virtio-win/kvm-guest-drivers-windows,virtio-win/kvm-guest-drivers-windows,gnif/kvm-guest-drivers-windows,YanVugenfirer/virtio-win-arm,GoogleCloudPlatform/compute-windows-drivers,virtio-win/kvm-guest-drivers-windows,YanVugenfirer/kvm-guest-drivers-windows,virtio-win/kvm-guest-drivers-windows,vrozenfe/kvm-guest-drivers-windows,ladipro/kvm-guest-drivers-windows,ladipro/kvm-guest-drivers-windows,daynix/kvm-guest-drivers-windows,vrozenfe/kvm-guest-drivers-windows,vrozenfe/kvm-guest-drivers-windows,GoogleCloudPlatform/compute-windows-drivers,daynix/kvm-guest-drivers-windows,daynix/kvm-guest-drivers-windows,GoogleCloudPlatform/compute-windows-drivers,daynix/kvm-guest-drivers-windows,gnif/kvm-guest-drivers-windows,vrozenfe/kvm-guest-drivers-windows,YanVugenfirer/virtio-win-arm,YanVugenfirer/kvm-guest-drivers-windows,gnif/kvm-guest-drivers-windows,GoogleCloudPlatform/compute-windows-drivers,virtio-win/kvm-guest-drivers-windows
5e7e5d0dee7ebf512e82a00aebe0f2a18709e93f
build.cmd
build.cmd
set Version=1.0.45 call tools\nuget.exe install JetBrains.runAs -Version %Version% -o win32 copy win32\JetBrains.runAs.%Version%\tools\x64\JetBrains.runAs.exe win32\x64 /Y copy win32\JetBrains.runAs.%Version%\tools\x86\JetBrains.runAs.exe win32\x86 /Y call mvn package call createPlugin.cmd
set Version=1.0.50 call tools\nuget.exe install JetBrains.runAs -Version %Version% -o win32 copy win32\JetBrains.runAs.%Version%\tools\x64\JetBrains.runAs.exe win32\x64 /Y copy win32\JetBrains.runAs.%Version%\tools\x86\JetBrains.runAs.exe win32\x86 /Y call mvn package call createPlugin.cmd
Change win 32 tool version to 50
Change win 32 tool version to 50
Batchfile
apache-2.0
JetBrains/teamcity-runas,JetBrains/teamcity-runas,JetBrains/teamcity-runas,JetBrains/teamcity-runas-plugin,JetBrains/teamcity-runas,JetBrains/teamcity-runas-plugin
3d92266cfdee17a9d92be79cc229ca25965c063c
build.cmd
build.cmd
@echo off cls "tools\nuget\nuget.exe" "install" "FAKE" "-OutputDirectory" "tools" "-ExcludeVersion" "tools\nuget\nuget.exe" "install" "FSharp.Formatting.CommandTool" "-OutputDirectory" "tools" "-ExcludeVersion" "-Prerelease" "tools\nuget\nuget.exe" "install" "SourceLink.Fake" "-OutputDirectory" "tools" "-ExcludeVersion" SET TARGET="Default" IF NOT [%1]==[] (set TARGET="%1") "tools\FAKE\tools\Fake.exe" "build.fsx" "target=%TARGET%"
@echo off cls "tools\nuget\nuget.exe" "install" "FAKE" "-OutputDirectory" "tools" "-ExcludeVersion" "-Prerelease" "tools\nuget\nuget.exe" "install" "FSharp.Formatting.CommandTool" "-OutputDirectory" "tools" "-ExcludeVersion" "-Prerelease" "tools\nuget\nuget.exe" "install" "SourceLink.Fake" "-OutputDirectory" "tools" "-ExcludeVersion" SET TARGET="Default" IF NOT [%1]==[] (set TARGET="%1") "tools\FAKE\tools\Fake.exe" "build.fsx" "target=%TARGET%"
USe FAKE prerelease for testing
USe FAKE prerelease for testing
Batchfile
apache-2.0
tpetricek/FAKE,featuresnap/FAKE,philipcpresley/FAKE,neoeinstein/FAKE,molinch/FAKE,ArturDorochowicz/FAKE,beeker/FAKE,daniel-chambers/FAKE,pacificIT/FAKE,modulexcite/FAKE,jayp33/FAKE,xavierzwirtz/FAKE,satsuper/FAKE,featuresnap/FAKE,satsuper/FAKE,featuresnap/FAKE,hitesh97/FAKE,gareth-evans/FAKE,philipcpresley/FAKE,mfalda/FAKE,mat-mcloughlin/FAKE,mat-mcloughlin/FAKE,yonglehou/FAKE,neoeinstein/FAKE,darrelmiller/FAKE,satsuper/FAKE,haithemaraissia/FAKE,brianary/FAKE,naveensrinivasan/FAKE,RMCKirby/FAKE,wooga/FAKE,ArturDorochowicz/FAKE,philipcpresley/FAKE,ilkerde/FAKE,daniel-chambers/FAKE,dlsteuer/FAKE,ctaggart/FAKE,satsuper/FAKE,tpetricek/FAKE,MichalDepta/FAKE,hitesh97/FAKE,warnergodfrey/FAKE,warnergodfrey/FAKE,ctaggart/FAKE,rflechner/FAKE,dlsteuer/FAKE,gareth-evans/FAKE,pacificIT/FAKE,dmorgan3405/FAKE,daniel-chambers/FAKE,wooga/FAKE,NaseUkolyCZ/FAKE,rflechner/FAKE,ArturDorochowicz/FAKE,wooga/FAKE,yonglehou/FAKE,brianary/FAKE,RMCKirby/FAKE,modulexcite/FAKE,ctaggart/FAKE,featuresnap/FAKE,dmorgan3405/FAKE,MiloszKrajewski/FAKE,naveensrinivasan/FAKE,NaseUkolyCZ/FAKE,ilkerde/FAKE,jayp33/FAKE,pmcvtm/FAKE,ovu/FAKE,darrelmiller/FAKE,leflings/FAKE,yonglehou/FAKE,pmcvtm/FAKE,mfalda/FAKE,molinch/FAKE,warnergodfrey/FAKE,MichalDepta/FAKE,gareth-evans/FAKE,Kazark/FAKE,RMCKirby/FAKE,ovu/FAKE,brianary/FAKE,dlsteuer/FAKE,gareth-evans/FAKE,philipcpresley/FAKE,mfalda/FAKE,Kazark/FAKE,mfalda/FAKE,jayp33/FAKE,JonCanning/FAKE,ArturDorochowicz/FAKE,haithemaraissia/FAKE,beeker/FAKE,leflings/FAKE,modulexcite/FAKE,MiloszKrajewski/FAKE,neoeinstein/FAKE,ilkerde/FAKE,leflings/FAKE,mat-mcloughlin/FAKE,Kazark/FAKE,mglodack/FAKE,tpetricek/FAKE,pacificIT/FAKE,naveensrinivasan/FAKE,beeker/FAKE,JonCanning/FAKE,dmorgan3405/FAKE,MichalDepta/FAKE,naveensrinivasan/FAKE,ovu/FAKE,dlsteuer/FAKE,mglodack/FAKE,beeker/FAKE,pacificIT/FAKE,leflings/FAKE,brianary/FAKE,molinch/FAKE,RMCKirby/FAKE,ilkerde/FAKE,MiloszKrajewski/FAKE,yonglehou/FAKE,daniel-chambers/FAKE,xavierzwirtz/FAKE,NaseUkolyCZ/FAKE,pmcvtm/FAKE,JonCanning/FAKE,rflechner/FAKE,neoeinstein/FAKE,JonCanning/FAKE,Kazark/FAKE,xavierzwirtz/FAKE,ovu/FAKE,mglodack/FAKE,ctaggart/FAKE,pmcvtm/FAKE,jayp33/FAKE,dmorgan3405/FAKE,haithemaraissia/FAKE,darrelmiller/FAKE,molinch/FAKE,hitesh97/FAKE,rflechner/FAKE,modulexcite/FAKE,MiloszKrajewski/FAKE,mglodack/FAKE,tpetricek/FAKE,xavierzwirtz/FAKE,hitesh97/FAKE,MichalDepta/FAKE,wooga/FAKE,mat-mcloughlin/FAKE,warnergodfrey/FAKE,haithemaraissia/FAKE,NaseUkolyCZ/FAKE,darrelmiller/FAKE
87080ac33afc978b588b80344c124607da7aa5bd
build.cmd
build.cmd
@echo off setlocal cd "%~dp0" set MSBUILDEXE=%SystemRoot%\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe if not exist "%MSBUILDEXE%" ( echo The .NET Framework 4.0 does not appear to be installed on this echo machine, which is required to build the solution. exit /b 1 ) if "%1"=="docs" call :docs %2 %3 %4 %5 %6 %7 %8 %9 & goto :EOF :base for %%i in (debug release) do "%MSBUILDEXE%" "MoreLinq.sln" /v:m /p:Configuration=%%i %* goto :EOF :docs call :base && "%MSBUILDEXE%" MoreLinq.shfbproj %* goto :EOF
@echo off setlocal cd "%~dp0" if "%PROCESSOR_ARCHITECTURE%"=="x86" set MSBUILD=%ProgramFiles% if defined ProgramFiles(x86) set MSBUILD=%ProgramFiles(x86)% set MSBUILD=%MSBUILD%\MSBuild\14.0\bin\msbuild if not exist "%MSBUILD%" ( echo Microsoft Build Tools 2015 does not appear to be installed on this echo machine, which is required to build the solution. You can install echo it from the URL below and then try building again: echo https://www.microsoft.com/en-us/download/detailscd .aspx?id=48159 exit /b 1 ) if "%1"=="docs" call :docs %2 %3 %4 %5 %6 %7 %8 %9 & goto :EOF :base for %%i in (debug release) do "%MSBUILD%" "MoreLinq.sln" /v:m /p:Configuration=%%i %* goto :EOF :docs call :base && "%MSBUILD%" MoreLinq.shfbproj %* goto :EOF
Use MSBuild 14 from MS Build Tools 2015
Use MSBuild 14 from MS Build Tools 2015
Batchfile
apache-2.0
fsateler/MoreLINQ,morelinq/MoreLINQ,ddpruitt/morelinq,ddpruitt/morelinq,morelinq/MoreLINQ,fsateler/MoreLINQ
2aa7a6f9ef062e95156c73afc55d05953c0a317e
setup.bat
setup.bat
rem Set up script for Windows. copy /-Y .vimrc %HOME%\_vimrc copy /-Y .gvimrc %HOME%\_gvimrc
rem Set up script for Windows. mklink %HOME%\_vimrc %HOME%\vim-dotfiles\.vimrc mklink %HOME%\_gvimrc %HOME%\vim-dotfiles\.gvimrc
Use mklink instead of copy.
Use mklink instead of copy.
Batchfile
mit
shimamu/vim-dotfiles
b56804dedc0131b378d6915e07d06cb93cb2dda2
start.bat
start.bat
set "MR_APPLICATION_SECRET=lame-ducks-forever" set "MR_DATABASE_URL=jdbc:postgresql://localhost:5432/mp_dev?user=postgres&password=osm" set "MR_OSM_SERVER=http://api06.dev.openstreetmap.org" set "MR_OAUTH_CONSUMER_KEY=8kOhMqcXVAmD3ZoBdjNgcmd93ErztPnIPpc0xjzM" set "MR_OAUTH_CONSUMER_SECRET=bAesEwMMwZO6wMgFMqAudZ12N5caQvAAsx3FbkFc" set "MR_SUPER_KEY=test" set "MR_SUPER_ACCOUNTS=437" activator run
Revert "adding windows setup link to readme"
Revert "adding windows setup link to readme" This reverts commit 51391a1f0bc4049c06bf42183414db83f018649b. adding windows setup link to readme adding windows start batch file
Batchfile
apache-2.0
maproulette/maproulette2,mvexel/maproulette2,Crashfreak/maproulette2,maproulette/maproulette2,maproulette/maproulette2,Crashfreak/maproulette2,mvexel/maproulette2,mgcuthbert/maproulette2,mgcuthbert/maproulette2
53a9d27532b116ab4667daaabc4a4c6591535300
Scripts/buildpack.bat
Scripts/buildpack.bat
ECHO ON SETLOCAL SET VERSION=%1 rmdir obj /s /q rmdir Release /s /q msbuild tools\versionupdater\versionupdater.csproj /p:Configuration=Release /p:OutputPath=.. || exit /B 1 tools\versionupdater -v %VERSION%
ECHO ON SETLOCAL SET VERSION=%1 rmdir obj /s /q rmdir Release /s /q msbuild tools\versionupdater\versionupdater.csproj /p:Configuration=Release /p:OutputPath=..\bin || exit /B 1 tools\bin\versionupdater -v %VERSION% || exit /B 1
Build versionupdater in bin folder
Build versionupdater in bin folder So that binaries are ignored by git
Batchfile
mit
charlenni/Mapsui,charlenni/Mapsui,pauldendulk/Mapsui
7f4f192aab3f29ddb62802b90933705f3010437d
dev/zip/scalive.bat
dev/zip/scalive.bat
@set JAVA_OPTS=-Djava.awt.headless=true @set ROOT_DIR=%~dp0 @cd "%ROOT_DIR%" @set CLASS_PATH="%ROOT_DIR%\*;." @java %JAVA_OPTS% -cp %CLASS_PATH% scalive.AgentLoader %ROOT_DIR% %*
@echo off set JAVA_OPTS=-Djava.awt.headless=true set ROOT_DIR=%~dp0 cd "%ROOT_DIR%" set CLASS_PATH="%ROOT_DIR%\*;." java %JAVA_OPTS% -cp %CLASS_PATH% scalive.AgentLoader %ROOT_DIR% %*
Use "@echo off" for brevity
Use "@echo off" for brevity
Batchfile
mit
xitrum-framework/scalive,xitrum-framework/scalive
b9afc18293b3d2ef85b8f97ad3af6000d3dc8bdc
src/condor_tests/job_ckpt_memory-file_std.cmd
src/condor_tests/job_ckpt_memory-file_std.cmd
universe = standard executable = job_ckpt_memory-file_std.cndr.exe.$$(OPSYS).$$(ARCH) output = job_ckpt_memory-file_std.out error = job_ckpt_memory-file_std.err log = job_ckpt_memory-file_std.log priority = 6 arguments = -f x_job_ckpt_memory-file_std.t1 -s 10000 -o 25000 -_condor_aggravate_bugs notification = never queue
universe = standard executable = job_ckpt_memory-file_std.cndr.exe.$$(OPSYS).$$(ARCH) output = job_ckpt_memory-file_std.out error = job_ckpt_memory-file_std.err log = job_ckpt_memory-file_std.log priority = 6 arguments = -f x_job_ckpt_memory-file_std.t1 -s 10000 -o 75000 -_condor_aggravate_bugs notification = never queue
Increase loop count in std uni test to improve reliabilty
Increase loop count in std uni test to improve reliabilty
Batchfile
apache-2.0
neurodebian/htcondor,mambelli/osg-bosco-marco,htcondor/htcondor,bbockelm/condor-network-accounting,clalancette/condor-dcloud,neurodebian/htcondor,zhangzhehust/htcondor,mambelli/osg-bosco-marco,htcondor/htcondor,djw8605/htcondor,bbockelm/condor-network-accounting,djw8605/condor,neurodebian/htcondor,bbockelm/condor-network-accounting,bbockelm/condor-network-accounting,mambelli/osg-bosco-marco,djw8605/condor,neurodebian/htcondor,djw8605/htcondor,mambelli/osg-bosco-marco,zhangzhehust/htcondor,mambelli/osg-bosco-marco,clalancette/condor-dcloud,djw8605/condor,mambelli/osg-bosco-marco,neurodebian/htcondor,neurodebian/htcondor,clalancette/condor-dcloud,clalancette/condor-dcloud,htcondor/htcondor,djw8605/htcondor,djw8605/htcondor,djw8605/condor,bbockelm/condor-network-accounting,djw8605/htcondor,mambelli/osg-bosco-marco,zhangzhehust/htcondor,djw8605/htcondor,bbockelm/condor-network-accounting,zhangzhehust/htcondor,clalancette/condor-dcloud,zhangzhehust/htcondor,zhangzhehust/htcondor,neurodebian/htcondor,bbockelm/condor-network-accounting,clalancette/condor-dcloud,djw8605/htcondor,htcondor/htcondor,djw8605/condor,djw8605/htcondor,zhangzhehust/htcondor,djw8605/condor,neurodebian/htcondor,htcondor/htcondor,htcondor/htcondor,djw8605/htcondor,htcondor/htcondor,zhangzhehust/htcondor,djw8605/condor,clalancette/condor-dcloud,mambelli/osg-bosco-marco,neurodebian/htcondor,djw8605/condor,bbockelm/condor-network-accounting,htcondor/htcondor,zhangzhehust/htcondor
cc21a909fce53f987926f19b92a1014ce648b804
Kudu.Services.Web/updateNodeModules.cmd
Kudu.Services.Web/updateNodeModules.cmd
@echo off setlocal enabledelayedexpansion pushd %1 set attempts=5 set counter=0 :retry set /a counter+=1 echo Attempt %counter% out of %attempts% cmd /c npm install https://github.com/projectkudu/KuduScript/tarball/93edfcb6e9c75d395e805825f5051e707bd50bb8 IF %ERRORLEVEL% NEQ 0 goto error goto end :error if %counter% GEQ %attempts% goto :lastError goto retry :lastError popd echo An error has occured during npm install. exit /b 1 :end popd echo Finished successfully. exit /b 0
@echo off setlocal enabledelayedexpansion pushd %1 set attempts=5 set counter=0 :retry set /a counter+=1 echo Attempt %counter% out of %attempts% cmd /c npm install https://github.com/projectkudu/KuduScript/tarball/af63dea4db22bae730dba99d2090c27bedcde159 IF %ERRORLEVEL% NEQ 0 goto error goto end :error if %counter% GEQ %attempts% goto :lastError goto retry :lastError popd echo An error has occured during npm install. exit /b 1 :end popd echo Finished successfully. exit /b 0
Update Kudu to use latest KuduScript
Update Kudu to use latest KuduScript
Batchfile
apache-2.0
projectkudu/kudu,shibayan/kudu,projectkudu/kudu,shibayan/kudu,projectkudu/kudu,puneet-gupta/kudu,projectkudu/kudu,shibayan/kudu,shibayan/kudu,EricSten-MSFT/kudu,shibayan/kudu,puneet-gupta/kudu,puneet-gupta/kudu,EricSten-MSFT/kudu,puneet-gupta/kudu,EricSten-MSFT/kudu,projectkudu/kudu,EricSten-MSFT/kudu,EricSten-MSFT/kudu,puneet-gupta/kudu
944759f107f8e89687769794036b7b3a0a643d3a
urbackupserver_installer_win/data_common/reset_pw.bat
urbackupserver_installer_win/data_common/reset_pw.bat
@echo off net session >nul 2>&1 if NOT %errorLevel% == 0 ( echo Failure: Current permissions inadequate. Please run as administrator. pause exit /b 1 ) set /p newpw=Please enter the new password for user 'admin': "%~dp0\urbackup_srv.exe" --cmdline --no-server --plugin urbackupserver.dll --set_admin_pw "%newpw%" exit /b 0
@echo off net session >nul 2>&1 if NOT %errorLevel% == 0 ( echo Failure: Current permissions inadequate. Please run as administrator. pause exit /b 1 ) set /p newpw=Please enter the new password for user 'admin': "%~dp0\urbackup_srv.exe" --cmdline --no-server --plugin cryptoplugin.dll --plugin urbackupserver.dll --set_admin_pw "%newpw%" exit /b 0
Fix password reset on Windows
Fix password reset on Windows
Batchfile
agpl-3.0
uroni/urbackup_backend,uroni/urbackup_backend,uroni/urbackup_backend,uroni/urbackup_backend,uroni/urbackup_backend,uroni/urbackup_backend,uroni/urbackup_backend
538a684952e52ae3ffbc96416861dd76c9d363a6
recipes/convert3d/bld.bat
recipes/convert3d/bld.bat
setlocal EnableDelayedExpansion mkdir build cd build cmake -GNinja ^ -DCMAKE_BUILD_TYPE:STRING=Release ^ -DCMAKE_INSTALL_PREFIX:PATH="%LIBRARY_PREFIX%" ^ -DCMAKE_PREFIX_PATH:PATH="%LIBRARY_PREFIX%" ^ -DCONVERT3D_USE_ITK_REMOTE_MODULES:BOOL=OFF ^ .. if errorlevel 1 exit 1 cmake --build . if errorlevel 1 exit 1 ctest --extra-verbose --output-on-failure . if errorlevel 1 exit 1 cmake --install . if errorlevel 1 exit 1
setlocal EnableDelayedExpansion mkdir build cd build set CFLAGS="%CFLAGS% -I %LIBRARY_PREFIX%\include\eigen3" set CXXFLAGS="%CXXFLAGS% -I %LIBRARY_PREFIX%\include\eigen3" cmake -GNinja ^ -DCMAKE_BUILD_TYPE:STRING=Release ^ -DCMAKE_INSTALL_PREFIX:PATH="%LIBRARY_PREFIX%" ^ -DCMAKE_PREFIX_PATH:PATH="%LIBRARY_PREFIX%" ^ -DCONVERT3D_USE_ITK_REMOTE_MODULES:BOOL=OFF ^ .. if errorlevel 1 exit 1 cmake --build . if errorlevel 1 exit 1 ctest --extra-verbose --output-on-failure . if errorlevel 1 exit 1 cmake --install . if errorlevel 1 exit 1
Add missing CFLAGS override for Windows
Add missing CFLAGS override for Windows
Batchfile
bsd-3-clause
ocefpaf/staged-recipes,mariusvniekerk/staged-recipes,ReimarBauer/staged-recipes,igortg/staged-recipes,conda-forge/staged-recipes,stuertz/staged-recipes,johanneskoester/staged-recipes,stuertz/staged-recipes,hadim/staged-recipes,kwilcox/staged-recipes,jakirkham/staged-recipes,goanpeca/staged-recipes,jakirkham/staged-recipes,goanpeca/staged-recipes,mariusvniekerk/staged-recipes,hadim/staged-recipes,igortg/staged-recipes,ocefpaf/staged-recipes,kwilcox/staged-recipes,conda-forge/staged-recipes,jochym/staged-recipes,ReimarBauer/staged-recipes,jochym/staged-recipes,johanneskoester/staged-recipes
cfdaff85dc0e2e3f3ba638c970d0069e4f85b0c8
init_ci.cmd
init_ci.cmd
@echo off echo Downloading CUDA toolkit 8 appveyor DownloadFile https://developer.nvidia.com/compute/cuda/8.0/Prod2/network_installers/cuda_8.0.61_win10_network-exe -FileName setup.exe rem appveyor DownloadFile https://www.dropbox.com/s/ll2ay531hw3i1p7/cuda.zip?dl=1 rem 7z x cuda.zip -ocuda rem cd cuda echo Installing CUDA toolkit 8 setup.exe -s compiler_8.0 ^ cublas_8.0 ^ cublas_dev_8.0 ^ cudart_8.0 ^ curand_8.0 ^ curand_dev_8.0 if NOT EXIST "%ProgramFiles%\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin\cudart64_80.dll" ( echo "Failed to install CUDA" exit /B 1 ) echo Installing VS integration copy _vs\*.* "c:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\BuildCustomizations" cd .. echo Downloading cuDNN appveyor DownloadFile https://www.dropbox.com/s/9t56hoewk7p0hfj/cudnn-8.0-windows7-x64-v5.1.zip?dl=1 7z x cudnn-8.0-windows7-x64-v5.1.zip -ocudnn copy cudnn\cuda\bin\*.* "%ProgramFiles%\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin" copy cudnn\cuda\lib\x64\*.* "%ProgramFiles%\NVIDIA GPU Computing Toolkit\CUDA\v8.0\lib\x64" copy cudnn\cuda\include\*.* "%ProgramFiles%\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" set PATH=%ProgramFiles%\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin;%ProgramFiles%\NVIDIA GPU Computing Toolkit\CUDA\v8.0\libnvvp;%PATH% set CUDA_PATH=%ProgramFiles%\NVIDIA GPU Computing Toolkit\CUDA\v8.0 set CUDA_PATH_V8_0=%ProgramFiles%\NVIDIA GPU Computing Toolkit\CUDA\v8.0 nvcc -V rem cd .. rem git clone https://github.com/Microsoft/vcpkg.git vcpkg rem cd vcpkg rem mkdir downloads rem copy nul downloads\AlwaysAllowDownloads rem powershell -exec bypass scripts\bootstrap.ps1 rem vcpkg integrate install rem vcpkg install gtest:x64-windows cd "%APPVEYOR_BUILD_FOLDER%"
Revert "Moved the script directly to AppVeyor"
Revert "Moved the script directly to AppVeyor" This reverts commit d2823cd62d6773e22d3b5481b581c850c67adf3d.
Batchfile
apache-2.0
total-world-domination/Retia,total-world-domination/Retia,total-world-domination/Retia
431843564500d138078975108164d9c4c0390947
win-files/cmake.cmd
win-files/cmake.cmd
set "PATH=%PATH%;C:\Program Files\CMake\bin" if %1 == -E ( cmake.exe %* ) else ( cmake.exe -G "NMake Makefiles" -DCMAKE_LINK_FLAGS:implib=libluajit.lib -DLUALIB=libluajit %* )
setlocal set "PATH=%PATH%;C:\Program Files\CMake\bin" if %1 == -E ( cmake.exe %* ) else ( cmake.exe -G "NMake Makefiles" -DCMAKE_LINK_FLAGS:implib=libluajit.lib -DLUALIB=libluajit %* )
Add setlocal to make sure settings only apply to this session.
Add setlocal to make sure settings only apply to this session.
Batchfile
bsd-3-clause
vfonov/torch-distro,PPC64/torch-distro,torch/distro
993cbb166affdd1ae16eb4f5861c1bd0c8b18d47
redpen-cli/bin/redpen.bat
redpen-cli/bin/redpen.bat
@echo off SETLOCAL if NOT DEFINED JAVA_HOME goto err set SCRIPT_DIR=%~dp0 for %%I in ("%SCRIPT_DIR%..") do set REDPEN_HOME=%%~dpfI set REDPEN_CLASSPATH=%REDPEN_HOME%/conf;%REDPEN_HOME%/lib/* set JAVA_OPTS=%JAVA_OPTS% "%JAVA_HOME%\bin\java" %JAVA_OPTS% -classpath "%REDPEN_CLASSPATH%" cc.redpen.Main %* goto finally :err echo Error: JAVA_HOME is not defined. Can not start RedPen pause :finally ENDLOCAL
@echo off SETLOCAL if NOT DEFINED JAVA_HOME goto err set SCRIPT_DIR=%~dp0 for %%I in ("%SCRIPT_DIR%..") do set REDPEN_HOME=%%~dpfI set REDPEN_CLASSPATH=%REDPEN_HOME%/conf;%REDPEN_HOME%/lib/* set JAVA_OPTS=%JAVA_OPTS% -Dfile.encoding=UTF-8 "%JAVA_HOME%\bin\java" %JAVA_OPTS% -classpath "%REDPEN_CLASSPATH%" cc.redpen.Main %* goto finally :err echo Error: JAVA_HOME is not defined. Can not start RedPen pause :finally ENDLOCAL
Fix character corruption in Windows
Fix character corruption in Windows
Batchfile
apache-2.0
redpen-cc/redpen,recruit-tech/redpen,kenhys/redpen,kenhys/redpen,gerryhocks/redpen,kenhys/redpen,redpen-cc/redpen,redpen-cc/redpen,gerryhocks/redpen,recruit-tech/redpen,redpen-cc/redpen,redpen-cc/redpen,kenhys/redpen,gerryhocks/redpen,recruit-tech/redpen,gerryhocks/redpen,recruit-tech/redpen
8a41570eea39330d3c5f32febeceff2a79c58dc2
zipsrc.bat
zipsrc.bat
cd .. del/q scite.zip zip scite.zip scintilla\*.* scintilla\*\*.* scite\*.* scite\*\*.* scite\*\*\*.* scite\*\*\*\*.* -x *.o -x *.obj -x *.lib -x *.dll -x *.exe -x *.pdb -x *.res -x *.exp cd scite
cd .. del/q scite.zip zip scite.zip scintilla\*.* scintilla\*\*.* scite\*.* scite\*\*.* scite\*\*\*.* scite\*\*\*\*.* -x *.o -x *.obj -x *.lib -x *.dll -x *.exe -x *.pdb -x *.res -x *.exp -x *.ncb -x *.sbr -x *.ilk -x *.idb cd scite
Remove more temporary build files from the set zipped.
Remove more temporary build files from the set zipped.
Batchfile
isc
R1dO/scite_clone,R1dO/scite_clone,R1dO/scite_clone,R1dO/scite_clone
30b3d0fa5190a992ca8134c0e3e388cf490b6b91
devtools/cibuild.cmd
devtools/cibuild.cmd
cd /d "%~dp0" cd .. rmdir /s /q build mkdir build cd build cmake .. -G "Visual Studio 12" cmake --build . --config Debug cmake --build . --config RelWithDebInfo cmake --build . --config Debug --target doc bin\Debug\LoadTest.exe --gtest_output=xml:test_details.Debug.xml bin\RelWithDebInfo\LoadTest.exe --gtest_output=xml:test_details.RelWithDebInfo.xml pause
Add a script for CI building.
Add a script for CI building.
Batchfile
apache-2.0
OSVR/libfunctionality,OSVR/libfunctionality,OSVR/libfunctionality,OSVR/libfunctionality
ce30a8860aaa1a6c66813ca434451fb40f4e732e
build.cmd
build.cmd
.paket\paket.bootstrapper.exe if errorlevel 1 ( exit "There was an error with paket.bootstrapper" ) IF EXIST paket.lock ( .paket\paket.exe restore if errorlevel 1 ( exit "There was an error restoring packages from paket.lock" ) ) IF EXIST init.fsx ( .paket\paket.exe install packages\FAKE\tools\FAKE.exe init.fsx ) packages\FAKE\tools\FAKE.exe build.fsx
IF NOT EXIST .paket\paket.exe ( .paket\paket.bootstrapper.exe if errorlevel 1 ( exit "There was an error with paket.bootstrapper" ) ) IF EXIST paket.lock ( .paket\paket.exe restore if errorlevel 1 ( exit "There was an error restoring packages from paket.lock" ) ) IF EXIST init.fsx ( .paket\paket.exe install packages\FAKE\tools\FAKE.exe init.fsx ) packages\FAKE\tools\FAKE.exe build.fsx
Check first if paket.exe is already downloaded in ..paket folder
Check first if paket.exe is already downloaded in ..paket folder
Batchfile
mit
renehernandez/NetConsole.WebApi,renehernandez/NetConsole.WebApi,renehernandez/NetConsole.Core,renehernandez/NetConsole.Core
37c4c04734f1cdbd570ffc51a2d0ec0a754168fd
contrib/make_bootstrap.cmd
contrib/make_bootstrap.cmd
@echo off setlocal enableDelayedExpansion set KRUGERDIR=%APPDATA%\Krugercoin\blocks for /F %%x in ('dir /B/D/ON %KRUGERDIR%\blk*.*') do ( IF NOT [!B!] == [] set B=!B!+ set FILENAME=%KRUGERDIR%\%%x set B=!B!"!FILENAME!" ) copy /b %B% bootstrap.dat
Add Windows batch file for creating a boostrap.dat for Krugercoin
Add Windows batch file for creating a boostrap.dat for Krugercoin
Batchfile
mit
coinerd/krugercoin,coinerd/krugercoin,coinerd/krugercoin,coinerd/krugercoin
8b231ca1624acea6bfa833260514d78332021021
test/bin-debug/packageWin.bat
test/bin-debug/packageWin.bat
SET AIR_SDK=%USERPROFILE%\Documents\AdobeAIRSDK set STEAM_SDK=%USERPROFILE%\Documents\Steam\sdk SET ANE_PATH=..\..\FRESteamWorksLib\bin copy "%STEAM_SDK%\redistributable_bin\steam_api.dll" . copy "%STEAM_SDK%\redistributable_bin\osx32\libsteam_api.dylib" . call "%AIR_SDK%\bin\adt.bat" -package -XnoAneValidate -tsa none ^ -storetype pkcs12 -keystore CertificateTest.p12 ^ -storepass test -target bundle FRESteamWorksTest ^ FRESteamWorksTest-app.xml FRESteamWorksTest.swf ^ steam_api.dll libsteam_api.dylib steam_appid.txt^ -extdir "%ANE_PATH%" del steam_api.dll libsteam_api.dylib
SET AIR_SDK=%USERPROFILE%\Documents\AdobeAIRSDK set STEAM_SDK=%USERPROFILE%\Documents\Steam\sdk SET ANE_PATH=..\..\lib\bin copy "%STEAM_SDK%\redistributable_bin\steam_api.dll" . copy "%STEAM_SDK%\redistributable_bin\osx32\libsteam_api.dylib" . call "%AIR_SDK%\bin\adt.bat" -package -XnoAneValidate -tsa none ^ -storetype pkcs12 -keystore CertificateTest.p12 ^ -storepass test -target bundle FRESteamWorksTest ^ FRESteamWorksTest-app.xml FRESteamWorksTest.swf ^ steam_api.dll libsteam_api.dylib steam_appid.txt^ -extdir "%ANE_PATH%" del steam_api.dll libsteam_api.dylib
Fix the (hopefully) last path
Fix the (hopefully) last path
Batchfile
bsd-2-clause
Ventero/FRESteamWorks,Ventero/FRESteamWorks,Ventero/FRESteamWorks,Ventero/FRESteamWorks
90df5d9f547fc7841a974709b18c11bf44739741
tools/nupkg/buildNupkg.cmd
tools/nupkg/buildNupkg.cmd
pushd %~dp0 rmdir /s /q .\lib mkdir .\lib\net45 mkdir .\lib\netstandard2.0 pushd ..\.. del /q /f *.nupkg copy .\lib\bin\Release\Microsoft.WindowsAzure.Storage.DataMovement.dll .\tools\nupkg\lib\net45 copy .\lib\bin\Release\Microsoft.WindowsAzure.Storage.DataMovement.pdb .\tools\nupkg\lib\net45 copy .\lib\bin\Release\Microsoft.WindowsAzure.Storage.DataMovement.XML .\tools\nupkg\lib\net45 copy .\netcore\Microsoft.WindowsAzure.Storage.DataMovement\bin\Release\netstandard2.0\Microsoft.WindowsAzure.Storage.DataMovement.dll .\tools\nupkg\lib\netstandard2.0 copy .\netcore\Microsoft.WindowsAzure.Storage.DataMovement\bin\Release\netstandard2.0\Microsoft.WindowsAzure.Storage.DataMovement.pdb .\tools\nupkg\lib\netstandard2.0 copy .\netcore\Microsoft.WindowsAzure.Storage.DataMovement\bin\Release\netstandard2.0\Microsoft.WindowsAzure.Storage.DataMovement.xml .\tools\nupkg\lib\netstandard2.0 .\.nuget\nuget.exe pack .\tools\nupkg\Microsoft.Azure.Storage.DataMovement.nuspec popd rmdir /s /q .\lib popd
pushd %~dp0 rmdir /s /q .\package mkdir .\package\lib\net45 mkdir .\package\lib\netstandard2.0 pushd ..\.. del /q /f *.nupkg copy .\lib\bin\Release\Microsoft.WindowsAzure.Storage.DataMovement.dll .\tools\nupkg\package\lib\net45 copy .\lib\bin\Release\Microsoft.WindowsAzure.Storage.DataMovement.pdb .\tools\nupkg\package\lib\net45 copy .\lib\bin\Release\Microsoft.WindowsAzure.Storage.DataMovement.XML .\tools\nupkg\package\lib\net45 copy .\netcore\Microsoft.WindowsAzure.Storage.DataMovement\bin\Release\netstandard2.0\Microsoft.WindowsAzure.Storage.DataMovement.dll .\tools\nupkg\package\lib\netstandard2.0 copy .\netcore\Microsoft.WindowsAzure.Storage.DataMovement\bin\Release\netstandard2.0\Microsoft.WindowsAzure.Storage.DataMovement.pdb .\tools\nupkg\package\lib\netstandard2.0 copy .\netcore\Microsoft.WindowsAzure.Storage.DataMovement\bin\Release\netstandard2.0\Microsoft.WindowsAzure.Storage.DataMovement.xml .\tools\nupkg\package\lib\netstandard2.0 copy .\tools\nupkg\Microsoft.Azure.Storage.DataMovement.nuspec .\tools\nupkg\package .\.nuget\nuget.exe pack .\tools\nupkg\package\Microsoft.Azure.Storage.DataMovement.nuspec popd rmdir /s /q .\package popd
Exclude nupkg script from DMLib's nuget package.
Exclude nupkg script from DMLib's nuget package.
Batchfile
mit
Azure/azure-storage-net-data-movement
26d3ada961a6ab82390112e974ad5c03cd9f0caa
sipXcallLib/sipXtapi/build.win32/updateVersion.bat
sipXcallLib/sipXtapi/build.win32/updateVersion.bat
call setRepoEnvVar sed -i "s/SIPXTAPI_BUILDNUMBER.*\".*\"/SIPXTAPI_BUILDNUMBER \"%REPRO_VERSION%\"/g" ..\..\include\tapi\sipXtapi.h sed -i "s/SIPXTAPI_BUILD_WORD.*/SIPXTAPI_BUILD_WORD 2,9,1,%REPRO_VERSION%/g" ..\..\include\tapi\sipXtapi.h sed -i "s/SIPXTAPI_FULL_VERSION.*\".*\"/SIPXTAPI_FULL_VERSION \"2.9.1.%REPRO_VERSION%\"/g" ..\..\include\tapi\sipXtapi.h sed -i "s/SIPXTAPI_BUILDDATE.*\".*\"/SIPXTAPI_BUILDDATE \"%date:~10,4%-%date:~4,2%-%date:~7,2%\"/g" ..\..\include\tapi\sipXtapi.h
call setRepoEnvVar sed -i "s/SIPXTAPI_BUILDNUMBER.*\".*\"/SIPXTAPI_BUILDNUMBER \"%REPRO_VERSION%\"/g" ..\..\include\tapi\sipXtapi.h sed -i "s/SIPXTAPI_BUILD_WORD [0-9,,]*/SIPXTAPI_BUILD_WORD 2,9,1,%REPRO_VERSION%/g" ..\..\include\tapi\sipXtapi.h sed -i "s/SIPXTAPI_FULL_VERSION.*\".*\"/SIPXTAPI_FULL_VERSION \"2.9.1.%REPRO_VERSION%\"/g" ..\..\include\tapi\sipXtapi.h sed -i "s/SIPXTAPI_BUILDDATE.*\".*\"/SIPXTAPI_BUILDDATE \"%date:~10,4%-%date:~4,2%-%date:~7,2%\"/g" ..\..\include\tapi\sipXtapi.h
Tweak to the script used to modified the version in sipXtapi.h -- it removed the start of comment resulting in compiler errors.
Tweak to the script used to modified the version in sipXtapi.h -- it removed the start of comment resulting in compiler errors. git-svn-id: 5274dacc98e2a95d0b0452670772bfdffe61ca90@7201 a612230a-c5fa-0310-af8b-88eea846685b
Batchfile
lgpl-2.1
sipXtapi/sipXtapi-svn-mirror,sipXtapi/sipXtapi-svn-mirror,sipXtapi/sipXtapi-svn-mirror,sipXtapi/sipXtapi-svn-mirror,sipXtapi/sipXtapi-svn-mirror,sipXtapi/sipXtapi-svn-mirror,sipXtapi/sipXtapi-svn-mirror
14dd266d0db212b5a97e7140267b8f59906cdb91
recipes/grpcio/bld.bat
recipes/grpcio/bld.bat
"%PYTHON%" -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv if errorlevel 1 exit 1
set "GRPC_PYTHON_BUILD_SYSTEM_ZLIB=True" set "GRPC_PYTHON_BUILD_SYSTEM_OPENSSL=True" set "GRPC_PYTHON_CFLAGS=/DPB_FIELD_16BIT" "%PYTHON%" -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv if errorlevel 1 exit 1
Use zlib and openssl from conda-forge for windows
Use zlib and openssl from conda-forge for windows
Batchfile
bsd-3-clause
kwilcox/staged-recipes,johanneskoester/staged-recipes,rmcgibbo/staged-recipes,chrisburr/staged-recipes,synapticarbors/staged-recipes,petrushy/staged-recipes,rmcgibbo/staged-recipes,igortg/staged-recipes,cpaulik/staged-recipes,mcs07/staged-recipes,kwilcox/staged-recipes,goanpeca/staged-recipes,asmeurer/staged-recipes,birdsarah/staged-recipes,scopatz/staged-recipes,ceholden/staged-recipes,johanneskoester/staged-recipes,ReimarBauer/staged-recipes,dschreij/staged-recipes,jjhelmus/staged-recipes,jochym/staged-recipes,hadim/staged-recipes,synapticarbors/staged-recipes,rvalieris/staged-recipes,mcs07/staged-recipes,jakirkham/staged-recipes,ocefpaf/staged-recipes,basnijholt/staged-recipes,ReimarBauer/staged-recipes,conda-forge/staged-recipes,mariusvniekerk/staged-recipes,Juanlu001/staged-recipes,stuertz/staged-recipes,isuruf/staged-recipes,goanpeca/staged-recipes,ceholden/staged-recipes,conda-forge/staged-recipes,asmeurer/staged-recipes,birdsarah/staged-recipes,SylvainCorlay/staged-recipes,basnijholt/staged-recipes,sodre/staged-recipes,sodre/staged-recipes,patricksnape/staged-recipes,shadowwalkersb/staged-recipes,ocefpaf/staged-recipes,mariusvniekerk/staged-recipes,igortg/staged-recipes,cpaulik/staged-recipes,jakirkham/staged-recipes,isuruf/staged-recipes,stuertz/staged-recipes,SylvainCorlay/staged-recipes,petrushy/staged-recipes,jochym/staged-recipes,shadowwalkersb/staged-recipes,Juanlu001/staged-recipes,rvalieris/staged-recipes,dschreij/staged-recipes,hadim/staged-recipes,patricksnape/staged-recipes,jjhelmus/staged-recipes,scopatz/staged-recipes,chrisburr/staged-recipes,sodre/staged-recipes
1a99b2eafaac3035617bbed11a35436ef1d78975
contrib/appveyor/build_main.bat
contrib/appveyor/build_main.bat
mkdir c:\projects\plib-build if "%APPVEYOR_REPO_BRANCH%"=="appveyor_test" ( set "BOOST_ARGS=-DPLIB_TESTS_STATIC=ON -DBOOST_ROOT=C:\Libraries\boost_1_59_0" ) if "%USE_MINGW%"=="1" ( cd c:\projects\plib-build set "PATH=C:\MinGW\bin;C:\Program Files (x86)\CMake\bin" set BUILD_TYPE=-DCMAKE_BUILD_TYPE=%configuration% cmake %BUILD_TYPE% -G"%CMAKE_GENERATOR%" %BOOST_ARGS% c:\projects\plib mingw32-make ctest ) else ( if "%USE_MSYS%"=="1" ( set "PATH=C:\msys2\bin;C:\Program Files (x86)\CMake\bin" c:\msys2\bin\bash c:\projects\plib\contrib\appveyor\build_msys.sh ) )
mkdir c:\projects\plib-build if "%APPVEYOR_REPO_BRANCH%"=="appveyor_test" ( set "BOOST_ARGS=-DPLIB_TESTS_STATIC=ON -DBOOST_ROOT=C:\Libraries\boost_1_59_0" ) if "%USE_MINGW%"=="1" ( cd c:\projects\plib-build set "PATH=C:\MinGW\bin;C:\Program Files (x86)\CMake\bin" set BUILD_TYPE=-DCMAKE_BUILD_TYPE=%configuration% cmake %BUILD_TYPE% -G"%CMAKE_GENERATOR%" %BOOST_ARGS% c:\projects\plib mingw32-make ctest ) else ( if "%USE_MSYS%"=="1" ( set "PATH=C:\msys64\usr\bin;C:\Program Files (x86)\CMake\bin" bash c:\projects\plib\contrib\appveyor\build_msys.sh ) )
Fix path to MSYS2 binaries
appveyor: Fix path to MSYS2 binaries
Batchfile
unknown
saprykin/plibsys,saprykin/plibsys,saprykin/plib,saprykin/plib,saprykin/plibsys
c673b3999740b998d5bf5b19c9c5379637f6f1e8
scripts/create-exe.bat
scripts/create-exe.bat
@echo off set cwd=%cd% cd /D %~dp0 set DevCmd="C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\Tools\VsDevCmd.bat" set MSBuildOptions=/v:m /p:Configuration=Release set BuildDir64="build-exe-64" set BuildDir32="build-exe-32" call %DevCmd% echo Building 64-bit tev... mkdir %BuildDir64% cd %BuildDir64% cmake -DTEV_DEPLOY=1 -G "Visual Studio 15 2017 Win64" ..\.. msbuild %MSBuildOptions% tev.sln move "Release\tev.exe" "..\..\tev.exe" cd .. rmdir /S /Q %BuildDir64% echo Building 32-bit tev... mkdir %BuildDir32% cd %BuildDir32% cmake -DTEV_DEPLOY=1 -G "Visual Studio 15 2017" ..\.. msbuild %MSBuildOptions% tev.sln move "Release\tev.exe" "..\..\tev-32bit.exe" cd .. rmdir /S /Q %BuildDir32% echo Returning to original directory. cd /D %cwd% pause
@echo off set cwd=%cd% cd /D %~dp0 set DevCmd="C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\Tools\VsDevCmd.bat" set MSBuildOptions=/v:m /p:Configuration=Release set BuildDir64="build-exe-64" set BuildDir32="build-exe-32" call %DevCmd% echo Building 64-bit tev... mkdir %BuildDir64% cd %BuildDir64% cmake -DTEV_DEPLOY=1 -G "Visual Studio 15 2017 Win64" ..\.. msbuild %MSBuildOptions% tev.sln move "Release\tev.exe" "..\..\tev.exe" cd .. rmdir /S /Q %BuildDir64% echo Building 32-bit tev... mkdir %BuildDir32% cd %BuildDir32% cmake -DTEV_DEPLOY=1 -G "Visual Studio 15 2017" ..\.. msbuild %MSBuildOptions% tev.sln move "Release\tev.exe" "..\..\tev-32bit.exe" cd .. rmdir /S /Q %BuildDir32% echo Returning to original directory. cd /D %cwd% pause
Update Windows Release build script
Update Windows Release build script
Batchfile
bsd-3-clause
Tom94/tev,Tom94/tev,Tom94/tev,Tom94/tev
1609750bba676533e67b0c81b0ac227eb264bf2a
mediainfo/MediaInfoLib/Project/MSVC2015/build-release.bat
mediainfo/MediaInfoLib/Project/MSVC2015/build-release.bat
call "%VS140COMNTOOLS%....\VC\bin\vcvars32.bat" "%VS140COMNTOOLS%..\ide\devenv" MediaInfoLib.sln /Build "Release|Win32"
Add bat for build release VC++2015
Add bat for build release VC++2015
Batchfile
mit
pavel-pimenov/sandbox,pavel-pimenov/sandbox,pavel-pimenov/sandbox,pavel-pimenov/sandbox,pavel-pimenov/sandbox,pavel-pimenov/sandbox,pavel-pimenov/sandbox,pavel-pimenov/sandbox,pavel-pimenov/sandbox
95e605260038945d755c1decf0c6abb281668ba4
build-theme-file.bat
build-theme-file.bat
@echo off echo Building your theme... mkdir temp echo Building fonts... bin\makebundle.exe temp\8x8.fnt Template\font8x8 bin\makebundle.exe temp\7x6.fnt Template\font7x6 bin\makebundle.exe temp\4x6.fnt Template\font4x6 echo Copying colors... copy /y Template\colors.txt temp\colors.txt echo Copying graphics... copy /y Template\bevel.* temp copy /y Template\vu.* temp copy /y Template\analyzor.* temp copy /y Template\logo.* temp echo Bundling everything together... bin\makebundle.exe MyNewTheme temp echo --- echo Your new theme is now packed in the file called "MyNewTheme"! echo Copy the file in klystrack\res and restart klystrack. pause
@echo off echo Building your theme... mkdir temp echo Building fonts... bin\makebundle.exe temp\8x8.fnt Template\font8x8 bin\makebundle.exe temp\7x6.fnt Template\font7x6 bin\makebundle.exe temp\4x6.fnt Template\font4x6 echo Copying colors... copy /y Template\colors.txt temp\colors.txt echo Copying graphics... copy /y Template\bevel.* temp copy /y Template\vu.* temp copy /y Template\analyzor.* temp copy /y Template\logo.* temp copy /y Template\cursor.* temp echo Bundling everything together... bin\makebundle.exe MyNewTheme temp echo --- echo Your new theme is now packed in the file called "MyNewTheme"! echo Copy the file in klystrack\res and restart klystrack. pause
Support for cursor.png mouse cursor file
Support for cursor.png mouse cursor file
Batchfile
mit
kometbomb/klystrack-theme-kit
7917dd5bc6a6158b310ac8340013be2b52e70df5
src/main/bin/run.bat
src/main/bin/run.bat
@echo off setlocal EnableDelayedExpansion SET OLDCD=%CD% cd %~dp0.. SET JAVA_OPTS= -Xmx1g SET CLASS=com.github.rnewson.couchdb.lucene.Main SET CLASSPATH="conf" for %%i in ("lib\*.jar") do @SET CLASSPATH=!CLASSPATH!;"%%~dpfi" java %JAVA_OPTS% -cp %CLASSPATH% %CLASS% > nul cd %OLDCD%
@echo off setlocal EnableDelayedExpansion SET OLDCD=%CD% cd %~dp0.. SET JAVA_OPTS= -Xmx1g SET CLASS=com.github.rnewson.couchdb.lucene.Main SET CLASSPATH="conf" for %%i in ("lib\*.jar") do @SET CLASSPATH=!CLASSPATH!;"%%~sdpfi" java %JAVA_OPTS% -cp %CLASSPATH% %CLASS% > nul cd %OLDCD%
Use short filenames on Windows becauses spaces are evil
Use short filenames on Windows becauses spaces are evil
Batchfile
apache-2.0
eHealthAfrica/couchdb-lucene,rnewson/couchdb-lucene,eHealthAfrica/couchdb-lucene,ehealthafrica-ci/couchdb-lucene,eHealthAfrica/couchdb-lucene,ehealthafrica-ci/couchdb-lucene,rnewson/couchdb-lucene,ehealthafrica-ci/couchdb-lucene,rnewson/couchdb-lucene
c249d249e34b9ea034f2c62c4b3d653afa684646
recipes/cartopy_offlinedata/scripts/activate.bat
recipes/cartopy_offlinedata/scripts/activate.bat
:: Store existing env vars and set to this conda env :: so other installs don't pollute the environment. @if defined CARTOPY_OFFLINE_SHARED ( set "_CONDA_SET_CARTOPY_OFFLINE_SHARED=%CARTOPY_OFFLINE_SHARED%" ) @set "CARTOPY_OFFLINE_SHARED=%CONDA_PREFIX%\Library\share\cartopy"
:: Store existing env vars and set to this conda env :: so other installs don't pollute the environment. @if defined CARTOPY_OFFLINE_SHARED ( set "_CONDA_SET_CARTOPY_OFFLINE_SHARED=%CARTOPY_OFFLINE_SHARED%" ) @set "CARTOPY_OFFLINE_SHARED=%CONDA_PREFIX%\share\cartopy"
Update fix Windows activation script
Update fix Windows activation script Co-Authored-By: Isuru Fernando <47df6cafd3b4bed4c7bba9d00d0cf0fc680a9921@gmail.com>
Batchfile
bsd-3-clause
chrisburr/staged-recipes,johanneskoester/staged-recipes,conda-forge/staged-recipes,asmeurer/staged-recipes,scopatz/staged-recipes,petrushy/staged-recipes,kwilcox/staged-recipes,petrushy/staged-recipes,mariusvniekerk/staged-recipes,hadim/staged-recipes,jakirkham/staged-recipes,ocefpaf/staged-recipes,asmeurer/staged-recipes,mariusvniekerk/staged-recipes,ocefpaf/staged-recipes,jochym/staged-recipes,igortg/staged-recipes,stuertz/staged-recipes,Juanlu001/staged-recipes,conda-forge/staged-recipes,scopatz/staged-recipes,jakirkham/staged-recipes,dschreij/staged-recipes,stuertz/staged-recipes,Juanlu001/staged-recipes,patricksnape/staged-recipes,goanpeca/staged-recipes,goanpeca/staged-recipes,dschreij/staged-recipes,birdsarah/staged-recipes,chrisburr/staged-recipes,jochym/staged-recipes,patricksnape/staged-recipes,SylvainCorlay/staged-recipes,birdsarah/staged-recipes,johanneskoester/staged-recipes,SylvainCorlay/staged-recipes,hadim/staged-recipes,ReimarBauer/staged-recipes,igortg/staged-recipes,ReimarBauer/staged-recipes,kwilcox/staged-recipes
2d30438eae3ff0111adc77b5c4102575eb0a5695
Games/Other/Oxide.Game.Nomad/Files/Windows/_start-example.bat
Games/Other/Oxide.Game.Nomad/Files/Windows/_start-example.bat
@echo off cls :start echo Starting server... "Nomad Server\NomadServer.exe" -name "My Oxide Server" -port 5127 -slots 10 -clientVersion "0.71" -password "" -tcpLobby "149.202.51.185" 25565 echo. echo Restarting server... echo. goto start
@echo off cls :start echo Starting server... "Nomad Server\NomadServer.exe" -name "My Oxide Server" -port 5127 -slots 10 -clientVersion "0.72" -password "" -tcpLobby "149.202.51.185" 25565 echo. echo Restarting server... echo. goto start
Patch for version 0.72 update
[Nomad] Patch for version 0.72 update
Batchfile
mit
LaserHydra/Oxide,LaserHydra/Oxide,Visagalis/Oxide,Visagalis/Oxide
8324506eb02e6d1339ca1877a706f709055b0e62
Kudu.Services.Web/updateNodeModules.cmd
Kudu.Services.Web/updateNodeModules.cmd
@echo off setlocal enabledelayedexpansion pushd %1 set attempts=5 set counter=0 :retry set /a counter+=1 echo Attempt %counter% out of %attempts% cmd /c npm install http://github.com/projectkudu/KuduScript/tarball/master IF %ERRORLEVEL% NEQ 0 goto error goto end :error if %counter% GEQ %attempts% goto :lastError goto retry :lastError popd echo An error has occured during npm install. exit /b 1 :end popd echo Finished successfully. exit /b 0
@echo off setlocal enabledelayedexpansion pushd %1 set attempts=5 set counter=0 :retry set /a counter+=1 echo Attempt %counter% out of %attempts% cmd /c npm install http://github.com/projectkudu/KuduScript/tarball/99816ade95addbfa6cfae7d74b7b616e2eebf772 IF %ERRORLEVEL% NEQ 0 goto error goto end :error if %counter% GEQ %attempts% goto :lastError goto retry :lastError popd echo An error has occured during npm install. exit /b 1 :end popd echo Finished successfully. exit /b 0
Use a specific version (commit) for kudu-script
Use a specific version (commit) for kudu-script
Batchfile
apache-2.0
projectkudu/kudu,kenegozi/kudu,shanselman/kudu,sitereactor/kudu,kali786516/kudu,bbauya/kudu,oliver-feng/kudu,puneet-gupta/kudu,duncansmart/kudu,dev-enthusiast/kudu,bbauya/kudu,puneet-gupta/kudu,badescuga/kudu,barnyp/kudu,shibayan/kudu,kali786516/kudu,shibayan/kudu,sitereactor/kudu,juvchan/kudu,duncansmart/kudu,juvchan/kudu,juvchan/kudu,chrisrpatterson/kudu,MavenRain/kudu,shibayan/kudu,oliver-feng/kudu,EricSten-MSFT/kudu,kali786516/kudu,bbauya/kudu,juvchan/kudu,sitereactor/kudu,YOTOV-LIMITED/kudu,duncansmart/kudu,sitereactor/kudu,projectkudu/kudu,juoni/kudu,chrisrpatterson/kudu,mauricionr/kudu,projectkudu/kudu,YOTOV-LIMITED/kudu,barnyp/kudu,dev-enthusiast/kudu,juvchan/kudu,shrimpy/kudu,shrimpy/kudu,shrimpy/kudu,juoni/kudu,oliver-feng/kudu,projectkudu/kudu,shanselman/kudu,chrisrpatterson/kudu,juoni/kudu,duncansmart/kudu,mauricionr/kudu,projectkudu/kudu,barnyp/kudu,MavenRain/kudu,badescuga/kudu,WeAreMammoth/kudu-obsolete,badescuga/kudu,shanselman/kudu,YOTOV-LIMITED/kudu,kali786516/kudu,MavenRain/kudu,WeAreMammoth/kudu-obsolete,uQr/kudu,shibayan/kudu,uQr/kudu,mauricionr/kudu,shrimpy/kudu,juoni/kudu,puneet-gupta/kudu,uQr/kudu,badescuga/kudu,kenegozi/kudu,badescuga/kudu,EricSten-MSFT/kudu,uQr/kudu,mauricionr/kudu,barnyp/kudu,kenegozi/kudu,kenegozi/kudu,shibayan/kudu,bbauya/kudu,puneet-gupta/kudu,dev-enthusiast/kudu,MavenRain/kudu,EricSten-MSFT/kudu,puneet-gupta/kudu,EricSten-MSFT/kudu,WeAreMammoth/kudu-obsolete,YOTOV-LIMITED/kudu,sitereactor/kudu,dev-enthusiast/kudu,chrisrpatterson/kudu,EricSten-MSFT/kudu,oliver-feng/kudu
bad62daa3fc4205e13045337dac4fdbc455fd0e1
bootstrap.bat
bootstrap.bat
@echo off :: set batch file directory as current pushd "%~dp0" set SHARPMAKE_EXECUTABLE=bin\debug\Sharpmake.Application.exe call CompileSharpmake.bat Sharpmake.Application/Sharpmake.Application.csproj Debug AnyCPU if %errorlevel% NEQ 0 goto error set SM_CMD=%SHARPMAKE_EXECUTABLE% /sources("Sharpmake.Main.sharpmake.cs") /verbose echo %SM_CMD% %SM_CMD% if %errorlevel% NEQ 0 goto error goto success @REM ----------------------------------------------------------------------- :success COLOR 2F echo Bootstrap succeeded^! timeout /t 5 exit /b 0 @REM ----------------------------------------------------------------------- :error COLOR 4F echo Bootstrap failed^! pause set ERROR_CODE=1 goto end @REM ----------------------------------------------------------------------- :end :: restore caller current directory popd exit /b %ERROR_CODE%
@echo off :: set batch file directory as current pushd "%~dp0" set SHARPMAKE_EXECUTABLE=bin\debug\Sharpmake.Application.exe call CompileSharpmake.bat Sharpmake.Application/Sharpmake.Application.csproj Debug AnyCPU if %errorlevel% NEQ 0 goto error set SM_CMD=%SHARPMAKE_EXECUTABLE% /sources("Sharpmake.Main.sharpmake.cs") /verbose echo %SM_CMD% %SM_CMD% if %errorlevel% NEQ 0 goto error goto success @REM ----------------------------------------------------------------------- :success COLOR 2F echo Bootstrap succeeded^! timeout /t 5 goto end @REM ----------------------------------------------------------------------- :error COLOR 4F echo Bootstrap failed^! pause set ERROR_CODE=1 goto end @REM ----------------------------------------------------------------------- :end :: restore caller current directory popd exit /b %ERROR_CODE%
Fix boostrap not going to end when successful, which lead to working directory not being correctly reset.
Fix boostrap not going to end when successful, which lead to working directory not being correctly reset.
Batchfile
apache-2.0
ubisoftinc/Sharpmake,ubisoftinc/Sharpmake,ubisoftinc/Sharpmake
bbc1f2157065f911355ad0566f6d16b8499c1f6a
PCbuild/rt.bat
PCbuild/rt.bat
@rem Run Tests. Run the regression test suite. @rem Plain "rt" runs Release build, arguments passed on to regrtest. @rem "rt -d" runs Debug build similarly, after shifting off -d. @set _exe=python @if "%1" =="-d" set _exe=python_d @if "%1" =="-d" shift %_exe% ../lib/test/regrtest.py %1 %2 %3 %4 %5 %6 %7 %8 %9 @set _exe=
@rem Run Tests. Run the regression test suite. @rem Plain "rt" runs Release build, arguments passed on to regrtest. @rem "rt -d" runs Debug build similarly, after shifting off -d. @set _exe=python @if "%1" =="-d" set _exe=python_d @if "%1" =="-d" shift @del ..\Lib\*.pyc @del ..\Lib\*.pyo @del ..\Lib\test\*.pyc @del ..\Lib\test\*.pyo %_exe% ../lib/test/regrtest.py %1 %2 %3 %4 %5 %6 %7 %8 %9 @set _exe=
Delete the bytecode from the library and tests before running the tests for the first time -- like the Unix Makefile does. This avoids not catching problems in the bytecode generator and/or bytecode marshalling.
Delete the bytecode from the library and tests before running the tests for the first time -- like the Unix Makefile does. This avoids not catching problems in the bytecode generator and/or bytecode marshalling.
Batchfile
mit
sk-/python2.7-type-annotator,sk-/python2.7-type-annotator,sk-/python2.7-type-annotator
dddef34ae414194aa260142e098b8522f9344482
recipes/shellcheck/bld.bat
recipes/shellcheck/bld.bat
set "BINARY_HOME=%PREFIX%\bin" set "PACKAGE_HOME=%PREFIX%\share\%PKG_NAME%-%PKG_VERSION%-%PKG_BUILDNUM%" set "STACK_ROOT=%PACKAGE_HOME%\stackroot" mkdir "%BINARY_HOME%" || goto :error mkdir "%PACKAGE_HOME%" || goto :error mkdir "%STACK_ROOT%" || goto :error stack --local-bin-path "%PREFIX%\bin" ^ --extra-include-dirs "%PREFIX%\include" ^ --extra-lib-dirs "%PREFIX%\lib" ^ --stack-root "%STACK_ROOT%" ^ setup ^ || goto :error stack --local-bin-path "%PREFIX%\bin" ^ --extra-include-dirs "%PREFIX%\include" ^ --extra-lib-dirs "%PREFIX%\lib" ^ --stack-root "%STACK_ROOT%" ^ install --ghc-options ^ "-optl-pthread -optl-L%PREFIX%\lib -optl-Wl,-rpath,%PREFIX%\lib" ^ || goto :error strip "%PREFIX%\bin\shellcheck.exe" || goto :error rmdir /S /Q "%PACKAGE_HOME%" || goto :error goto :EOF :error echo Failed with error #%errorlevel%. exit 1
set "BINARY_HOME=%PREFIX%\bin" set "PACKAGE_HOME=%PREFIX%\share\%PKG_NAME%-%PKG_VERSION%-%PKG_BUILDNUM%" set "STACK_ROOT=%PACKAGE_HOME%\stackroot" mkdir "%BINARY_HOME%" || goto :error mkdir "%PACKAGE_HOME%" || goto :error mkdir "%STACK_ROOT%" || goto :error stack --local-bin-path "%PREFIX%\bin" ^ --extra-include-dirs "%PREFIX%\include" ^ --extra-lib-dirs "%PREFIX%\lib" ^ --stack-root "%STACK_ROOT%" ^ setup ^ || goto :error stack --local-bin-path "%PREFIX%\bin" ^ --extra-include-dirs "%PREFIX%\include" ^ --extra-lib-dirs "%PREFIX%\lib" ^ --stack-root "%STACK_ROOT%" ^ install --ghc-options ^ "-optl-pthread -optl-L%PREFIX%\lib" ^ || goto :error strip "%PREFIX%\bin\shellcheck.exe" || goto :error rmdir /S /Q "%PACKAGE_HOME%" || goto :error goto :EOF :error echo Failed with error #%errorlevel%. exit 1
Remove rpath in windows stack build
Remove rpath in windows stack build There are no shared run-time libs on windows.
Batchfile
bsd-3-clause
jochym/staged-recipes,ocefpaf/staged-recipes,isuruf/staged-recipes,ReimarBauer/staged-recipes,synapticarbors/staged-recipes,patricksnape/staged-recipes,stuertz/staged-recipes,birdsarah/staged-recipes,chrisburr/staged-recipes,dschreij/staged-recipes,petrushy/staged-recipes,shadowwalkersb/staged-recipes,petrushy/staged-recipes,synapticarbors/staged-recipes,goanpeca/staged-recipes,birdsarah/staged-recipes,jjhelmus/staged-recipes,igortg/staged-recipes,conda-forge/staged-recipes,igortg/staged-recipes,scopatz/staged-recipes,hadim/staged-recipes,shadowwalkersb/staged-recipes,rmcgibbo/staged-recipes,jochym/staged-recipes,kwilcox/staged-recipes,basnijholt/staged-recipes,patricksnape/staged-recipes,Juanlu001/staged-recipes,cpaulik/staged-recipes,cpaulik/staged-recipes,isuruf/staged-recipes,SylvainCorlay/staged-recipes,SylvainCorlay/staged-recipes,ocefpaf/staged-recipes,Juanlu001/staged-recipes,scopatz/staged-recipes,sodre/staged-recipes,ceholden/staged-recipes,mariusvniekerk/staged-recipes,rmcgibbo/staged-recipes,jakirkham/staged-recipes,sodre/staged-recipes,asmeurer/staged-recipes,jjhelmus/staged-recipes,mcs07/staged-recipes,kwilcox/staged-recipes,ceholden/staged-recipes,johanneskoester/staged-recipes,mariusvniekerk/staged-recipes,johanneskoester/staged-recipes,mcs07/staged-recipes,hadim/staged-recipes,sodre/staged-recipes,goanpeca/staged-recipes,chrisburr/staged-recipes,asmeurer/staged-recipes,basnijholt/staged-recipes,conda-forge/staged-recipes,jakirkham/staged-recipes,dschreij/staged-recipes,ReimarBauer/staged-recipes,stuertz/staged-recipes
d27ed6bec005f1fbf0061d0c33cff516ecb24225
build/Build-debug.bat
build/Build-debug.bat
@ECHO OFF SET release=6.1.6 SET comment= SET version=%release% IF [%comment%] EQU [] (SET version=%release%) ELSE (SET version=%release%-%comment%) ReplaceIISExpressPortNumber.exe ..\src\Umbraco.Web.UI\Umbraco.Web.UI.csproj %release% %windir%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe "Build-debug.proj" /p:BUILD_RELEASE=%release% /p:BUILD_COMMENT=%comment% echo off SET SRC=N:\web\webcentrum-dev.muni.cz\umbraco-source\Umbraco\build\_BuildOutput\WebApp SET DEST=N:\web\webcentrum-dev.muni.cz\%1\web echo. && echo bin: robocopy %SRC%\bin %DEST%\bin /S /XO /NJH /NFL /NDL echo. && echo umbraco: robocopy %SRC%\umbraco %DEST%\umbraco /S /XO /NJH /NFL /NDL echo. && echo umbraco_client: robocopy %SRC%\umbraco_client %DEST%\umbraco_client /S /XO /NJH /NFL /NDL REM pause
@ECHO OFF SET release=6.1.6 SET comment= SET version=%release% IF [%comment%] EQU [] (SET version=%release%) ELSE (SET version=%release%-%comment%) ReplaceIISExpressPortNumber.exe ..\src\Umbraco.Web.UI\Umbraco.Web.UI.csproj %release% %windir%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe "Build-debug.proj" /p:BUILD_RELEASE=%release% /p:BUILD_COMMENT=%comment% echo off SET SRC=N:\web\webcentrum-dev.muni.cz\umbraco-source\Umbraco\build\_BuildOutput\WebApp SET DEST=N:\web\webcentrum-dev.muni.cz\%1\web echo. && echo bin: robocopy %SRC%\bin %DEST%\bin /S /XO /IS /NJH /NFL /NDL echo. && echo umbraco: robocopy %SRC%\umbraco %DEST%\umbraco /S /XO /IS /NJH /NFL /NDL echo. && echo umbraco_client: robocopy %SRC%\umbraco_client %DEST%\umbraco_client /S /XO /IS /NJH /NFL /NDL REM pause
Build debug overwrite files always
Build debug overwrite files always
Batchfile
mit
WebCentrum/Umbraco-CMS,WebCentrum/Umbraco-CMS,WebCentrum/Umbraco-CMS
1e30cba20f08bb1443afa4e668177720051f954f
VisualStudio/01-generate.bat
VisualStudio/01-generate.bat
@echo off cd ../.. if not exist "temp" mkdir temp cd temp cmake -DCMAKE_INSTALL_PREFIX=../temp/install -G "Visual Studio 16 2019" -A x64 .. if %errorlevel% neq 0 exit /b %errorlevel% cd ../build/VisualStudio
@echo off cd ../.. if not exist "temp" mkdir temp cd temp cmake -DCMAKE_INSTALL_PREFIX=../temp/install -G "Visual Studio 15 2017 Win64" .. if %errorlevel% neq 0 exit /b %errorlevel% cd ../build/VisualStudio
Rollback to Visual Studio 2017
Rollback to Visual Studio 2017
Batchfile
mit
chronoxor/CppBuildScripts
e63d6cbbd245ef0acb101b5ee614811c0109b6c7
makebuild.bat
makebuild.bat
@rem Makes a build of the viewer @rem You should have a directory ..\viewerbuilddlls which has release versions of @rem all dependency dlls, including gtkmm & the Visual Studio 9 runtime @echo off rmdir build /S /Q md build xcopy bin\*.* build /S /C del build\data\configuration\*.xml rmdir build\testing /S /Q del build\*.dll del build\viewerd.exe del build\modules\core\*d.dll del build\modules\test\*d.dll del build\modules\test\TestModule*.* del build\modules\test\non_existing_system.xml xcopy ..\viewerbuilddlls\*.* build /S /C
@rem Makes a build of the viewer @rem You should have a directory ..\viewerbuilddlls which has release versions of @rem all dependency dlls, including gtkmm & the Visual Studio 9 runtime @echo off rmdir build /S /Q md build xcopy bin\*.* build /S /C del build\data\configuration\*.xml rmdir build\testing /S /Q del build\*.dll del build\viewerd.exe del build\modules\core\*d.dll del build\modules\test\*d.dll del build\modules\test\TestModule*.* del build\modules\test\non_existing_system.xml del build\modules\core\OpenAL*.* xcopy ..\viewerbuilddlls\*.* build /S /C
Delete OpenAL module from build from now on, because it's not yet used.
Delete OpenAL module from build from now on, because it's not yet used. git-svn-id: 65dd0ccd495961f396d5302e5521154b071f0302@918 5b2332b8-efa3-11de-8684-7d64432d61a3
Batchfile
apache-2.0
antont/tundra,jesterKing/naali,antont/tundra,pharos3d/tundra,BogusCurry/tundra,BogusCurry/tundra,AlphaStaxLLC/tundra,antont/tundra,pharos3d/tundra,jesterKing/naali,AlphaStaxLLC/tundra,AlphaStaxLLC/tundra,antont/tundra,antont/tundra,jesterKing/naali,BogusCurry/tundra,AlphaStaxLLC/tundra,antont/tundra,pharos3d/tundra,pharos3d/tundra,BogusCurry/tundra,realXtend/tundra,antont/tundra,BogusCurry/tundra,pharos3d/tundra,jesterKing/naali,jesterKing/naali,AlphaStaxLLC/tundra,realXtend/tundra,AlphaStaxLLC/tundra,pharos3d/tundra,BogusCurry/tundra,realXtend/tundra,jesterKing/naali,realXtend/tundra,realXtend/tundra,realXtend/tundra,jesterKing/naali
b403f112e4f4e27c1a0b0a427edb23b04a24caa8
externals/bundles/hadoop/0.20.0-p2/build_hadoop-0.20.0-p2.bat
externals/bundles/hadoop/0.20.0-p2/build_hadoop-0.20.0-p2.bat
rm -rf ..\..\install\hdfs mkdir ..\..\install\hdfs mkdir ..\..\install\hdfs\conf cp -r %PACKAGE_NAME%\webapps ..\..\install\hdfs cp -r %PACKAGE_NAME%\lib ..\..\install\hdfs cp %PACKAGE_NAME%\hadoop-0.20.0-p1-core.jar ..\..\install\hdfs\lib cp %PACKAGE_NAME%\src\hdfs\hdfs-default.xml ..\..\install\hdfs\conf
rm -rf ..\..\install\hdfs mkdir ..\..\install\hdfs mkdir ..\..\install\hdfs\conf cp -r %PACKAGE_SRC_NAME%\webapps ..\..\install\hdfs cp -r %PACKAGE_SRC_NAME%\lib ..\..\install\hdfs cp %PACKAGE_SRC_NAME%\hadoop-0.20.0-p1-core.jar ..\..\install\hdfs\lib cp %PACKAGE_SRC_NAME%\src\hdfs\hdfs-default.xml ..\..\install\hdfs\conf
Fix windows build script for hadoop external.
Fix windows build script for hadoop external.
Batchfile
apache-2.0
mambelli/osg-bosco-marco,mambelli/osg-bosco-marco,neurodebian/htcondor,bbockelm/condor-network-accounting,djw8605/condor,zhangzhehust/htcondor,clalancette/condor-dcloud,zhangzhehust/htcondor,djw8605/htcondor,bbockelm/condor-network-accounting,djw8605/htcondor,clalancette/condor-dcloud,djw8605/condor,htcondor/htcondor,clalancette/condor-dcloud,htcondor/htcondor,zhangzhehust/htcondor,neurodebian/htcondor,djw8605/htcondor,djw8605/htcondor,neurodebian/htcondor,neurodebian/htcondor,bbockelm/condor-network-accounting,htcondor/htcondor,djw8605/condor,djw8605/condor,bbockelm/condor-network-accounting,djw8605/htcondor,clalancette/condor-dcloud,mambelli/osg-bosco-marco,clalancette/condor-dcloud,htcondor/htcondor,neurodebian/htcondor,neurodebian/htcondor,djw8605/condor,clalancette/condor-dcloud,zhangzhehust/htcondor,djw8605/htcondor,djw8605/htcondor,bbockelm/condor-network-accounting,bbockelm/condor-network-accounting,htcondor/htcondor,zhangzhehust/htcondor,zhangzhehust/htcondor,zhangzhehust/htcondor,mambelli/osg-bosco-marco,neurodebian/htcondor,htcondor/htcondor,zhangzhehust/htcondor,djw8605/condor,mambelli/osg-bosco-marco,mambelli/osg-bosco-marco,neurodebian/htcondor,zhangzhehust/htcondor,bbockelm/condor-network-accounting,djw8605/htcondor,mambelli/osg-bosco-marco,clalancette/condor-dcloud,djw8605/condor,bbockelm/condor-network-accounting,djw8605/condor,neurodebian/htcondor,htcondor/htcondor,djw8605/htcondor,mambelli/osg-bosco-marco,htcondor/htcondor
5c125f587cedb2023e9fbdfe31bbada28a6bcfff
gtest/bld.bat
gtest/bld.bat
@echo off mkdir build cd build rem Need to handle Python 3.x case at some point (Visual Studio 2010) if %ARCH%==32 ( if %PY_VER% LSS 3 ( set CMAKE_GENERATOR="Visual Studio 9 2008" ) ) if %ARCH%==64 ( if %PY_VER% LSS 3 ( set CMAKE_GENERATOR="Visual Studio 9 2008 Win64" ) ) cmake .. -G %CMAKE_GENERATOR% ^ -DCMAKE_INSTALL_PREFIX=%LIBRARY_PREFIX% ^ -DCMAKE_PREFIX_PATH=%LIBRARY_PREFIX% cmake --build . --config Release mkdir %LIBRARY_LIB% copy /y Release\*.lib %LIBRARY_LIB% > nul if errorlevel 1 exit 1
@echo off mkdir build cd build rem Need to handle Python 3.x case at some point (Visual Studio 2010) if %ARCH%==32 ( if %PY_VER% LSS 3 ( set CMAKE_GENERATOR="Visual Studio 9 2008" ) ) if %ARCH%==64 ( if %PY_VER% LSS 3 ( set CMAKE_GENERATOR="Visual Studio 9 2008 Win64" ) ) cmake .. -G %CMAKE_GENERATOR% ^ -DCMAKE_INSTALL_PREFIX=%LIBRARY_PREFIX% ^ -DCMAKE_PREFIX_PATH=%LIBRARY_PREFIX% cmake --build . --config Release rem mkdir %LIBRARY_PREFIX%\src mkdir %LIBRARY_PREFIX%\src\gtest copy /y Release\*.lib %LIBRARY_LIB% > nul if errorlevel 1 exit 1 cd .. xcopy include %LIBRARY_INC% /E /I > nul if errorlevel 1 exit 1 xcopy src %LIBRARY_PREFIX%\src\gtest\src /E /I > nul if errorlevel 1 exit 1 xcopy cmake %LIBRARY_PREFIX%\src\gtest\cmake /E /I > nul if errorlevel 1 exit 1 copy /y CmakeLists.txt %LIBRARY_PREFIX%\src\gtest > nul if errorlevel 1 exit 1
Add missing headers and source files
gtest: Add missing headers and source files
Batchfile
bsd-2-clause
ccordoba12/pcl-conda-recipes,ccordoba12/pcl-conda-recipes
70dbcaec387344c112a102c38e81d3c66abd290a
onnx_chainer/.flexci/run_test.bat
onnx_chainer/.flexci/run_test.bat
@echo off set CUDA_VER=%1 set PY_VER=%2 set "CUDA_PATH=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v%CUDA_VER%" set PY_PATH=C:\Development\Python\Python%PY_VER% set PATH=%CUDA_PATH%\bin;%CUDA_PATH%\libnvvp;%PY_PATH%;%PY_PATH%\Scripts\%PATH% pip install --pre cupy-cuda101 pip install -e .[test] pip install "onnx<1.7.0" onnxruntime pytest-cov pip list -v pytest -x -s -vvvs tests\onnx_chainer_tests --cov onnx_chainer
@echo off set CUDA_VER=%1 set PY_VER=%2 set "CUDA_PATH=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v%CUDA_VER%" set PY_PATH=C:\Development\Python\Python%PY_VER% set PATH=%CUDA_PATH%\bin;%CUDA_PATH%\libnvvp;%PY_PATH%;%PY_PATH%\Scripts\%PATH% pip install --pre cupy-cuda101 pip install -e .[test] pip install "onnx<1.7.0" onnxruntime==1.2.0 pytest-cov pip list -v pytest -x -s -vvvs tests\onnx_chainer_tests --cov onnx_chainer
Fix onnxruntime version for CI failure
Fix onnxruntime version for CI failure
Batchfile
mit
chainer/chainer,chainer/chainer,chainer/chainer,chainer/chainer
beca0886863b25b98b81777fdecb2857f0efc882
updateDatabaseWIN.bat
updateDatabaseWIN.bat
:: Start Emotion in Motion in Windows Machine :: Imports latest dataBase dump (mongod needs to be running) mongorestore --port 28017 -d emotion-in-motion-dev --drop ./mongodb-dump/emotion-in-motion-dev mongorestore --port 28017 -d emotion-in-motion-test --drop ./mongodb-dump/emotion-in-motion-test mongorestore --port 28017 -d emotion-in-motion-production --drop ./mongodb-dump/emotion-in-motion-production :: Start Node (not necessary in EiM terminals) :: node server.js pause
:: Start Emotion in Motion in Windows Machine :: Imports latest dataBase dump (mongod needs to be running) mongorestore --port 27017 -d emotion-in-motion-dev --drop ./mongodb-dump/emotion-in-motion-dev mongorestore --port 27017 -d emotion-in-motion-test --drop ./mongodb-dump/emotion-in-motion-test mongorestore --port 27017 -d emotion-in-motion-production --drop ./mongodb-dump/emotion-in-motion-production :: Start Node (not necessary in EiM terminals) :: node server.js pause
Use default MongoDB port in database update script
Use default MongoDB port in database update script
Batchfile
mit
brennon/eim,brennon/eim,brennon/eim,brennon/eim
b62954316098226f3deab8b499b0f7095bf6d2ee
packaging/patchkit-tools.bat
packaging/patchkit-tools.bat
@echo off :: http://stackoverflow.com/questions/2952401/remove-trailing-slash-from-batch-file-input set current_dir=%~dp0 IF %current_dir:~-1%==\ SET current_dir=%current_dir:~0,-1% :: Tell Bundler where the Gemfile and gems are. set BUNDLE_GEMFILE=%current_dir%\vendor\Gemfile set BUNDLE_IGNORE_CONFIG= :: Run the actual app using the bundled Ruby interpreter, with Bundler activated. @"%current_dir%\ruby\bin\ruby.bat" -rbundler/setup "%current_dir%\app\lib\bootstrap.rb" %* set current_dir=
@echo off :: http://stackoverflow.com/questions/2952401/remove-trailing-slash-from-batch-file-input set current_dir=%~dp0 IF %current_dir:~-1%==\ SET current_dir=%current_dir:~0,-1% :: Tell Bundler where the Gemfile and gems are. set BUNDLE_GEMFILE=%current_dir%\vendor\Gemfile set BUNDLE_IGNORE_CONFIG= :: Run the actual app using the bundled Ruby interpreter, with Bundler activated. @"%current_dir%\ruby\bin\ruby.bat" -W0 -rbundler/setup "%current_dir%\app\lib\bootstrap.rb" %* set current_dir=
Hide warnings in packaged tools for Windows
Hide warnings in packaged tools for Windows
Batchfile
mit
patchkit-net/patchkit-tools,patchkit-net/patchkit-tools
8c036d05e7b0ba16698ac22230938a6247df2bef
bin/rununittestsce.bat
bin/rununittestsce.bat
set QT=%1 set CETEST=%QT%\bin\cetest.exe set CETEST_ARGS=-cache %QT%\.qmake.cache -libpath \Windows -f %CETEST% %CETEST_ARGS% tests\auto\qmallocpool\qmallocpool.pro %CETEST% %CETEST_ARGS% tests\auto\qpacket\qpacket.pro %CETEST% %CETEST_ARGS% tests\auto\qpacketprotocol\qpacketprotocol.pro %CETEST% %CETEST_ARGS% tests\auto\qvaluespace\qvaluespace.pro %CETEST% %CETEST_ARGS% tests\auto\qvaluespaceprovider\qvaluespaceprovider.pro %CETEST% %CETEST_ARGS% tests\auto\qvaluespacesubscriber\tst_qvaluespacesubscriber\tst_qvaluespacesubscriber.pro %CETEST% %CETEST_ARGS% tests\auto\qvaluespacesubscriber\tst_qvaluespacesubscriber_oop\tst_qvaluespacesubscriber_oop.pro %CETEST% %CETEST_ARGS% tests\auto\qsystemreadwritelock\qsystemreadwritelock\test\test.pro %CETEST% %CETEST_ARGS% tests\auto\qsystemreadwritelock_oop\qsystemreadwritelock_oop\test\test.pro
Add script to run unit tests on Windows CE.
Add script to run unit tests on Windows CE.
Batchfile
lgpl-2.1
enthought/qt-mobility,KDE/android-qt-mobility,KDE/android-qt-mobility,tmcguire/qt-mobility,tmcguire/qt-mobility,enthought/qt-mobility,tmcguire/qt-mobility,kaltsi/qt-mobility,tmcguire/qt-mobility,KDE/android-qt-mobility,qtproject/qt-mobility,qtproject/qt-mobility,qtproject/qt-mobility,kaltsi/qt-mobility,enthought/qt-mobility,qtproject/qt-mobility,enthought/qt-mobility,KDE/android-qt-mobility,tmcguire/qt-mobility,qtproject/qt-mobility,enthought/qt-mobility,kaltsi/qt-mobility,kaltsi/qt-mobility,qtproject/qt-mobility,enthought/qt-mobility,kaltsi/qt-mobility,kaltsi/qt-mobility
fab7d553f6892815a74b957c7f2b3b2d629c0e62
makebuild.bat
makebuild.bat
@rem Makes a build directory of the viewer, so that you can run the NSIS install script @rem You should have a directory ..\viewerbuilddlls which has release versions of @rem all dependency dlls, including Qt core/ui/network/webkit/phonon dll's, and also VS2008 @rem redistributable (vcredist_x86.exe) @echo off rmdir build /S /Q md build copy readme.txt build xcopy bin\*.* build /S /C del build\data\configuration\*.xml rmdir build\testing /S /Q del build\*.dll del build\viewerd.exe del build\modules\core\*d.dll xcopy ..\viewerbuilddlls\*.* build /S /C del build\pymodules\*.pyc del build\pymodules\apitest\*.pyc del build\pymodules\circuits\*.pyc del build\pymodules\communication\*.pyc del build\pymodules\core\*.pyc del build\pymodules\usr\*.pyc
@rem Makes a build directory of the viewer, so that you can run the NSIS install script @rem You should have a directory ..\viewerbuilddlls which has release versions of @rem all dependency dlls, and also VS2008 redistributable (vcredist_x86.exe) @echo off rmdir build /S /Q md build copy readme.txt build xcopy bin\*.* build /S /C /Y del build\*.dll del build\viewerd.exe del build\modules\core\*d.dll xcopy ..\viewerbuilddlls\*.* build /S /C /Y del build\pymodules\*.pyc del build\pymodules\apitest\*.pyc del build\pymodules\circuits\*.pyc del build\pymodules\circuits\core\*.pyc del build\pymodules\circuits\net\*.pyc del build\pymodules\circuits\tools\*.pyc del build\pymodules\circuits\web\*.pyc del build\pymodules\core\*.pyc del build\pymodules\editgui\*.pyc del build\pymodules\lib\*.pyc del build\pymodules\lib\webdav\*.pyc del build\pymodules\lib\webdav\acp\*.pyc del build\pymodules\usr\*.pyc del build\pymodules\webdavinventory\*.pyc del build\pymodules\webserver\*.pyc cd build\data rmdir configuration /S /Q mkdir configuration cd ..\..
Delete .pyc files when making build. Make sure that data/configuration directory exists in the build.
Delete .pyc files when making build. Make sure that data/configuration directory exists in the build. git-svn-id: 65dd0ccd495961f396d5302e5521154b071f0302@1617 5b2332b8-efa3-11de-8684-7d64432d61a3
Batchfile
apache-2.0
BogusCurry/tundra,antont/tundra,BogusCurry/tundra,antont/tundra,BogusCurry/tundra,AlphaStaxLLC/tundra,jesterKing/naali,antont/tundra,pharos3d/tundra,AlphaStaxLLC/tundra,antont/tundra,jesterKing/naali,realXtend/tundra,realXtend/tundra,realXtend/tundra,jesterKing/naali,jesterKing/naali,realXtend/tundra,jesterKing/naali,realXtend/tundra,pharos3d/tundra,antont/tundra,BogusCurry/tundra,pharos3d/tundra,AlphaStaxLLC/tundra,BogusCurry/tundra,realXtend/tundra,pharos3d/tundra,pharos3d/tundra,antont/tundra,AlphaStaxLLC/tundra,pharos3d/tundra,BogusCurry/tundra,AlphaStaxLLC/tundra,AlphaStaxLLC/tundra,antont/tundra,jesterKing/naali,jesterKing/naali
ac24add0cad643d590d7a0118763985d783ad4f8
bin/farabi6.bat
bin/farabi6.bat
@rem = '--*-Perl-*-- @echo off if "%OS%" == "Windows_NT" goto WinNT perl6 "%~dp0\%0" %1 %2 %3 %4 %5 %6 %7 %8 %9 goto endofperl :WinNT perl6 "%~dp0\%0" %* if NOT "%COMSPEC%" == "%SystemRoot%\system32\cmd.exe" goto endofperl if %errorlevel% == 9009 echo You do not have Perl in your PATH. if errorlevel 1 goto script_failed_so_exit_with_non_zero_val 2>nul goto endofperl @rem '; __END__ :endofperl
@rem = '--*-Perl-*-- @echo off if "%OS%" == "Windows_NT" goto WinNT perl6 "%~dp0\%0" %1 %2 %3 %4 %5 %6 %7 %8 %9 goto endofperl :WinNT perl6 "%~dp0\%~n0" %* if NOT "%COMSPEC%" == "%SystemRoot%\system32\cmd.exe" goto endofperl if %errorlevel% == 9009 echo You do not have Perl in your PATH. if errorlevel 1 goto script_failed_so_exit_with_non_zero_val 2>nul goto endofperl @rem '; __END__ :endofperl
Make .bat file work with powershell as well as cmd courtesy of panda.bat. retupmoca++
Make .bat file work with powershell as well as cmd courtesy of panda.bat. retupmoca++
Batchfile
artistic-2.0
timo/farabi6,timo/farabi6,azawawi/farabi6,azawawi/farabi6,timo/farabi6,timo/farabi6
79e5e3471707fb4470518a2c150581a4ccb2084b
Publish/Publish.cmd
Publish/Publish.cmd
@echo off call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\Tools\VsDevCmd.bat" set solution=..\OmniKassa.sln nuget restore %solution% msbuild %solution% /m:4 /t:Rebuild /p:Configuration=Release if %errorlevel% neq 0 goto done vstest.console /inIsolation ..\tests\OmniKassa.Tests\bin\Release\net45\OmniKassa.Tests.dll if %errorlevel% neq 0 goto done cd ..\tests\OmniKassa.Tests\ dotnet test -f netcoreapp1.1 if %errorlevel% neq 0 goto done cd ..\..\Publish set projectdir=..\src\OmniKassa msbuild %projectdir%\OmniKassa.csproj /m:4 /t:Pack /p:Configuration=Release if %errorlevel% neq 0 goto done copy %projectdir%\bin\Release\*.nupkg . :done pause
@echo off call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\Tools\VsDevCmd.bat" set solution=..\OmniKassa.sln nuget restore %solution% msbuild %solution% /m:4 /t:Rebuild /p:Configuration=Release if %errorlevel% neq 0 goto done cd ..\tests\OmniKassa.Tests\ dotnet test --no-build -c Release if %errorlevel% neq 0 goto done cd ..\..\Publish set projectdir=..\src\OmniKassa msbuild %projectdir%\OmniKassa.csproj /m:4 /t:Pack /p:Configuration=Release if %errorlevel% neq 0 goto done copy %projectdir%\bin\Release\*.nupkg . :done pause
Use dotnet test for both tests.
Use dotnet test for both tests.
Batchfile
mit
dlemstra/OmniKassa
29b58059835912b3e49717beb97a1c46f7e5ccdc
distrib/_local_run.cmd
distrib/_local_run.cmd
echo off Rem: set path SET PATH= SET PATH=%PATH%;D:/Binutils/Ruby192/bin SET PATH=%PATH%;C:/Binutils/Ruby192/bin SET PATH=%PATH%;D:/Binutils/Ruby-186-27/bin SET PATH=%PATH%;C:/Binutils/Ruby-186-27/bin SET PATH=%PATH%;D:/Binutils/rubygems-1.3.5/bin SET PATH=%PATH%;C:/Binutils/rubygems-1.3.5/bin SET PATH=C:/Binutils/apache-ant-1.7.0/bin/;%PATH% SET PATH=D:/Binutils/apache-ant-1.7.0/bin/;%PATH% Rem: set java home SET JAVA_HOME=C:/Progra~1/Java/jre6 echo on Rem: set enviroment and execute ant script ant
echo off Rem: set path SET PATH= SET PATH=%PATH%;D:/Binutils/Ruby192/bin SET PATH=%PATH%;C:/Binutils/Ruby192/bin SET PATH=%PATH%;D:/Binutils/Ruby-186-27/bin SET PATH=%PATH%;C:/Binutils/Ruby-186-27/bin SET PATH=%PATH%;D:/Binutils/rubygems-1.3.5/bin SET PATH=%PATH%;C:/Binutils/rubygems-1.3.5/bin SET PATH=C:/Binutils/apache-ant-1.7.0/bin/;%PATH% SET PATH=D:/Binutils/apache-ant-1.7.0/bin/;%PATH% SET PATH=C:/Progra~1/Git/bin;%PATH% Rem: set java home SET JAVA_HOME=C:/Progra~1/Java/jre6 echo on Rem: set enviroment and execute ant script ant
Set env path to git
Set env path to git
Batchfile
mit
majoron/DateTimePicker,majoron/DateTimePicker
23e365a97439a17375f205f5bedfa997307ed27a
Install.bat
Install.bat
pushd %~dp0 "%PROGRAMFILES(X86)%\MSBuild\12.0\Bin\MSBuild.exe" /t:Build /p:Configuration=Debug MonoDevelop.AddinMaker.sln if not %ERRORLEVEL% == 0 goto Error "%PROGRAMFILES(X86)%\MSBuild\12.0\Bin\MSBuild.exe" /t:InstallAddin /p:Configuration=Debug MonoDevelop.AddinMaker.csproj if not %ERRORLEVEL% == 0 goto Error goto Exit :Error echo ERROR pause goto Exit :Exit popd
pushd %~dp0 "%PROGRAMFILES(X86)%\MSBuild\14.0\Bin\MSBuild.exe" /t:Build /p:Configuration=Debug MonoDevelop.AddinMaker.sln if not %ERRORLEVEL% == 0 goto Error "%PROGRAMFILES(X86)%\MSBuild\14.0\Bin\MSBuild.exe" /t:InstallAddin /p:Configuration=Debug MonoDevelop.AddinMaker.csproj if not %ERRORLEVEL% == 0 goto Error goto Exit :Error echo ERROR pause goto Exit :Exit popd
Use MSBuild 14 from build script
Use MSBuild 14 from build script
Batchfile
mit
mhutch/MonoDevelop.AddinMaker,mhutch/MonoDevelop.AddinMaker
d1c1451ab82abe08a05c5dba89b63e48f92e3b91
build_msi.bat
build_msi.bat
rem needs strawberry perl installed and WiX Toolset in the %path% rmdir /q/s \rakudo perl Configure.pl --prefix=C:\rakudo --gen-moar gmake install rem following two lines are temporary hack rem main rakudo star Configure.pl needs fixing for windows copy c:\strawberry\perl\bin\libgcc_s_sjlj-1.dll c:\rakudo\bin copy c:\strawberry\perl\bin\libwinpthread-1.dll c:\rakudo\bin gmake msi
rem needs strawberry perl installed and WiX Toolset in the %path% rmdir /q/s \rakudo perl Configure.pl --prefix=C:\rakudo --gen-moar gmake install rem following two lines are temporary hack rem main rakudo star Configure.pl needs fixing for windows copy c:\strawberry\perl\bin\libgcc_s_sjlj-1.dll c:\rakudo\bin copy c:\strawberry\perl\bin\libwinpthread-1.dll c:\rakudo\bin copy c:\strawberry\perl\bin\libgcc_s_seh-1.dll c:\rakudo\bin gmake msi
Add new dll dependency for Windows
Add new dll dependency for Windows Fix https://github.com/rakudo/star/issues/135
Batchfile
artistic-2.0
rakudo/star
9e7d62b1ebe6830d48b2903877a95d1647cf8c59
scripts/test_native_code.bat
scripts/test_native_code.bat
@echo off setlocal EnableDelayedExpansion echo Test discovery started... dir C:\projects\spectre\*Tests.exe /b /s | findstr /v obj > __tmp_gtest.txt echo Testing (Google Test)... FOR /F %%i IN (__tmp_gtest.txt) DO ( echo %%i %%i ) del __tmp_gtest.txt
@echo off setlocal EnableDelayedExpansion echo Test discovery started... dir C:\projects\spectre\*Tests.exe /b /s | findstr /v obj > __tmp_gtest.txt echo Testing (Google Test)... set failures=0 FOR /F %%i IN (__tmp_gtest.txt) DO ( echo %%i %%i set /A failures=%failures%+1 ) del __tmp_gtest.txt EXIT /B 1
Add CI build failure on failed GTests
Add CI build failure on failed GTests
Batchfile
apache-2.0
mg6/spectre,spectre-team/spectre,mg6/spectre,mg6/spectre,spectre-team/spectre,spectre-team/spectre
6e3186a7b857ffbafc528d028d62817d671b7991
Demo/CORTEX_M4F_Infineon_XMC4500_GCC_Atollic/CreateProjectDirectoryStructure.bat
Demo/CORTEX_M4F_Infineon_XMC4500_GCC_Atollic/CreateProjectDirectoryStructure.bat
REM This file should be executed from the command line prior to the first REM build. It will be necessary to refresh the Eclipse project once the REM .bat file has been executed (normally just press F5 to refresh). REM Copies all the required files from their location within the standard REM FreeRTOS directory structure to under the Eclipse project directory. REM This permits the Eclipse project to be used in 'managed' mode and without REM having to setup any linked resources. REM Standard paths SET FREERTOS_SOURCE=..\..\Source SET COMMON_SOURCE=..\Common\minimal SET COMMON_INCLUDE=..\Common\include REM Have the files already been copied? IF EXIST src\FreeRTOS_Source Goto END REM Create the required directory structure. MD src\FreeRTOS_Source MD src\FreeRTOS_Source\include MD src\FreeRTOS_Source\portable\GCC MD src\FreeRTOS_Source\portable\GCC\ARM_CM4F MD src\FreeRTOS_Source\portable\MemMang MD src\Common_Demo_Source MD src\Common_Demo_Source\include REM Copy the core kernel files into the SDK projects directory copy %FREERTOS_SOURCE%\tasks.c src\FreeRTOS_Source copy %FREERTOS_SOURCE%\queue.c src\FreeRTOS_Source copy %FREERTOS_SOURCE%\list.c src\FreeRTOS_Source copy %FREERTOS_SOURCE%\timers.c src\FreeRTOS_Source REM Copy the common header files into the SDK projects directory copy %FREERTOS_SOURCE%\include\*.* src\FreeRTOS_Source\include REM Copy the portable layer files into the projects directory copy %FREERTOS_SOURCE%\portable\GCC\ARM_CM4F\*.* src\FreeRTOS_Source\portable\GCC\ARM_CM4F REM Copy the basic memory allocation files into the SDK projects directory copy %FREERTOS_SOURCE%\portable\MemMang\heap_2.c src\FreeRTOS_Source\portable\MemMang REM Copy the files that define the common demo tasks. copy %COMMON_SOURCE%\dynamic.c src\Common_Demo_Source copy %COMMON_SOURCE%\BlockQ.c src\Common_Demo_Source copy %COMMON_SOURCE%\death.c src\Common_Demo_Source copy %COMMON_SOURCE%\blocktim.c src\Common_Demo_Source copy %COMMON_SOURCE%\semtest.c src\Common_Demo_Source copy %COMMON_SOURCE%\PollQ.c src\Common_Demo_Source copy %COMMON_SOURCE%\GenQTest.c src\Common_Demo_Source copy %COMMON_SOURCE%\recmutex.c src\Common_Demo_Source copy %COMMON_SOURCE%\sp_flop.c src\Common_Demo_Source copy %COMMON_SOURCE%\countsem.c src\Common_Demo_Source copy %COMMON_SOURCE%\integer.c src\Common_Demo_Source REM Copy the common demo file headers. copy %COMMON_INCLUDE%\*.h src\Common_Demo_Source\include : END
Add batch file that creates the directory structure required by the XMC4500 GCC port.
Add batch file that creates the directory structure required by the XMC4500 GCC port. git-svn-id: 43aea61533866f88f23079d48f4f5dc2d5288937@1687 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
Batchfile
apache-2.0
Psykar/kubos,Psykar/kubos,Psykar/kubos,kubostech/KubOS,Psykar/kubos,Psykar/kubos,Psykar/kubos,Psykar/kubos,kubostech/KubOS
68a1a9bff71bbdb4b29067d51b57fe2de4daa80a
test/Scripts/coff-dump.py.bat
test/Scripts/coff-dump.py.bat
@echo off %PYTHON_EXECUTABLE% %LLVM_SRC_ROOT%\test\Scripts\coff-dump.py %1 %2 %3 %4 %5 %6 %7 %8 %9
@echo off @rem We need to set -u to treat stdin as binary. Python 3 has support for doing @rem this in code, but I haven't found a way to do this in 2.6 yet. %PYTHON_EXECUTABLE% -u %LLVM_SRC_ROOT%\test\Scripts\coff-dump.py %1 %2 %3 %4 %5 %6 %7 %8 %9
Fix binary stdin issues with coff-dump on Windows.
test: Fix binary stdin issues with coff-dump on Windows. git-svn-id: 0ff597fd157e6f4fc38580e8d64ab130330d2411@115908 91177308-0d34-0410-b5e6-96231b3b80d8
Batchfile
apache-2.0
apple/swift-llvm,apple/swift-llvm,chubbymaggie/asap,GPUOpen-Drivers/llvm,chubbymaggie/asap,chubbymaggie/asap,llvm-mirror/llvm,apple/swift-llvm,dslab-epfl/asap,GPUOpen-Drivers/llvm,chubbymaggie/asap,dslab-epfl/asap,llvm-mirror/llvm,llvm-mirror/llvm,apple/swift-llvm,dslab-epfl/asap,llvm-mirror/llvm,dslab-epfl/asap,dslab-epfl/asap,GPUOpen-Drivers/llvm,dslab-epfl/asap,apple/swift-llvm,chubbymaggie/asap,llvm-mirror/llvm,llvm-mirror/llvm,GPUOpen-Drivers/llvm,GPUOpen-Drivers/llvm,llvm-mirror/llvm,dslab-epfl/asap,llvm-mirror/llvm,apple/swift-llvm,apple/swift-llvm,GPUOpen-Drivers/llvm,apple/swift-llvm,chubbymaggie/asap,GPUOpen-Drivers/llvm,llvm-mirror/llvm,GPUOpen-Drivers/llvm
e62a690957044f0bcf36fa1cc70917e9a5addf80
demo/prepare_proto.bat
demo/prepare_proto.bat
REM Copyright 2022 The Chromium Authors. REM Use of this source code is governed by a BSD-style license that can be REM found in the LICENSE file. @echo off setlocal REM This script is meant to be run once to setup the example demo agent. REM Run it with one command line argument: the path to a directory where the REM demo agent will be built. This should be a directory outside the SDK REM directory tree. This directory must not already exist. REM REM Once the build is prepared, the demo binary is build using the command REM `cmake --build <build-dir>`, where <build-dir> is the same argument given REM to this script. set BUILD_DIR=%~f1 set DEMO_DIR=%~dp0 call :ABSPATH "%DEMO_DIR%.." ROOT_DIR call :ABSPATH "%ROOT_DIR%\proto" PROTO_DIR echo . echo Root dir: %ROOT_DIR% echo Build dir: %BUILD_DIR% echo Demo dir: %DEMO_DIR% echo Proto dir: %PROTO_DIR% echo . IF exist "%BUILD_DIR%" ( echo. echo ### Directory %1 must not exist. echo. EXIT /b ) mkdir "%BUILD_DIR%" cd /d "%BUILD_DIR%" REM Install vcpkg and use it to install Google Protocol Buffers. cmd/c git clone https://github.com/microsoft/vcpkg cmd/c .\vcpkg\bootstrap-vcpkg.bat -disableMetrics cmd/c .\vcpkg\vcpkg install protobuf:x64-windows REM Generate the build files. set CMAKE_TOOLCHAIN_FILE=./vcpkg/scripts/buildsystems/vcpkg.cmake cmake %DEMO_DIR% echo. echo. echo To build, type: cmake --build "%BUILD_DIR%" echo. exit /b REM Resolve relative path in %1 and set it into variable %2. :ABSPATH set %2=%~f1 exit /b
Move proto generation into cmake and remove from prepare_build
Move proto generation into cmake and remove from prepare_build
Batchfile
bsd-3-clause
chromium/content_analysis_sdk,chromium/content_analysis_sdk
6e2b5d70e9c2d0f79556052ff8247b2b349164ff
windows/env.bat
windows/env.bat
:: Copyright 2015 Rouslan Solomakhin :: :: Licensed under the Apache License, Version 2.0 (the "License") :: you may not use this file except in compliance with the License. :: You may obtain a copy of the License at :: :: http://www.apache.org/licenses/LICENSE-2.0 :: :: Unless required by applicable law or agreed to in writing, software :: distributed under the License is distributed on an "AS IS" BASIS, :: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. :: See the License for the specific language governing permissions and :: limitations under the License. set EDITOR=runemacs set GYP_DEFINES="component=shared_library fastbuild=2" set GYP_GENERATORS=ninja set HOME=%USERPROFILE% set PATH=%PATH%;%SYSTEMDRIVE%\emacs\bin;%SYSTEMDRIVE%\console2;%SYSTEMDRIVE%\src\depot_tools;%USERPROFILE%\.third_party\cask\bin;%SYSTEMDRIVE%\java\jdk\bin;%SYSTEMDRIVE%\maven\bin call "%ProgramFiles(x86)%\Microsoft Visual Studio 12.0\VC\vcvarsall.bat"
:: Copyright 2015 Rouslan Solomakhin :: :: Licensed under the Apache License, Version 2.0 (the "License") :: you may not use this file except in compliance with the License. :: You may obtain a copy of the License at :: :: http://www.apache.org/licenses/LICENSE-2.0 :: :: Unless required by applicable law or agreed to in writing, software :: distributed under the License is distributed on an "AS IS" BASIS, :: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. :: See the License for the specific language governing permissions and :: limitations under the License. set EDITOR=runemacs set GYP_DEFINES="component=shared_library fastbuild=2" set GYP_GENERATORS=ninja set HOME=%USERPROFILE% set JAVA_HOME=%SYSTEMDRIVE%\java\jdk set PATH=%PATH%;%SYSTEMDRIVE%\emacs\bin;%SYSTEMDRIVE%\console2;%SYSTEMDRIVE%\src\depot_tools;%HOME%\.third_party\cask\bin;%SYSTEMDRIVE%\maven\bin;%JAVA_HOME%\bin call "%ProgramFiles(x86)%\Microsoft Visual Studio 12.0\VC\vcvarsall.bat"
Add JAVA_HOME var on windows.
Add JAVA_HOME var on windows.
Batchfile
apache-2.0
rsolomakhin/dotfiles
7b8401fb64804731c751d039750ab38ee287053d
src/dotnet.cmd
src/dotnet.cmd
@echo off setlocal set DOTNETPATH= for %%i in (dotnet.exe) do set DOTNETPATH=%%~$PATH:i if not defined DOTNETPATH call :no-dotnet set LINQPADLESS=__LINQPADLESS__ pushd "%~dp0" dotnet run -v quiet -p "%~dpn0" -- %* popd goto :EOF :no-dotnet >&2 echo dotnet CLI does not appear to be installed, which is needed to build >&2 echo and run the script. Visit https://dot.net/ for instruction on how to >&2 echo download and install. exit /b 1
@echo off setlocal set DOTNETPATH= for %%i in (dotnet.exe) do set DOTNETPATH=%%~$PATH:i if not defined DOTNETPATH call :no-dotnet set LINQPADLESS=__LINQPADLESS__ pushd "%~dp0" dotnet run -v quiet -p "%~dpn0" -c Release -- %* popd goto :EOF :no-dotnet >&2 echo dotnet CLI does not appear to be installed, which is needed to build >&2 echo and run the script. Visit https://dot.net/ for instruction on how to >&2 echo download and install. exit /b 1
Use release configuration on run
Use release configuration on run
Batchfile
apache-2.0
linqpadless/LinqPadless,linqpadless/LinqPadless