source
string
code_lang
string
content
string
idx
int64
the-stack-v2-dedup
Batchfile
del check.test.log for /L %%i in (1, 1, 45) do fc test%%i.ldr "c:\documents and settings\phl\my documents\my lego\venezia\ldraw%%i.ldr" >> check.test.log for /L %%i in (201, 1, 225) do fc test%%i.ldr "c:\documents and settings\phl\my documents\my lego\venezia\ldraw%%i.ldr" >> check.test.log for /L %%i in (401, 1, 436) ...
3,100
the-stack-v2-dedup
Batchfile
@echo off title UserInput :main echo Press 1 to make me say HI echo Press 2 to make me say BYE set /p car= if %car% == 1 goto hi if %car% == 2 goto bye :hi echo HI pause goto main :bye echo BYE pause goto main
3,101
the-stack-v2-dedup
Batchfile
wmic os get Caption > Output/caption.txt wmic os get Version > Output/version.txt wmic os get FreePhysicalMemory > Output/freememory.txt wmic os get TotalVisibleMemorySize > Output/loadedmemory.txt wmic logicaldisk list brief >> Output/diskInf.txt md C:\TEST copy C:\LAB6\*.* C:\TEST\*.* @echo off ...
3,102
the-stack-v2-dedup
Batchfile
git add .&&git commit -m 'from_idea'&&git push hexo clean && hexo g -d hexo clean && hexo g && hexo s yuque-hexo clean&&yuque-hexo sync <!-- <canvas id="live2dcanvas" width="300" height="600" class="live2d"></canvas>--> <!-- <%- live2d("live2dcanvas") %>-->
3,103
the-stack-v2-dedup
Batchfile
@echo off rem rem Copyright (c) 2015, The MITRE Corporation. All rights reserved. rem See LICENSE.txt for complete terms. rem rem Windows launcher script. Shortcut to calling `java -jar stix-to-html.jar -i INPUT.XML -o OUTPUT.HTML` rem rem Usage: rem stix-to-html.bat -i INPUT.XML -o OUTPUT.HTML rem rem Argument...
3,104
the-stack-v2-dedup
Batchfile
@echo off ::going to project dir cd "C:\Users\Daniel Douglas\Documents\ArchetypeCode\NodeHTTPserver\qstart" ECHO "Prepare to start node.js server." PAUSE ::launch node start site.bat
3,105
the-stack-v2-dedup
Batchfile
REM Start in the same folder as the docker-compose.yml file. REM use external volumes REM for easier reuse of previous results - probably, they exist already. docker volume create mssql_db_volume docker volume create shared_bulk_volume docker volume create jenkins_server_volume docker volume create jenkins_agent_pyth...
3,106
the-stack-v2-dedup
Batchfile
@echo off rd /s /q distro robocopy lua\ distro\ /E md distro\lib robocopy luajit\src\ distro\luajit\lib\ lua51.lib luajit.lib robocopy luajit\src\ distro\luajit\inc\ lauxlib.h lua.h lua.hpp luaconf.h luajit.h lualib.h robocopy luajit\src\ distro\luajit\bin\ lua51.dll luajit.exe robocopy luajit\src\jit\ distr...
3,107
the-stack-v2-dedup
Batchfile
java -cp bin;lib/jcommon-1.0.23.jar;lib/jfreechart-1.0.19.jar Main
3,108
the-stack-v2-dedup
Batchfile
############################################################################### # Initialization after iocBoot() ### acquisition configuration # See dataAcquisition.cmd for macro substitutions used here. # acquisition sub unit logical name ## setup TIFF saving for channel 1 background dbpf $(ACQ_PREFIX)1-TF1-FilePat...
3,109
the-stack-v2-dedup
Batchfile
setlocal REM we need download here set ZIP_NAME=ApplicationInsightsAgent.%2.zip set AGENT_VERSION=%2 md agents call tar -xf .\zips\%ZIP_NAME% -C .\agents cd agents ren %AGENT_VERSION% current cd .. call docker build -t mutating-webhook-agents . --no-cache call az acr login --name aicommon call docker tag mutating-we...
3,110
the-stack-v2-dedup
Batchfile
Powershell.exe -executionpolicy remotesigned -File "%~dp0\build.ps1"
3,111
the-stack-v2-dedup
Batchfile
"%windir%\Microsoft.NET\Framework64\v4.0.30319\InstallUtil.exe" /u "PushAll.Service.exe"
3,112
the-stack-v2-dedup
Batchfile
deps_config := \ /home/lvkun/work/esp32/esp/idf_0.93/components/app_trace/Kconfig \ /home/lvkun/work/esp32/esp/idf_0.93/components/aws_iot/Kconfig \ /home/lvkun/work/esp32/esp/idf_0.93/components/bt/Kconfig \ /home/lvkun/work/esp32/esp/idf_0.93/components/esp32/Kconfig \ /home/lvkun/work/esp32/esp/idf_0.93/compone...
3,113
the-stack-v2-dedup
Batchfile
operador operador bin hash prompt cd UNICLI mput T:\C1\C1SD2PS3.340 quote adxstart \adx_spgm\command.286 -c \unicli\process.bat bye
3,114
the-stack-v2-dedup
Batchfile
set APP_NAME=ESCALE set SERVICE_NAME=%APP_NAME%Service REM iniciando servicio %SERVICE_NAME% prunsrv //DS//%SERVICE_NAME%
3,115
the-stack-v2-dedup
Batchfile
@echo off reg add "HKCR\mpv" /v "URL Protocol" /f reg add "HKCR\mpv\shell\open\command" /d "%~dp0bin\mpvhandler %%1" /f set pathkey="HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\Environment" for /F "usebackq skip=2 tokens=2*" %%A IN (`reg query %pathkey% /v Path`) do (reg add %pathkey% /f /v Path...
3,116
the-stack-v2-dedup
Batchfile
@for /F "tokens=2*skip=2" %%a in ('reg query HKU /f "%USER%" /s /v WallPaper')do @echo %%b&exit/b
3,117
the-stack-v2-dedup
Batchfile
@echo off python2 "%~dp0\..\renameFilesIntoSeq.py" recursive=1 seq_prefix=%1 seq_prefix_ext=%2 seq_prefix_filter=%3 seq_root_dir=%4 seq_start_id=%5 shuffle_files=%6 filename_fmt=%7 target_ext=%8 write_log=%9
3,118
the-stack-v2-dedup
Batchfile
..\bin\lua.exe fibonacci.lua pause
3,119
the-stack-v2-dedup
Batchfile
::noFlag.bat ::Remove the Action Center Flag :: ::Created by Spuzzelsnest :: ::Change Log ::----------- ::v1.0 07.09.2016 - Initial release ::############################################ @echo off echo "Remove the fucking flag" REG ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer /f /v HideSCA...
3,120
the-stack-v2-dedup
Batchfile
 set VAR_MONTH=201506 set ROOT_PATH=T:\Business Solution\Share\AutomateReport set BATCH_PATH=%ROOT_PATH%\batch set CLASS_PATH="%BATCH_PATH%\java;%BATCH_PATH%\java\batchSalesData-0.0.1-SNAPSHOT-shaded.jar" set INPUT_PATH=%ROOT_PATH%\DailyReport\%VAR_MONTH% set SSIS_PATH=%ROOT_PATH%\DailyReportSSIS set ARCHIVE_PATH=%R...
3,121
the-stack-v2-dedup
Batchfile
REM Command line Powershell.exe -ExecutionPolicy Bypass -File ".\ScriptName.ps1"
3,122
the-stack-v2-dedup
Batchfile
set include=..\..\include fasmg demo_syscall.asm fasmg demo_syscall64.asm fasmg demo_dynamic.asm fasmg demo_dynamic64.asm fasmg msgdemo.asm fasmg writemsg.asm fasmg msgdemo64.asm fasmg writemsg64.asm
3,123
the-stack-v2-dedup
Batchfile
vLux.exe "" -project "C:\ProjectCharlie\Assets" -tempfolder "C:\ProjectCharlie\Assets\Scenes\CharlieWorldNoScript.scene.Layers" -out "Scenes\CharlieWorldNoScript" -quiet -minimized -config "C:\ProjectCharlie\Assets\Scenes\CharlieWorldNoScript.scene.Layers\lighting.cfg"
3,124
the-stack-v2-dedup
Batchfile
@echo off setlocal EnableDelayedExpansion REM JavaScript code Batch Compiler. REM TODO: clousecompiler file1,file2,... output.js REM TODO: clousecompiler file1 file2 ... output.js if not "%~1"=="" ( set list_file=%1 ) else goto :help if not "%~2"=="" ( set target_path=%2 ) else goto :help set clouser_compil...
3,125
the-stack-v2-dedup
Batchfile
call \render\batch\render\render_srender_s15_d7_g5_b10_N1_ps6_ts200.bat 1534787979-AP_17199396065203.jpg
3,126
the-stack-v2-dedup
Batchfile
x: dir uiresource\temp>filename.txt
3,127
the-stack-v2-dedup
Batchfile
:start echo starting weeabot python weeabot/weeabot.py irc.rizon.io:6660 -v goto start
3,128
the-stack-v2-dedup
Batchfile
del *.exe *.obj *.map
3,129
the-stack-v2-dedup
Batchfile
setlocal set PATH=%PATH%;%ZQPROJSPATH%\build\utils if .%PACKCMD%.==.. set PACKCMD=%ZQPROJSPATH%\build\utils\zip.exe if .%VersionCheck%.==.. set VersionCheck=%ZQPROJSPATH%\build\utils\VerCheck.exe rd /s/q buildtemp mkdir buildtemp cd buildtemp mkdir DSA cd DSA copy ..\..\project\DSA\Release\DSA.exe copy ..\..\project\...
3,130
the-stack-v2-dedup
Batchfile
REM Make changes to environment local setlocal SET RMDIR=rmdir /S /Q SET DEL=del /Q %RMDIR% CMakeFiles %RMDIR% debug %RMDIR% log4cplus.dir %RMDIR% loggingserver.dir %RMDIR% minsizerel %RMDIR% release %RMDIR% relwithdebinfo %RMDIR% ZERO_CHECK.dir %DEL% cmake_install.cmake %DEL% CMakeCache.txt REM...
3,131
the-stack-v2-dedup
Batchfile
@echo off setlocal enabledelayedexpansion call "%~dp0\00_setenv.cmd" set DEPLOY_LOG=%LOG_DIR%\%TODAY%_cws.log if not exist "%LOG_DIR%" md "%LOG_DIR%" "%~dp0\chop_cws.cmd" %* | tee "%DEPLOY_LOG%" endlocal
3,132
the-stack-v2-dedup
Batchfile
@echo off color 2 cls git pull
3,133
the-stack-v2-dedup
Batchfile
REM REM @(#)bugspot.bat 1.3 03/01/23 11:13:34 REM REM Copyright 2003 Sun Microsystems, Inc. All rights reserved. REM SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. REM %JAVA_HOME\bin\java -showversion -cp classes sun.jvm.hotspot.bugspot.Main
3,134
the-stack-v2-dedup
Batchfile
set region=mushroom del /F /Q ".\ruins\fungi forest\*.*" del /F /Q ".\ruins\mushroomisland\*.*" del /F /Q ".\ruins\mushroomislandshore\*.*" xcopy ".\ruins-region\%region%" ".\ruins\fungi forest" /E /I xcopy ".\ruins-region\%region%" ".\ruins\mushroomisland" /E /I xcopy ".\ruins-region\%region%" ".\ruins\mushr...
3,135
the-stack-v2-dedup
Batchfile
@ECHO OFF CLS ::Change this variable to change the location of the SteamCMD installation! set steamcmddir=C:\Program Files (x86)\SteamCMD\ ::Log into steam servers echo. echo Would you like to log into Steam Servers, or just be anonymous? echo 1 - Log In echo 2 - Be anonymous set /p login=Please type the number of y...
3,136
the-stack-v2-dedup
Batchfile
C:\wamp\bin\php\php5.3.5\php.exe C:\wamp\www\sistema\validacao\update_funcionarios.php
3,137
the-stack-v2-dedup
Batchfile
title yt-dc-biz-center java -cp bin/yt-dc-api.jar;bin/aopalliance-1.0.jar;bin/aspectjweaver-1.6.8.jar;lib/yy-orderPlatform-data.jar;lib/yy-web-backend.jar com.etong.pt.dc.impl.Launcher
3,138
the-stack-v2-dedup
Batchfile
echo 'BUILDING EGG' python setup.py --verbose bdist_egg echo '' echo 'Deploying EGG' c:\Python25\Scripts\easy_install.exe --verbose --always-unzip dist\testManagementPlugin-0.11.3-py2.5.egg
3,139
the-stack-v2-dedup
Batchfile
@echo off start javaw -jar bme-nvr.jar -Dspring.config.location=application.yml exit
3,140
the-stack-v2-dedup
Batchfile
npm install && ^ npm install tailwindcss@npm:@tailwindcss/postcss7-compat @tailwindcss/postcss7-compat postcss@^7 autoprefixer@^9 && ^ npm audit fix && ^ START Http://localhost:8080 && ^ npm run serve
3,141
the-stack-v2-dedup
Batchfile
::此批处理仅供服务端程序使用,将生成的最新引擎程序 ::拷贝成一个备份文件,然后用SVN命令提交 copy /Y LogicServerCQ64_D.exe LogicServerCQ64_D.exe.new copy /Y LogicServerCQ64_D.ilk LogicServerCQ64_D.ilk.new copy /Y LogicServerCQ64_D.pdb LogicServerCQ64_D.pdb.new svn commit -m "提交引擎" "LogicServerCQ64_D.exe.new" svn commit -m "提交引擎" "LogicServerCQ64_D.ilk.new" svn ...
3,142
the-stack-v2-dedup
Batchfile
echo Adding registry key to launch alternate "Visual Studio Development Server" Katana.WebDev.WebServer40.exe install pause
3,143
the-stack-v2-dedup
Batchfile
Powershell.exe -executionpolicy remotesigned -File %~dp0\VagrantInstall.ps1 pause
3,144
the-stack-v2-dedup
Batchfile
@echo off cd company-order-form/ npm start
3,145
the-stack-v2-dedup
Batchfile
flex tampon.l bison -d tampon.y gcc lex.yy.c tampon.tab.c -lfl -ly -o tampon.exe tampon.exe <test.txt >Resultat.txt PAUSE
3,146
the-stack-v2-dedup
Batchfile
cmd_/tmp/dgboter/bbs/rhev-vm8--rhe6x86_64/buildbot/rhe6x86_64--aarch64-linux-gnu/build/build-aarch64-linux-gnu/stage-include/include/linux/hsi/.install := /bin/sh scripts/headers_install.sh /tmp/dgboter/bbs/rhev-vm8--rhe6x86_64/buildbot/rhe6x86_64--aarch64-linux-gnu/build/build-aarch64-linux-gnu/stage-include/include/l...
3,147
the-stack-v2-dedup
Batchfile
rem ============================== rem 2022年8月30日11:41:55 rem C:\WORKS_2\shortcuts_docs\end_batch\end_log_jap-flute_shino.log.v2.bat rem ============================== set stringof_commit_message="JVE_46_jp-flute : shino" rem set stringof_commit_message="JVE_46_jp-flute : shino" rem set stringof_commit_message="JVE_...
3,148
the-stack-v2-dedup
Batchfile
nssm install myWeb %cd%/goWeb.exe
3,149
the-stack-v2-dedup
Batchfile
CALL az login --service-principal -u ae850628-c022-4fef-9eb2-159a8ad5f743 -p JvFEy~r8Bvp3wG-DT5~Qg956t9hC49bZ7. -t 1bfc3093-d35c-42eb-8df1-47a59e098146 CALL az group show --resource-group rg-east-Prod-IAUCDR
3,150
the-stack-v2-dedup
Batchfile
xcopy ..\build tests_benchmarks\build /E /I /C /Y xcopy ..\build.py tests_benchmarks /C /Y xcopy ..\build compiler_profile\build /E /I /C /Y xcopy ..\build.py compiler_profile /C /Y xcopy ..\build multi_targets_project\build /E /I /C /Y xcopy ..\build.py multi_targets_project /C /Y xcopy ..\build sanitize...
3,151
the-stack-v2-dedup
Batchfile
@c:\apps\thrift-0.9.3\thrift-0.9.3.exe -r -out %GOPATH%\src\innovation.worldpay.com\worldpay-within-sdk\wrappers\dotnet\Worldpay.Within\Worldpay.Within.Rpc --gen csharp:nullable,union %GOPATH%\src\innovation.worldpay.com\worldpay-within-sdk\rpc\wpwithin.thrift
3,152
the-stack-v2-dedup
Batchfile
mkdir wiki80 wget -P wiki80 http://193.112.16.83:8080/opennre/benchmark/wiki80/wiki80_rel2id.json wget -P wiki80 http://193.112.16.83:8080/opennre/benchmark/wiki80/wiki80_train.txt wget -P wiki80 http://193.112.16.83:8080/opennre/benchmark/wiki80/wiki80_val.txt
3,153
the-stack-v2-dedup
Batchfile
@ECHO OFF REM This batch file gets a full directory (e.g. C:\korax\) name and scans all files on it and calls runner.bat sending REM 5 parameters, filename (without extension), file extension (separated from filename), path of the file (stripped from drive letter) REM the directory name received as parameter and the...
3,154
the-stack-v2-dedup
Batchfile
@rem SET JAVA_HOME=C:\Program Files\Java\jdk1.6.0_16 SET JAVA_HOME=C:\Program Files\Java\jdk1.6.0_16 SET ANT_HOME=C:\cygwin\Android\ant SET PATH=%JAVA_HOME%\BIN;%ANT_HOME%\BIN;. SET CLASSPATH=.
3,155
the-stack-v2-dedup
Batchfile
cmd_drivers/usb/gadget/built-in.o := rm -f drivers/usb/gadget/built-in.o; arm-xilinx-linux-gnueabi-ar rcs drivers/usb/gadget/built-in.o
3,156
the-stack-v2-dedup
Batchfile
cmd /k mtestjava.py 5126 100
3,157
the-stack-v2-dedup
Batchfile
@echo off SET filename=./dist/train_control/train_control.exe if exist %filename% ( start %filename% ) else ( echo %filename% missing! pause ) exit
3,158
the-stack-v2-dedup
Batchfile
@cd %~dp0 @copy "..\packages\BCrypt.Net-Next.2.1.2\lib\net452\*.dll" "..\_Output\*.*" @copy "..\packages\ControlzEx.3.0.2.4\lib\net45\*.dll" "..\_Output\*.*" @copy "..\packages\DotNetZip.1.10.1\lib\net20\*.dll" "..\_Output\*.*" @copy "..\packages\EntityFramework.6.2.0\lib\net45\*.dll" "..\_Output\*.*" @copy "..\pa...
3,159
the-stack-v2-dedup
Batchfile
cd /d "%~dp0" start Release\upgradelogstate.exe %1
3,160
the-stack-v2-dedup
Batchfile
xelatex thesis makeindex thesis.idx bibtex thesis xelatex thesis xelatex thesis copy thesis.pdf README.pdf README.pdf
3,161
the-stack-v2-dedup
Batchfile
@echo off rem CALL %DIR_BIN%%DIR_SLASH%LOG_ENTER %DIR_TMPL%%DIR_SLASH%%FILE_INIT% rem echo %DIR_TMPL%%DIR_SLASH%%FILE_INIT% [ENTER] SET "CMD_DCKR=%DIR_TMPL_CURR%%DIR_SLASH%docker%DIR_SLASH%%FILE_INIT%" rem echo CMD_DCKR is %CMD_DCKR% CALL %CMD_DCKR% SET "CMD_ENV=%DIR_TMPL_CURR%%DIR_SLASH%env%DIR_SLASH%%FILE_INIT%" ...
3,162
the-stack-v2-dedup
Batchfile
@ECHO OFF REM Detect crop. Use "Enable Capture Before Filtering Option in WinUAE then find part REM of demo that has the biggest screen. From my own 352x272 testing this is: REM crop=704:544:44:20 REM ffplay -i "output.avi" -vf "cropdetect=24:16:0" REM exit /b 0 REM https://scribbleghost.net/2018/10/26/youtube-recomm...
3,163
the-stack-v2-dedup
Batchfile
REM L'executable (LaboPSO_MaxSat.exe) doit etre dans le meme repertoire ainsi que le fichier d'instance REM Liste des paramètres REM 1)EXECUTABLE 2)TAILLE Essaim 3)C1 4)C2 5)C3 6)NB_EVAL_MAX 7)FICHER LaboPSO_MaxSat.exe 10 0.1 0.1 0.1 1000 SatTest.txt
3,164
the-stack-v2-dedup
Batchfile
version https://git-lfs.github.com/spec/v1 oid sha256:daea8fa1896187ca69eadb293eb324ff97ba27ff60943cddf4947ec3e2264ceb size 1081
3,165
the-stack-v2-dedup
Batchfile
java -jar "..\..\..\Microchip\TCPIP Stack\Utilities\MPFS2.jar" /mpfs2 ".\Basic" "." "Basic.bin" move .\HTTPPrint.h ..\HTTPPrint.h pause
3,166
the-stack-v2-dedup
Batchfile
cmd_/tools/include/linux/netfilter_ipv6/.install := /bin/sh scripts/headers_install.sh /tools/include/linux/netfilter_ipv6 /UHL/sources/linux-3.10.14/include/uapi/linux/netfilter_ipv6/ip6_tables.h /UHL/sources/linux-3.10.14/include/uapi/linux/netfilter_ipv6/ip6t_HL.h /UHL/sources/linux-3.10.14/include/uapi/linux/...
3,167
the-stack-v2-dedup
Batchfile
A:\APPS\ROMUTILS\OPF\OPFXSD KONZERN1.DSK /D1 A:\APPS\ROMUTILS\OPF\OPFXSD KONZERN2.DSK /D2
3,168
the-stack-v2-dedup
Batchfile
mongod --logpath E:\BSCHISMongoDB\mongodb\data\logs\mongodb.log --logappend --dbpath E:\BSCHISMongoDB\mongodb\data -install
3,169
the-stack-v2-dedup
Batchfile
cmd_drivers/xen/xen-gntalloc.o := ld -m elf_x86_64 -z max-page-size=0x200000 -r -o drivers/xen/xen-gntalloc.o drivers/xen/gntalloc.o
3,170
the-stack-v2-dedup
Batchfile
cmd_drivers/video/logo/logo_superh_clut224.c := scripts/pnmtologo -t clut224 -n logo_superh_clut224 -o drivers/video/logo/logo_superh_clut224.c /home/akrem/teeny-linux/linux-4.10.6/drivers/video/logo/logo_superh_clut224.ppm
3,171
the-stack-v2-dedup
Batchfile
..\..\Dependences\GooglePB_3.4.1\Win32\Release\protoc -I=.\ --cpp_out=.\ .\msg.proto ..\..\Dependences\GooglePB_3.4.1\Win32\Release\protoc -I=.\ --cpp_out=.\ .\msgserver.proto ..\..\Dependences\GooglePB_3.4.1\Win32\Release\protoc -I=.\ --cpp_out=.\ .\msgtype.proto ..\..\Dependences\GooglePB_3.4.1\Win32\Release\proto...
3,172
the-stack-v2-dedup
Batchfile
git add NextCommit.bat git commit -m "next commit" pause git push -u origin master pause pause
3,173
the-stack-v2-dedup
Batchfile
java Main AIMinMax AIRandom PAUSE
3,174
the-stack-v2-dedup
Batchfile
@echo off "D:\Program Files (x86)\ELAN\eUIDE\Bin\stabspe" "D:\Program Files (x86)\ELAN\eUIDE\V2\V2.dbg" > "D:\Program Files (x86)\ELAN\eUIDE\V2\V2.txt" :end
3,175
the-stack-v2-dedup
Batchfile
REM Orientation Manager set orientation= set orientation=%orientation% "Utils.js" + set orientation=%orientation% "Structure.js" + set orientation=%orientation% "NodeUserData.js" + set orientation=%orientation% "OrientationManager.js" REM Layout Manager set layout=%orientation% + set layout=%layout% "ResizeOb...
3,176
the-stack-v2-dedup
Batchfile
cmd_drivers/iio/imu/st_lsm6dsx/st_lsm6dsx.o := ld -m elf_x86_64 -z max-page-size=0x200000 -r -o drivers/iio/imu/st_lsm6dsx/st_lsm6dsx.o drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.o drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_buffer.o drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_shub.o
3,177
the-stack-v2-dedup
Batchfile
.\avrdude.exe -Cavrdude.conf -v -patmega32u4 -cusbtiny -Uflash:w:QwiicNES_Firmware-v01_with_bootloader.hex:i
3,178
the-stack-v2-dedup
Batchfile
@echo on set /p var=Have you read carefully the README file ?[Y/N]: if %var%== Y goto :automation if not %var%== Y goto :end :automation set JRE_VERSION=jre-9.0.1 set JRE_HOME="C:\Program Files\Java\"%JRE_VERSION% set JRE_BIN=%JRE_HOME%\bin set PATH=%JRE_BIN%;%PATH% set JDK_SECURITY_FOLDER="C:\Program Files\Java\jdk...
3,179
the-stack-v2-dedup
Batchfile
-intstyle "ise" -incremental -lib "unisims_ver" -lib "unimacro_ver" -lib "xilinxcorelib_ver" -o "/home/csmajs/wbi002/CS161L_Lab1/lab1_tb_isim_beh.exe" -prj "/home/csmajs/wbi002/CS161L_Lab1/lab1_tb_beh.prj" "work.lab1_tb" "work.glbl"
3,180
the-stack-v2-dedup
Batchfile
prompt-sala-bodega.txt ren prompt-sala-bodega.txt prompt-estado-sala-bodega-muestra-barrica.txt ren prompt-estado-sala-bodega-muestra-barrica.txt prompt-estado-sala-bodega-muestra-prensa.txt ...
3,181
the-stack-v2-dedup
Batchfile
cd %~dp0 cscript vbac.wsf combine
3,182
the-stack-v2-dedup
Batchfile
set env=%1 set plat=%2 xcopy ..\%plat%\%env%\WtCtaStraFact.dll ..\%plat%\%env%\BackTester\ /C /Y xcopy ..\%plat%\%env%\WtExeFact.dll ..\%plat%\%env%\BackTester\ /C /Y xcopy ..\%plat%\%env%\WtHftStraFact.dll ..\%plat%\%env%\BackTester\ /C /Y xcopy ..\%plat%\%env%\WtSelStraFact.dll ..\%plat%\%env%\BackTester\ /C /Y
3,183
the-stack-v2-dedup
Batchfile
@echo off :Start cd /d "%~dp0" title FuckBot java -server -Xmx2G -XX:+UseConcMarkSweepGC -XX:MaxGCPauseMillis=50 -Dfile.encoding=UTF-8 -jar FuckBot.jar --nojline Goto Start
3,184
the-stack-v2-dedup
Batchfile
rem linreg ifc java -Xmx1536m -cp ../.././build/classes;../.././lib/* weka.classifiers.meta.FilteredClassifierNormalized -t ../arff/heart-statlog_class=absent.arff -x 10 -F "weka.filters.supervised.attribute.IFC_Filter " -W weka.classifiers.functions.LinearRegression > ../output/test_heart-statlog_linreg_ifc.txt rem...
3,185
the-stack-v2-dedup
Batchfile
esptool.py --chip esp32 --port COM24 erase_flash esptool.py --chip esp32 --port COM24 --baud 921600 --before default_reset --after no_reset write_flash -z --flash_mode dio --flash_freq 40m --flash_size detect 0x1000 bootloader/bootloader.bin 0xf000 phy_init_data.bin 0x10000 MicroPython.bin 0x8000 partitions_mpy.bin
3,186
the-stack-v2-dedup
Batchfile
../../../../.git/annex/objects/6z/K4/MD5E-s25735--ae74ddf037f783c37459da94464ebaaa.cmd/MD5E-s25735--ae74ddf037f783c37459da94464ebaaa.cmd
3,187
the-stack-v2-dedup
Batchfile
rem npm install -g selenium-webdriver rem set PATH=%PATH%:C:\path\to\ChromeDriver.exe node jslesson.js pause
3,188
the-stack-v2-dedup
Batchfile
setlocal set output=%cd%\allegro_deps-msvc2022-x64\allegro_deps set generator=-G "Visual Studio 17 2022" -A x64 set toolchain=-T v143 set build_dir=%cd%\build_msvc2022_64 call build_deps_msvc.bat
3,189
the-stack-v2-dedup
Batchfile
java -Xmx6G -Xms1024M -jar server1.jar nogui pause
3,190
the-stack-v2-dedup
Batchfile
@echo off start "" "gvim.exe" -S "%~dp0\session.vim" %*
3,191
the-stack-v2-dedup
Batchfile
@echo off setlocal java -jar -javaagent:MorganaXProc-IIIse_lib/quasar-core-0.7.9.jar MorganaXProc-IIIse.jar %*
3,192
the-stack-v2-dedup
Batchfile
set tooldir=C:\ProgramData\Alteryx\Tools set devpath=%~dp0 if %devpath:~-1%==\ SET devpath=%devpath:~0,-1% for /f "delims==" %%F in ("%devpath%") do set devfolder=%%~nF mklink /D "%tooldir%\%devfolder%" "%devpath%"
3,193
the-stack-v2-dedup
Batchfile
../../../../.git/annex/objects/QP/pZ/MD5E-s4110--dcfe1613999ff8678fa542a4eca17230.cmd/MD5E-s4110--dcfe1613999ff8678fa542a4eca17230.cmd
3,194
the-stack-v2-dedup
Batchfile
python bootstrap.py -f train.csv -n 3 -d train_bootstrap python bootstrap.py -f validate.csv -n 3 -d validate_bootstrap python bootstrap.py -f test.csv -n 3 -d test_bootstrap
3,195
the-stack-v2-dedup
Batchfile
node move_back.js pause
3,196
the-stack-v2-dedup
Batchfile
:: Test 08.bat :: Primer caso de test @echo off del TR\*.tr del EC\*.ec del BDESTADO\*.tr del BDESTADO\*.pu echo **************************************************** echo Caso de Test 08 echo Descripcion : echo Existen 5 TR que envian cada 20 segundos echo y 2 EC que se suscriben a varios sensores ec...
3,197
the-stack-v2-dedup
Batchfile
@echo off setlocal enableextensions pushd %~dp0 cd .. call gradlew clean shadowJar cd build\libs for /f "tokens=*" %%a in ( 'dir /b *.jar' ) do ( set jarloc=%%a ) cd ..\..\text-ui-test java -jar ..\build\libs\%jarloc% < input.txt > ACTUAL.TXT FC ACTUAL.TXT EXPECTED.TXT >NUL && ECHO Test passed! || Echo Tes...
3,198
the-stack-v2-dedup
Batchfile
@chcp 65001 java -jar ei-memdb-console-1.0.jar
3,199