source
string
code_lang
string
content
string
idx
int64
the-stack-v2-dedup
Batchfile
@echo off whitespace.exe < %1 > %~n1.c gcc %~n1.c -o %~n1.exe del %~n1.c
6,400
the-stack-v2-dedup
Batchfile
set --ucl rootkey.array -i tests/set_04.ucl
6,401
the-stack-v2-dedup
Batchfile
REM https://superuser.com/questions/499380/accurate-cutting-of-video-audio-with-ffmpeg REM https://superuser.com/questions/138331/using-ffmpeg-to-cut-up-video REM https://stackoverflow.com/questions/15629490/how-to-cut-part-of-mp4-video-using-ffmpeg-without-losing-quality REM use it only if you know what are "Format se...
6,402
the-stack-v2-dedup
Batchfile
rem build PFWDSA plugin file make.bat DSA08.obj: DSA08.c DSA08.h cl -c DSA08.C TestDSA08.obj: TestDSA08.C DSA08.h cl -c TestDSA08.C TestDSA08.dll : DSA08.def TestDSA08.obj DSA08.obj link -def:DSA08.def -dll TestDSA08.obj DSA08.obj copy DSA08.dll ..\..\..\bin\Plugins\ copy DSA08.txt ..\..\..\bin\Pl...
6,403
the-stack-v2-dedup
Batchfile
@echo off call test.bat DSLMO pause
6,404
the-stack-v2-dedup
Batchfile
caffe train --solver=coffee_solver.prototxt --snapshot=mobilenet_iter_100000.solverstate>log/test.log 2>&1 Pause
6,405
the-stack-v2-dedup
Batchfile
asm86 init.asm m1 ep db asm86 motors.asm m1 ep db asm86 converts.asm m1 ep db asm86 mtrevnt.asm m1 ep db asm86 mtrtbl.asm m1 ep db asm86 parsing.asm m1 ep db asm86 qproc.asm m1 ep db asm86 rcvfunc.asm m1 ep db asm86 motore.asm m1 ep db asm86 rcvmain.asm m1 ep db asm86 serial.asm m1 ep db asm86 srlevnt.asm m1...
6,406
the-stack-v2-dedup
Batchfile
echo off echo "--------------------" echo "Standing on (green)" echo "--------------------" git branch SET /P ANSWER=Do you want to switch branch (Y/N)? echo You chose: %ANSWER% if /i {%ANSWER%}=={y} (goto :yes) if /i {%ANSWER%}=={yes} (goto :yes) goto :no :yes start cmd /c "SWITCH BRANCH.bat" timeout -1 :no git statu...
6,407
the-stack-v2-dedup
Batchfile
set CLASSPATH=.;%RTM_JAVA_ROOT%\jar\OpenRTM-aist-1.0.0.jar;%RTM_JAVA_ROOT%\jar\commons-cli-1.1.jar java RTMExamples.ConfigSample.ConfigSampleComp -f RTMExamples/ConfigSample/rtc.conf pause;
6,408
the-stack-v2-dedup
Batchfile
:@echo off echo %1 test.bat 2 call test.bat 2 start test.bat 2 echo %1
6,409
the-stack-v2-dedup
Batchfile
@echo off setlocal enabledelayedexpansion goto :main :main setlocal set var=Hello World^^! echo !var! set /a num=20 for %%q in (*.bat) do ( echo %%q if !num! equ %%q ( echo !num! is %%q ) ) :: /r - path and subdirectories with files specified by wildcard for /r %%q in (*.bat) do ( echo %%q ...
6,410
the-stack-v2-dedup
Batchfile
javac -cp libraries/log4j2/*;libraries/prebuilt/* -sourcepath source -d production source/labtest/VendingMachineTest.java
6,411
the-stack-v2-dedup
Batchfile
@REM Copyright (c) Microsoft Corporation @REM All rights reserved. @REM @REM Licensed under the Apache License, Version 2.0 (the ""License""); you @REM may not use this file except in compliance with the License. You may @REM obtain a copy of the License at @REM @REM http://www.apache.org/licenses/LICENSE-2.0 @REM ...
6,412
the-stack-v2-dedup
Batchfile
# 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. ...
6,413
the-stack-v2-dedup
Batchfile
kCBP_CGAL_CUDA.exe 24 models/apple.obj n 10 config/04-03-10-rand.config >>apple.k24.1.log kCBP_CGAL_CUDA.exe 24 models/apple.obj n 20 config/04-03-20-rand.config >>apple.k24.1.log kCBP_CGAL_CUDA.exe 24 models/apple.obj n 30 config/04-03-30-rand.config >>apple.k24.1.log kCBP_CGAL_CUDA.exe 24 models/apple.obj n 40 con...
6,414
the-stack-v2-dedup
Batchfile
call python drive.py model.h5
6,415
the-stack-v2-dedup
Batchfile
#LapCommandFile # #File: PRG_B3_M5.cmd # # MACRO Dummy Command : 8100 0405 0000 : Macro ID tag 0x0405 ***Wait 1s MACRO Set Telemetry Rate : 8203 0000 0000 : Sets telemetry rate ***Wait 1s MACRO ADC Control Register : 8b00 0000 03ff : ADC CR Bipolar 8KHz Run/Calibrate ***Wait 1s MACRO Set Moving Avrg & ADC Params : ...
6,416
the-stack-v2-dedup
Batchfile
@ECHO OFF REM start "C:\Program Files (x86)\Windows Live\Photo Gallery\MovieMaker.exe" pushd "C:\Program Files (x86)\Windows Live\Photo Gallery" start MovieMaker.exe pushd "C:\WORKS\Programs\GIMP_2.8.10\bin" start gimp-2.8 exit
6,417
the-stack-v2-dedup
Batchfile
@echo off setlocal set BUILD_ROOT=%CD% if x%LITEIDE_ROOT%==x set LITEIDE_ROOT=%CD%\..\liteidex echo build liteide echo QTDIR=%QTDIR% echo . if x%QTDIR%==x goto qtdir_fail xcopy %QTDIR%\bin\QtCore4.dll liteide\bin /y xcopy %QTDIR%\bin\QtGui4.dll liteide\bin /y xcopy %QTDIR%\bin\QtXml4.dll liteide\bin /y xcopy %Q...
6,418
the-stack-v2-dedup
Batchfile
:__init__ > nul 2> nul @goto module.entry_point rem ======================================== Metadata ======================================== :metadata [prefix] set "%~1name=sudoku" set "%~1version=3.2.3" set "%~1author=wthe22" set "%~1license=The MIT License" set "%~1description=Sudoku" set "%~1release_date=08/17...
6,419
the-stack-v2-dedup
Batchfile
java -classpath bin/;Jars/* uvscan.Start username Photoshop ps_main Sample_Data/locales.txt "" Sample_Data/Photoshop_x.x.csv rem Please change the paths according to your directory structure rem rem command: java -classpath "<arg1>;<arg2>" <arg3> <arg4> <arg5> <arg6> <arg7> <arg8> <arg9> rem arg1= path-to- \bin...
6,420
the-stack-v2-dedup
Batchfile
@echo off :: DOS wrapper to db command setlocal :: Check args if "%~3"=="" ( echo Usage: %~0 ^<db_name^> ^<polygon_file^> ^<feature_type^> exit /b 1 ) call myw_db %1 run %~dpn0.py %1 %2 %3
6,421
the-stack-v2-dedup
Batchfile
%SystemRoot%\Microsoft.NET\Framework\v4.0.30319\RegAsm.exe /u SampleRTDServer86.dll %SystemRoot%\Microsoft.NET\Framework64\v4.0.30319\RegAsm.exe /u SampleRTDServer64.dll
6,422
the-stack-v2-dedup
Batchfile
@echo off rmdir /s /q application md application\plugins xcopy /y scripts\run-application.bat application md target\lib xcopy /y modules\appcore\resources\log4j.properties target xcopy /y modules\appcore\lib\log4j-1.2.17.jar target\lib cd target jar xf lib/log4j-1.2.17.jar rmdir /s /q META-INF cd ../ javac -classpat...
6,423
the-stack-v2-dedup
Batchfile
@echo off&color 71 title Cong Cu Toi Uu CPU MODE 90,30 :admin >nul 2>&1 "%SYSTEMROOT%\system32\cacls.exe" "%SYSTEMROOT%\system32\config\system" if "%errorlevel%" NEQ "0" ( echo: Set UAC = CreateObject^("Shell.Application"^) > "%temp%\getadmin.vbs" echo: UAC.ShellExecute "%~s0", "", "", "runas", 1 >> "%temp%\getadmin...
6,424
the-stack-v2-dedup
Batchfile
cd.. python setup.py bdist_wininst pause
6,425
the-stack-v2-dedup
Batchfile
Echo "Iniciando Limpieza Almundo-Api" Echo "Asignando Maven_Homen" call mvn -Dmaven.home=C:\Users\ycarrillo\Desktop\Herramientas\Personal\Documentacion\AlMundo\Testing\AlMundo\TestingAlMundo\Referencias\Instaladores\apache-maven-3.3.9 -s C:\Users\ycarrillo\Desktop\Herramientas\Personal\Documentacion\AlMundo\Testing\Al...
6,426
the-stack-v2-dedup
Batchfile
batch file showing windows menu
6,427
the-stack-v2-dedup
Batchfile
.\halite.exe -d "30 30" "python MyBot.py" "python MyBot2.py"
6,428
the-stack-v2-dedup
Batchfile
@echo off TITLE ViruzzTool echo Tool by Viruzz color 02 set /p discord="Discord: " cls color 02 set /p packet="Paquet (1-500): " cls set /p time="Time (0-3500): " cls color 02 echo 10%% attack timeout 1 > NUL echo 20%% attack timeout 1 > NUL echo 30%% attack timeout 1 > NUL echo 40%% attack timeout 1...
6,429
the-stack-v2-dedup
Batchfile
cmd_drivers/input/keyboard/mpr121_touchkey.mod := { echo drivers/input/keyboard/mpr121_touchkey.o; echo; } > drivers/input/keyboard/mpr121_touchkey.mod
6,430
the-stack-v2-dedup
Batchfile
@echo off setlocal if {%3}=={} goto err set Name=%1 set Action=%2 set NbtO=0xN set GUID=none set key=HKLM\SYSTEM\CurrentControlSet\Services\NetBT\Parameters\Interfaces\Tcpip call InterfaceGUID %Name% GUID if "%GUID%" EQU "none" goto err set key="%key%_%GUID%" if /i "%Action%" EQU "R" goto Read if /i "%Actio...
6,431
the-stack-v2-dedup
Batchfile
@echo off cd res cd output del * cd .. cd ..
6,432
the-stack-v2-dedup
Batchfile
"%ProgramFiles(x86)%\Microsoft Visual Studio 12.0\Common7\IDE\devenv.com" %*
6,433
the-stack-v2-dedup
Batchfile
call packages\Premake\premake5.exe vs2019 PAUSE
6,434
the-stack-v2-dedup
Batchfile
@echo off @: Environment @set PATH=C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE;%PATH% @set PATH=C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN;%PATH% @set LIB=C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\LIB;%LIB% @set LIB=C:\Program Files (x86)\Microsoft SDKs\Windows\v6.0A\Li...
6,435
the-stack-v2-dedup
Batchfile
@echo off SET old_dir=%CD% SET CENV_BIN_ROOT=%~dp0 cd %CENV_BIN_ROOT% echo * * Building virtualenv for Python dependencies... python --version if errorlevel 1 ( echo python not found. Aborting install! exit /b %errorlevel% ) virtualenv output/wvenv if errorlevel 1 ( python -m venv output/wvenv if err...
6,436
the-stack-v2-dedup
Batchfile
nuget restore msbuild Microsoft.Bot.Sample.QnABot.sln -p:DeployOnBuild=true -p:PublishProfile=bappqnademo-Web-Deploy.pubxml -p:Password=6mKhYn8cFAhjPf0kR4ApfSe3ucaNZpnpAWKil3NkxPsj8QwYDeyyK3DWGN2h
6,437
the-stack-v2-dedup
Batchfile
call venv_activate.bat call exe_jupyter_lab.bat
6,438
the-stack-v2-dedup
Batchfile
ftp -s:ordre.ftp
6,439
the-stack-v2-dedup
Batchfile
cmd_/home/mark/Desktop/CoE135/proc1/proc.ko := ld -r -m elf_i386 -T ./scripts/module-common.lds --build-id -o /home/mark/Desktop/CoE135/proc1/proc.ko /home/mark/Desktop/CoE135/proc1/proc.o /home/mark/Desktop/CoE135/proc1/proc.mod.o
6,440
the-stack-v2-dedup
Batchfile
start "RPA NN Franca" "C:/{project-path}/rpa-novos-negocios.py"
6,441
the-stack-v2-dedup
Batchfile
@echo off set LUA_PATH=.\src\?.lua lua -llmock sample.lua
6,442
the-stack-v2-dedup
Batchfile
pyinstaller.exe gui.py --onefile --windowed
6,443
the-stack-v2-dedup
Batchfile
@echo off setlocal enabledelayedexpansion echo ...BUILDING TILESET... REM DIRECTORY, WHERE DATA THAT NEED TO BE PACKED, MUST BE COPIED set DIR_TO_PACK=%1 REM DIRECTORY, WHERE DATA WHICH DON'T NEED TO BE PACKED, MUST BE COPIED set DIR_NOT_TO_PACKED=%2 REM DIRECTORY, WHERE TO SOURCE FILES MUST BE COPIED ...
6,444
the-stack-v2-dedup
Batchfile
cmake -S . -B build/win64 cmake --build build/win64
6,445
the-stack-v2-dedup
Batchfile
docker stop jamescontainer docker rm jamescontainer docker build -t jamesfasttest . docker run -itd --name jamescontainer -p 9090:9090 jamesfasttest
6,446
the-stack-v2-dedup
Batchfile
makesis Y_Alarms_3rdEd.pkg signsis Y_Alarms_3rdEd.sis Y_Alarms_3rdEd_DV2.sis C:\cert\sone.cer C:\cert\Sone\SOne2009.key @pause
6,447
the-stack-v2-dedup
Batchfile
SET NODE_ENV=development & npm start
6,448
the-stack-v2-dedup
Batchfile
@echo off echo Debug lint HTML report will be written to app\build\reports\lint-results.html echo Debug test HTML report will be written to app\build\reports\tests\testDebugUnitTest\index.html echo Debug code coverage HTML report will be written to app\build\reports\jacoco\jacocoTestDebugUnitTestReport\html\index.html ...
6,449
the-stack-v2-dedup
Batchfile
..\packages\docfx.console.2.56.2\tools\docfx serve _site
6,450
the-stack-v2-dedup
Batchfile
@echo off REM start script for server REM needs dotnet core installed and in the path dotnet run
6,451
the-stack-v2-dedup
Batchfile
@echo off & pushd "%~dp0" ml /nologo /safeseh /c "mgmtapi.dll.obj.asm" cl /MT /Ox "mgmtapi.dll.cpp" /link /dll shlwapi.lib /def:"mgmtapi.dll.def" "mgmtapi.dll.obj.obj" /out:"x86.mgmtapi.dll"
6,452
the-stack-v2-dedup
Batchfile
@echo off setlocal if "%1" == "--help" ( echo Usage: pyenv duplicate ^<available_envirment^> ^<new_enviroment^> echo. echo Export your enviroment. echo. echo ex.^) pyenv duplicate 3.5.3 ./vendor/python echo. echo To use when you want to build application-specific environment. EXIT /B ) set "src=%~1" set "src=%src:\=_...
6,453
the-stack-v2-dedup
Batchfile
@ECHO OFF IF "%1" == "java" (protoc -Iprotos\im.basic --java_out=.\Models protos\im.basic\*.proto & protoc -Iprotos\zt.live.interactive --java_out=.\Models protos\zt.live.interactive\*.proto) ELSE ^ IF "%1" == "cpp" (protoc -Iprotos\im.basic --cpp_out=.\Models protos\im.basic\*.proto & protoc -Iprotos\zt.live.interact...
6,454
the-stack-v2-dedup
Batchfile
@echo off if (%PROCESSOR_ARCHITECTURE%)==() goto BadProcessor if (%SystemRoot%)==() goto BadWinDir if not exist %SystemRoot%\system32\xposkrnl.exe goto BadWinDir REM if not exist %SystemRoot%\system32\wins.exe goto WinssvcNotInstalled REM if not exist %SystemRoot%\system32\winsrpc.dll goto WinssvcNotInstalled REM c...
6,455
the-stack-v2-dedup
Batchfile
call echo "Preparing to build release" mkdir builds call npm install call pkg .\index.js call move index-linux .\builds\Quest-Toolkit-Linux call move index-macos .\builds\Quest-Toolkit-OSX call move index-win.exe .\builds\Quest-Toolkit-Windows.exe call cd builds call bestzip Quest-Toolkit-Linux.zip .\Quest-Toolkit-Linu...
6,456
the-stack-v2-dedup
Batchfile
C:\VulkanSDK\1.0.61.1\Bin32\glslangValidator.exe C:\VulkanSDK\1.0.61.1\Bin32\glslangValidator.exe -V dir_shadow_map_gen.vert C:\VulkanSDK\1.0.61.1\Bin32\glslangValidator.exe -V dir_shadow_map_gen.geom pause
6,457
the-stack-v2-dedup
Batchfile
SETLOCAL ENABLEDELAYEDEXPANSION call CONFIG.bat SET projectDir=%cd% SET arg1=%MODE% SET arg2=%EXCEL_FILE_NAME% SET arg3=%XML_FILE_NAME% SET arg4=%USE_SHEET_NAME% SET arg5=%SHEET_NAME% cd %cd%"\Library\Python27" call python "..\..\script.py" %arg1% %arg2% %arg3% %arg4% %arg5%
6,458
the-stack-v2-dedup
Batchfile
:: dist :: -bin :: -Win32 :: -Release :: -Debug :: -x64 :: -Release :: -Debug :: -lib :: -Win32 :: -Release :: -Debug :: -x64 :: -Release :: -Debug :: -include if {%~dp1}=={} goto _exit if not exist %1 mkdir %1 cd %1 call :pc_create lib call :pc_create bin if not exist inclu...
6,459
the-stack-v2-dedup
Batchfile
@echo off cmd /C start "VSC publish" "C:\Program Files\VSCodium\VSCodium" D:\workdir\BruecklHotvolleys.github.io
6,460
the-stack-v2-dedup
Batchfile
cd "C:\Program Files\F5 VPN" f5fpc.exe -start -h fox.f5.com -u kfuller -p fty7kjUE^!(( -v on
6,461
the-stack-v2-dedup
Batchfile
:: Place this script within a directory under your PATH variable :: Passes through your desired command after unsetting your proxy variables and resets them after IF DEFINED http_proxy (set http_temp=%http_proxy%) ELSE (set http_temp=) IF DEFINED https_proxy (set http_temps=%https_proxy%) ELSE (set http_temp=) SET h...
6,462
the-stack-v2-dedup
Batchfile
@echo off REM Batch file to run CaMML GUI under windows set JAVA="c:\Program Files (x86)\Java\jre7\bin\java.exe" set JAVA=java set BASE=%~dp0 %JAVA% -cp "%BASE%\Camml" camml.core.Has64 if ERRORLEVEL 1 goto BITS32 REM echo Running 64 bit version path=%path%;%BASE%\jar\NeticaJ-Win\x64 %JAVA% -Xmx512m -Dj...
6,463
the-stack-v2-dedup
Batchfile
keytool -import -alias topchatserver -file security/topchatserver.cer -keystore security/truststore
6,464
the-stack-v2-dedup
Batchfile
set sourceDirSVN="C:\LOCALDIR\svn" set targetDirSVN="\\REMOTEDIR\backups\SVN" :: If path are local this part can be commented out net use %targetDirSVN% /user:USER PASSWORD :: backup repository SVN :: dump command create a single file as backup :: svnadmin dump %sourceDirSVN%\%%F > %targetDirSVN%\%%F.dump FOR /F %%F...
6,465
the-stack-v2-dedup
Batchfile
cmd_security/selinux/built-in.o := /root/goldfish/prebuilt/linux-x86/toolchain/i686-android-linux-4.4.3/bin/i686-android-linux-ld -m elf_i386 -r -o security/selinux/built-in.o security/selinux/selinux.o
6,466
the-stack-v2-dedup
Batchfile
@echo off mode con: cols=64 lines=47 title AussieBB Testing Tool PowerShell.exe -NoExit -NoProfile -NoLogo -ExecutionPolicy Bypass -Command "& { $ErrorActionPreference = 'Stop'; & '%~dp0\lib\ABBNetworkTester.ps1'; exit $lastexitcode }"
6,467
the-stack-v2-dedup
Batchfile
@echo off REM usage: encrypt_token <token Name> <token value> REM Encrypt the given token and generate the batch file <Token Name>.bat REM which decrypts the toekan to the clipboard. set decrypt_bat=%1.bat set token=%2 for /f "usebackq tokens=*" %%p in (`powershell -Command "$pword = read-host 'Enter Pass...
6,468
the-stack-v2-dedup
Batchfile
java -jar JavaProgram.jar
6,469
the-stack-v2-dedup
Batchfile
python closure-library/closure/bin/build/depswriter.py \ --root_with_prefix="common/js ../../../common/js" \ --root_with_prefix="common/templates ../../../common/templates" \ --root_with_prefix="third-party ../../../third-party" \ --root_with_prefix="modules/calendar/js ../../../modules/calendar/js" \ ...
6,470
the-stack-v2-dedup
Batchfile
cmd_drivers/media/usb/gspca/gspca_touptek.o := ld -m elf_x86_64 -z max-page-size=0x200000 -r -o drivers/media/usb/gspca/gspca_touptek.o drivers/media/usb/gspca/touptek.o
6,471
the-stack-v2-dedup
Batchfile
@echo off adb pull /sdcard/temp.png screenshot adb shell rm /sdcard/temp.png exit
6,472
the-stack-v2-dedup
Batchfile
@echo off :: %License% SetLocal DisableDelayedExpansion set Result=1 set Arg1=%1 SetLocal EnableDelayedExpansion if not .!Arg1! == . EndLocal & call :Usage & goto Exit EndLocal :DoWork taskkill /im adb.exe /f 2>nul set Result=%ErrorLevel% :: ErrorLevel 128 means the process was not found, which in our case is a ...
6,473
the-stack-v2-dedup
Batchfile
@echo off title Auto Zoom Joiner rem ------------------------------- color 0a echo Going to correct folder. echo %time% set day=%DATE:~0,3% IF %day% == Mon cd MO IF %day% == Tue cd TU IF %day% == Wed cd WE IF %day% == Thu cd TH IF %day% == Fri cd FR rem ------------------------------- :Checker For /f "tok...
6,474
the-stack-v2-dedup
Batchfile
call ng build --prod --extract-css false --base-href /peakone-tools/ pause
6,475
the-stack-v2-dedup
Batchfile
aws cloudformation^ --region eu-west-1^ --profile activity-log-backend-update-pipeline-stack^ update-stack^ --stack-name activity-log-backend-pipeline-stack^ --template-body file://pipeline/activity-log-backend-pipeline-stack.yml^ --capabilities CAPABILITY_NAMED_IAM^ --parameters ParameterKey=Email,ParameterValu...
6,476
the-stack-v2-dedup
Batchfile
@echo off set MATLAB=C:\PROGRA~1\MATLAB\R2016b set MATLAB_ARCH=win64 set MATLAB_BIN="C:\Program Files\MATLAB\R2016b\bin" set ENTRYPOINT=mexFunction set OUTDIR=.\ set LIB_NAME=HelperAircraftKalmanFilterMEX set MEX_NAME=HelperAircraftKalmanFilterMEX set MEX_EXT=.mexw64 call "C:\PROGRA~1\MATLAB\R2016b\sys\lcc64\l...
6,477
the-stack-v2-dedup
Batchfile
::Switch to folder batch is executed from cd /d %~dp0 ::do setup stuff using curdir as path - everything is logically named echo IP CONFIG>> %cd%\log.txt cmd.exe /C cscript.exe %cd%\setstaticip.vbs >> %cd%\log.txt echo METADATA>> %cd%\log.txt cmd.exe /C cscript.exe %cd%\ec2userdata.vbs >> %cd%\log.txt shutdown -r -f ...
6,478
the-stack-v2-dedup
Batchfile
start /B javaw -cp bin application.Application taskkill /f /im cmd.exe
6,479
the-stack-v2-dedup
Batchfile
xcopy /y F:\work\chuanqi\client\bin-debug F:\work\chuanqi_demo\client\bin-debug /e xcopy /y F:\work\chuanqi\client\libs\modules F:\work\chuanqi_demo\client\libs\modules /e xcopy /y F:\work\chuanqi\client\index.html F:\work\chuanqi_demo\client\ /e xcopy /y F:\work\chuanqi\tools F:\work\chuanqi_demo\tools /e xcopy /y F:\...
6,480
the-stack-v2-dedup
Batchfile
for %%P in (*.dll) do regsvr32 %%P
6,481
the-stack-v2-dedup
Batchfile
several icepack_options test_icestorm_0.asc test_icestorm_0.bin
6,482
the-stack-v2-dedup
Batchfile
call Gen.bat "Visual Studio 14 2015" VS2015
6,483
the-stack-v2-dedup
Batchfile
@ECHO OFF ECHO ============================================================================== ECHO WRITE PANDOC SPECS TO FILES ECHO ============================================================================== ECHO -------------------{ v1.1 (2017-02-11) by Tristan...
6,484
the-stack-v2-dedup
Batchfile
@echo off echo CLEANING dotnet clean Microsoft.DevSkim --configuration Release --framework netstandard2.0 dotnet clean Microsoft.DevSkim --configuration Release --framework net45 dotnet clean Microsoft.DevSkim.CLI --configuration Release --framework netcoreapp2.0 --runtime win-x64 dotnet clean Microsoft.DevSkim.CLI --...
6,485
the-stack-v2-dedup
Batchfile
..\Guineu.exe speed2.FXP
6,486
the-stack-v2-dedup
Batchfile
cmd_usr/include/linux/module.h := sh ./scripts/headers_install.sh include/uapi/linux/module.h usr/include/linux/module.h
6,487
the-stack-v2-dedup
Batchfile
@echo off rem rem Copy the site/* contents to the projects.openwaterfoundation.org website. rem - replace all the files on the web with local files rem Set --dryrun to test before actually doing set dryrun="" rem dryrun="--dryrun" set s3Folder="s3://projects.openwaterfoundation.org/owf-proj-co-cwcb-2016-snodas/protot...
6,488
the-stack-v2-dedup
Batchfile
@ECHO OFF C: CD "\Users\mgorc\Desktop\Programs and Network\TestLocalRepositoryFolder\TestRepository" "C:\Program Files\Java\jdk1.8.0_111\bin\java.exe" Frame PAUSE
6,489
the-stack-v2-dedup
Batchfile
docfx .\docfx_project\docfx.json docfx serve docfx_project\_site
6,490
the-stack-v2-dedup
Batchfile
@echo off set RepoRoot=%~dp0 rem Remove the trailing backslash set RepoRoot=%RepoRoot:~0,-1% set EnvOnly= set Verbose= rem In case we run init.cmd multiple times, we don't want to keep our additions to PATH around. rem We'll save the original value of PATH and restore it on future calls to init.cmd. rem Given that PAT...
6,491
the-stack-v2-dedup
Batchfile
cmd_/usr/src/linux-4.14.15/process_tree_traversing/kthread_process_tree_lineage.ko := ld -r -m elf_i386 -T ./scripts/module-common.lds --build-id -o /usr/src/linux-4.14.15/process_tree_traversing/kthread_process_tree_lineage.ko /usr/src/linux-4.14.15/process_tree_traversing/kthread_process_tree_lineage.o /usr/src/linu...
6,492
the-stack-v2-dedup
Batchfile
mysql --user=root --password=staff123 -e "source D:/projects/bpmLite_POC/bpmLite/com.bpmLite/config/bpmLite.sql" bpmLite mysql --user=root --password=staff123 -e "source D:/projects/bpmLite_POC/bpmLiteGuard/com.liteGuard/config/guard.sql" bpmguard
6,493
the-stack-v2-dedup
Batchfile
cmd_/work/cortex-A8/buildroot/output/host/usr/arm-buildroot-linux-gnueabihf/sysroot/usr/include/linux/usb/.install := /bin/sh scripts/headers_install.sh /work/cortex-A8/buildroot/output/host/usr/arm-buildroot-linux-gnueabihf/sysroot/usr/include/linux/usb /work/cortex-A8/buildroot/output/build/linux-headers-3.12.10/incl...
6,494
the-stack-v2-dedup
Batchfile
choco install -y nvm nvm install latest nvm use 12.15.0 choco install -y yarn yarn
6,495
the-stack-v2-dedup
Batchfile
del report.xml newman run %1 -e %2 -d data.csv -r junit --reporter-junit-export report.xml
6,496
the-stack-v2-dedup
Batchfile
copy BUILD\NUCLEO_F429ZI\GCC_ARM\eeshelf.bin d:\
6,497
the-stack-v2-dedup
Batchfile
@ECHO OFF REG ADD HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize /v AppsUseLightTheme /t REG_DWORD /d 0 /f ECHO Dark mode activated
6,498
the-stack-v2-dedup
Batchfile
-intstyle "ise" -incremental -lib "unisims_ver" -lib "unimacro_ver" -lib "xilinxcorelib_ver" -lib "secureip" -o "D:/term 5/Computer Architecture Laboratory/week 7- Single Cycle CPU_ Phase1/Assignment 5/Assignment5/TestPC_isim_beh.exe" -prj "D:/term 5/Computer Architecture Laboratory/week 7- Single Cycle CPU_ Phase1/Ass...
6,499