source
string
code_lang
string
content
string
idx
int64
the-stack-v2-dedup
Batchfile
call runcrud.bat if "%ERRORLEVEL%" == "0" goto startBrowser echo. echo runcrud.bat has errors - breaking work goto fail :startBrowser start chrome http://localhost:8080/crud/v1/task/getTasks :fail echo. echo There were errors in showtasks.bat :end echo. echo Work is finished.
4,700
the-stack-v2-dedup
Batchfile
@echo off setlocal EnableDelayedExpansion for /F "skip=1 tokens=1-6" %%A in ('WMIC Path Win32_LocalTime Get Day^,Hour^,Minute^,Month^,Second^,Year /Format:table') do ( if "%%B" NEQ "" ( set /A FDATE=%%F*10000+%%D*100+%%A set /A FTIME=%%B*10000+%%C*100+%%E set FDATEshort=!FDATE:~2,6! ) ...
4,701
the-stack-v2-dedup
Batchfile
cd.. rem 设置工作目录 set WorkDir=%cd%\Production\ rem 设置站点清除目录 set CleanDir=%WorkDir%Website\ rem 清除站点中的各种目录 for /f "tokens=1,2 delims= " %%i in (%WorkDir%publishwebsites.txt) do cd %CleanDir%%%j\wwwroot\js & RD /q /s plugin & RD /q /s winner & cd %CleanDir%%%j && RD /q /s de & RD /q /s es & RD /q /s fr & RD /q /s it & RD ...
4,702
the-stack-v2-dedup
Batchfile
setlocal EnableDelayedExpansion rem rem Set command rem set CMD=^ Install-NFS-Depot.ps1 repository ;^ Update-HostsFile "192.168.0.120" depot ;^ Deploy-Droppy.ps1 repository ;^ Create-Users-Droppy.ps1 repository ;^ ^<##^> ;^ Copy-Users.ps1 repository ;^ Import-Certificates.ps1 repository ;^ ...
4,703
the-stack-v2-dedup
Batchfile
-intstyle "ise" -incremental -o "C:/Users/Daniela/Desktop/procesador 4 final/procesador4/TbUnion_isim_beh.exe" -prj "C:/Users/Daniela/Desktop/procesador 4 final/procesador4/TbUnion_beh.prj" "work.TbUnion"
4,704
the-stack-v2-dedup
Batchfile
rem https://connect.microsoft.com/PowerShell/feedback/details/1609288/pin-to-taskbar-no-longer-working-in-windows-10 copy "E:\WindowsPowerShell.lnk" "%TEMP%\Windows PowerShell.lnk" E:\PinTo10.exe /PTFOL01:'%TEMP%' /PTFILE01:'Windows PowerShell.lnk' exit /b 0
4,705
the-stack-v2-dedup
Batchfile
gem install mysql2 --platform=ruby -- --with-mysql-dir="c:/mysql-connector/"
4,706
the-stack-v2-dedup
Batchfile
cd C:/Abaqus_WD/CurvedInterface && abaqus CAE noGUI=C:/02_Local-folder/01_Luca/01_WD/thinPlyMechanics/python/createAndAnalyzeRVEs.py -- -dir C:/Users/lucad/OneDrive/01_Luca/07_DocMASE/07_Data/03_FEM/InputData -data inputRVEdataL%1-LPC.deck -iterables inputRVEiterablesL%1-LPC.deck -plot inputRVEplot && python C:/02_Loca...
4,707
the-stack-v2-dedup
Batchfile
@rem run 4 copies in parallel (assume 4 cpus (I have 2 cores with HT enabled)) start cmd /c .\aes_example86.exe ^> tmpb1.jnk start cmd /c .\aes_example86.exe ^> tmpb2.jnk start cmd /c .\aes_example86.exe ^> tmpb3.jnk start cmd /c .\aes_example86.exe ^> tmpb4.jnk
4,708
the-stack-v2-dedup
Batchfile
:LOOP if (%1)==() GOTO CLEANUP "c:\Program Files\VideoLAN\VLC\vlc.exe" -vvv %1 --sout-ffmpeg-qscale 1 :sout=#transcode{vcodec=WMV2,scale=1,acodec=wma,ab=96,channels=2}:duplicate{dst=std{access=file,mux=asf,dst=%1.wmv}} vlc:quit SHIFT GOTO LOOP :CLEANUP ECHO. FINISHED!
4,709
the-stack-v2-dedup
Batchfile
@echo off net stop sqlnet pause
4,710
the-stack-v2-dedup
Batchfile
echo off cls 24-Gyongy_csapdaval_jobbra_es_lefele_lepve.exe<be1.txt>s1.txt type s1.txt echo. echo ---------- echo. fc ki1.txt s1.txt pause
4,711
the-stack-v2-dedup
Batchfile
C:\snml2019\snml.exe nolog C:\snml2019\smtp\smtp_nms1.txt
4,712
the-stack-v2-dedup
Batchfile
set APP_VERSION=2.2.0 tclkitsh8513 sdx.kit wrap assembly007 erase assembly007.kit rename assembly007 assembly007.kit tclkitsh8513 sdx.kit wrap assembly007 -runtime tclkit-8.5.8-win32.upx.exe erase assembly007.exe rename assembly007 assembly007.exe cd doc pdflatex manual.tex cd .. set ARCHIVE=assembly0...
4,713
the-stack-v2-dedup
Batchfile
@ECHO off SETLOCAL SET xProjectName=ctr_PatcherConsole SET msBuildDirPath="%programfiles(x86)%\MSBuild\12.0\Bin" SET WorkDirPath=%~dp0 SET ContribPath=%WorkDirPath%\contrib SET OutPath=%WorkDirPath%build SET TargetFilePath=%OutPath%\%xProjectName%.exe SET PatchFile=%WorkDirPath%%xProjectName%\Resources\Patch.3ps...
4,714
the-stack-v2-dedup
Batchfile
@for /F %%i in ('netstat -a^|findstr 1230') do ( set pid1=%%i) @for /F %%j in ('netstat -a^|findstr 4200') do ( set pid2=%%j) @echo pid_server=%pid1% @echo pid_client=%pid2% gradlew --stop @taskkill /F /PID %pid1% @taskkill /F /PID %pid2%
4,715
the-stack-v2-dedup
Batchfile
java -jar monitor-0.0.1-SNAPSHOT.jar -Dspring.config.location=C:/IT-Energy/monitor/bin/application.properties
4,716
the-stack-v2-dedup
Batchfile
@echo off call mvn clean call mvn package -Dmaven.test.skip=true rd /s /q "%cd%\deploy\" md "%cd%\deploy" md %cd%\deploy\templates md %cd%\deploy\static copy "%cd%\target\application.yml" "%cd%\deploy" copy "%cd%\target\dataj4mysql.jar" "%cd%\deploy" xcopy /y /c /e %cd%\target\templates\*.* %cd%\deploy\templates xcopy...
4,717
the-stack-v2-dedup
Batchfile
if exist mfcbad\*.* wipe mfcbad ren mfc mfcbad md mfc md mfc\res copy mfcbad\*.* mfc\ copy mfcbad\res\*.* mfc\res\ wipe mfcbad
4,718
the-stack-v2-dedup
Batchfile
@echo off :loop cls set /p word=끝 글자를 입력하여 주세요: findstr /b "%word%" word.txt pause goto loop
4,719
the-stack-v2-dedup
Batchfile
C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe /r:C:\Windows\System32\WinMetadata\Windows.Devices.winmd /out:..\bin\lightsensor.exe lightsensor.cs pause
4,720
the-stack-v2-dedup
Batchfile
@echo off IF not exist "container" GOTO NOCONTAINER echo Dateien packen und verschlüsseln... ::auswählen ::set /p sel= "1 für Entpacken, 2 für Packen" ::if "%sel%" == "1" echo Entpacken... ::if "%sel%" == "2" echo Packen... :PASSWORD ::enter password set "psCommand=powershell -Command "$pword = read-host 'Enter Passwo...
4,721
the-stack-v2-dedup
Batchfile
@echo off :: invokes MSYS2 shell directly, not relying on PATH. This allows the env PATH to preference the Git for Windows :: instance of Bash/CoreUtils (which typically integrate better with Windows and may also be expected behavior by other :: build jobs). MSYS2 is only needed for executing autoconf and makefile t...
4,722
the-stack-v2-dedup
Batchfile
@powershell -NoProfile -ExecutionPolicy ByPass -Command "& './script/chocolatey.ps1'" cinst chefdk --version 0.10.0.1 -y
4,723
the-stack-v2-dedup
Batchfile
@echo off �Ȱ�ָ��JDKĿ¼ @echo off ���б������ļ�,�Զ����ASCII��������Դ�ļ� "D:\jdk1.5.0_07\bin\native2ascii.exe" formValidator-src.js jsVariables${localeName}.js formValidator.js "D:\jdk1.5.0_07\bin\native2ascii.exe" formValidatorRegex-src.js formValidatorRegex.js "D:\jdk1.5.0_07\bin\native2ascii.exe" div/validator-src.js di...
4,724
the-stack-v2-dedup
Batchfile
@echo off python %XIA2_ROOT%\Applications\xia2find.py %*
4,725
the-stack-v2-dedup
Batchfile
SET mypath=%CD% cd "%mypath%" && cd QRCodeGen\Scripts && activate.bat && cd "%mypath%" && python QRCodeGen.py
4,726
the-stack-v2-dedup
Batchfile
@echo off gradlew clean build --refresh-dependencies
4,727
the-stack-v2-dedup
Batchfile
echo quick cls and run test command file cls call pik sw 225 call rake
4,728
the-stack-v2-dedup
Batchfile
cmd_/home/an/buildroot/output/host/mipsel-buildroot-linux-uclibc/sysroot/usr/include/linux/netfilter_arp/.install := perl scripts/headers_install.pl /home/an/buildroot/output/build/linux-headers-2.6.36.4/include/linux/netfilter_arp /home/an/buildroot/output/host/mipsel-buildroot-linux-uclibc/sysroot/usr/include/linux/n...
4,729
the-stack-v2-dedup
Batchfile
@echo off cd /d %~dp0 set PATH=C:\sffabricbin;C:\Code;%PATH% C:\SFFabricBin\vc14_redist.x64.exe -quiet C:\SFFabricBin\vcredist_x64.exe -quiet set > env.log java -Djava.library.path=%PATH% -jar todo-app-java-on-azure-1.0-SNAPSHOT-RC-DEMO-1.jar >> javaprocess.log start /wait timeout 600
4,730
the-stack-v2-dedup
Batchfile
cmd_dest/include/linux/tc_act/.install := perl scripts/headers_install.pl /opt/gcc-4.3-ls232/build/linux-3.3/include/linux/tc_act dest/include/linux/tc_act mips tc_csum.h tc_gact.h tc_ipt.h tc_mirred.h tc_nat.h tc_pedit.h tc_skbedit.h; perl scripts/headers_install.pl /opt/gcc-4.3-ls232/build/linux-3.3/include/linux/tc_...
4,731
the-stack-v2-dedup
Batchfile
cmd_/home/joshua/CMSC421/proj1/minesweeper.ko := ld -r -m elf_x86_64 -T ./scripts/module-common.lds --build-id -o /home/joshua/CMSC421/proj1/minesweeper.ko /home/joshua/CMSC421/proj1/minesweeper.o /home/joshua/CMSC421/proj1/minesweeper.mod.o
4,732
the-stack-v2-dedup
Batchfile
git submodule update --init --recursive cd lib\spotify-json rmdir build32 /S /Q mkdir build32 cd build32 cmake .. -DBoost_NO_BOOST_CMAKE=TRUE ^ -DBOOST_ROOT=..\..\..\packages\boost.1.62.0.0\lib\native cmake --build . --config Debug cmake --build . --config Release cd ..\..\..
4,733
the-stack-v2-dedup
Batchfile
schtasks /Change /TN "Microsoft\Windows\AppID\SmartScreenSpecific" /disable schtasks /Change /TN "Microsoft\XblGameSave\XblGameSaveTask" /disable schtasks /Change /TN "Microsoft\Windows\Application Experience\AitAgent" /disable schtasks /Change /TN "Microsoft\Windows\Application Experience\Microsoft Compatibility Ap...
4,734
the-stack-v2-dedup
Batchfile
@ call subscripts/libhello-export-style.bat __fastcall %1
4,735
the-stack-v2-dedup
Batchfile
@echo off setlocal enableDelayedExpansion set NL=^ REM Two newlines required above set /p Var1="YOU ARE IN THE WRONG PLACE. Open up cmd/ConEmu and go to !NL!%HOMEPATH%\Dropbox\Windows_Automation\bin!NL!and read dropbox_restore.py"
4,736
the-stack-v2-dedup
Batchfile
version https://git-lfs.github.com/spec/v1 oid sha256:f08eb284132518e80c8e6c7ba1f83c710b66162259a045330dec44e83672c8a2 size 366
4,737
the-stack-v2-dedup
Batchfile
adb root adb remount adb shell rm -rf system/app/kxlaucher adb shell rm -rf system/app/appupdate adb shell rm -rf system/app/smartlife adb shell rm -rf system/app/door adb shell rm -rf system/app/smartlifeprotectservice adb shell rm -rf system/app/kxcamera adb uninstall com.jingxi.smartlife.pad adb uninstall com.smartl...
4,738
the-stack-v2-dedup
Batchfile
set PATH=C:\Program Files\Git\mingw64\bin;%PATH% echo Downloading and Installing OpenStudio (%OPENSTUDIO_VERSION%.%OPENSTUDIO_VERSION_SHA%) curl -SLO --insecure https://s3.amazonaws.com/openstudio-builds/%OPENSTUDIO_VERSION%/OpenStudio-%OPENSTUDIO_VERSION%.%OPENSTUDIO_VERSION_SHA%-Windows.exe OpenStudio-%OPENSTUDIO_VER...
4,739
the-stack-v2-dedup
Batchfile
@echo off color 66 echo ======================================= echo = 代码合并工具 github.com/jsix/devfw = echo ======================================= set dir=%~dp0 set megdir=%dir%\dll\ if exist "%megdir%merge.exe" ( echo 生成中,请稍等... cd %dir%dist\dll\ echo /keyfile:%dir%j6.devfw.snk>nul "%megdir%merge.exe" /...
4,740
the-stack-v2-dedup
Batchfile
set GITHUB_USERNAME=PROTOXRD&&^ set GITHUB_TOKEN=###GITHUB TOKEN HERE###&&^ set GITHUB_REPO=PROTOXRD/XCollectCT&&^ set PORT=8082&&^ npm run start
4,741
the-stack-v2-dedup
Batchfile
echo Start program testing set PROGRAM="%~1" %PROGRAM% matrix-file-1.txt > %TEMP%\output.txt if NOT ERRORLEVEL 1 goto err fc.exe %TEMP%\output.txt expected-output-when-input-file-is-missing.txt if ERRORLEVEL 1 goto err %PROGRAM% matrix-file-1.txt matrix.txt > %TEMP%\output.txt if NOT ERRORLEVEL 1 goto err fc.exe %T...
4,742
the-stack-v2-dedup
Batchfile
cd Debug start ServerPrototype.exe cd ..\GUI\bin\x86\Debug start WpfApp1.exe PAUSE
4,743
the-stack-v2-dedup
Batchfile
regsvr32 Addin1.dll regsvr32 Addin2.dll
4,744
the-stack-v2-dedup
Batchfile
-w -s "i:\Embedded\_Projects\Lab01_MultMix\library.cfg" -j "i:\Embedded\_Projects\Lab01_MultMix\MultMix\projlib.cfg" -d "i:\Embedded\_Projects\Lab01_MultMix\MultMix\compile" -work MultMix -O3 -e 100 -2002 "i:\Embedded\_Projects\Lab01_MultMix\MultMix\src\MultD2.vhd"
4,745
the-stack-v2-dedup
Batchfile
@echo off SET /p port="Enter HTTP Port: " IF "%port%" NEQ "" ( SET HTTP_PORT=%port% ) SET /p port="Enter P2P Port: " IF "%port%" NEQ "" ( SET P2P_PORT=%port% ) python nodeTester.py
4,746
the-stack-v2-dedup
Batchfile
@echo off for /F "eol=# tokens=1,2 delims= " %%a in (insights.ini) do set %%a=%%b if not defined rootpath goto :EOF start /B cmd.exe /c "%rscriptpath%\Rscript.exe app.R" start http://127.0.0.1:2208
4,747
the-stack-v2-dedup
Batchfile
packages\ILRepack.2.0.10\tools\ILRepack.exe /ndebug /allowdup:AngleSharp.ConfigurationExtensions /wildcards /targetplatform:v4 /out:"release\_tmp\Turbohud.AutoUpdate.exe" Turbohud.AutoUpdate\bin\Turbohud.AutoUpdate.exe Turbohud.AutoUpdate\bin\*.dll copy TurboHud.bat release\_tmp\TurboHud.bat pushd release pushd _tmp ...
4,748
the-stack-v2-dedup
Batchfile
@echo off cd "F:\Visual Studio 2017\Projects\proxyServer\proxyServer\bin\Debug" F: makecert.exe test2.cer -a sha1 -n "CN = ah101" -sr LocalMachine -ss My -sky signature -pe -len 2048 echo Operation Completed!
4,749
the-stack-v2-dedup
Batchfile
cmd_net/xfrm/xfrm_algo.mod := { echo net/xfrm/xfrm_algo.o; echo; } > net/xfrm/xfrm_algo.mod
4,750
the-stack-v2-dedup
Batchfile
@echo off dotnet publish -c Release -r win-x64 copy HardHead\bin\Release\netcoreapp2.1\win-x64\publish\* ..\liars-dice\dist\win-x64\csharp
4,751
the-stack-v2-dedup
Batchfile
REM CommandInterpreter: $(COMSPEC) copy gen_RPCinterface.dll "C:\Program Files\Winamp\Plugins\gen_RPCinterface.dll" pause
4,752
the-stack-v2-dedup
Batchfile
@echo off chcp 65001 >nul call %~dp0\colours set wd_colour=%txtblu% net session >nul 2>&1 if %errorlevel% == 0 ( set prompt_colour=%txtred% set command_colour=%bldpur% ) else ( set prompt_colour=%txtgrn% set command_colour=%bldylw% ) prompt %prompt_colour%%username%@%computername% %wd_colour%$p%prompt_c...
4,753
the-stack-v2-dedup
Batchfile
@echo off SETLOCAL SET EL=0 echo ------- JPEG -------- :: guard to make sure settings have been sourced IF "%ROOTDIR%"=="" ( echo "ROOTDIR variable not set" && GOTO DONE ) cd %PKGDIR% CALL %ROOTDIR%\scripts\download jpegsrc.v%JPEG_VERSION%.tar.gz IF %ERRORLEVEL% NEQ 0 GOTO ERROR if EXIST jpeg ( echo found extracte...
4,754
the-stack-v2-dedup
Batchfile
stk500 -dATmega8 -e pause
4,755
the-stack-v2-dedup
Batchfile
cp ../../Libs/lib/win/*.dll ./ cp ../../TBS/TBS.dll.win/*.dll ./ cp ../../TBS.Robo/TBS.Robo.dll.win/*.dll ./ cp ../../TBS.Robo.RoboCan/TBS.Robo.RoboCan.dll.win/*.dll ./ cp ../../TBS.Robo.RoboCan/TBS.Robo.RoboCan.dll.win/*.dll ./ cp ../../PocoIO/PocoIO/*.dll ./ cp ../Debug/*.exe test.exe
4,756
the-stack-v2-dedup
Batchfile
@echo off start snippingtool exit
4,757
the-stack-v2-dedup
Batchfile
@echo off setlocal enabledelayedexpansion for /F "tokens=2 delims=:" %%a in ('netsh wlan show profile') do ( set wifi_pwd= for /F "tokens=2 delims=: usebackq" %%F IN (`netsh wlan show profile %%a key^=clear ^| find "Key Content"`) do ( set wifi_pwd=%%F ) echo %%a : !wifi_pwd!>>pass.txt ...
4,758
the-stack-v2-dedup
Batchfile
ping sz.tencent.com >a.txt ping sz1.tencent.com >>a.txt ping sz2.tencent.com >>a.txt ping sz3.tencent.com >>a.txt ping sz4.tencent.com >>a.txt ping sz5.tencent.com >>a.txt ping sz6.tencent.com >>a.txt ping sz7.tencent.com >>a.txt exit
4,759
the-stack-v2-dedup
Batchfile
..\..\..\psp_rel\tools\LinkfileParse.exe ap_alarm.apl ap_alarm.lin ap_alarm.apc pause
4,760
the-stack-v2-dedup
Batchfile
java -classpath .;Demo.jar osp.OSP
4,761
the-stack-v2-dedup
Batchfile
node cloud/smart-home-provider-cloud.js smart-home="https://mfzhome.ddns.net"
4,762
the-stack-v2-dedup
Batchfile
@echo off rem rem SRC_C_RAW <source file name> [-dbg] rem rem Compile C language source file to produce an object file. The source file rem name argument must not contain the .C suffix. rem rem The module will be compiled in debug mode if the "-dbg" command line rem option is given, or the environment variab...
4,763
the-stack-v2-dedup
Batchfile
imgset ide10 "/cd/TombRaiG/tombeng.cue" pause cd TombRaiG call run
4,764
the-stack-v2-dedup
Batchfile
call "D:\AR Conversion\ProcessCode_Alok\GridLine_Adobe\Abode_Gridline_To_Pdf.py" "e32df8e9-ca1d-4d57-b0b3-54f977f269a4" echo SPV_AR_Process_Internal_P2 for RequestId-e32df8e9-ca1d-4d57-b0b3-54f977f269a4 Start %date% %time%>>"D:\AR Conversion\ProcessCode_Alok\GridLine_Adobe\Request_Id_Path\log\SPV_AR_Process_Internal_...
4,765
the-stack-v2-dedup
Batchfile
unusedspritefinder ..\bdlite\pk3\decorate,..\vulkan\pk3\decorate ..\bdlite\pk3\sprites,..\vulkan\pk3\sprites > detected.txt
4,766
the-stack-v2-dedup
Batchfile
@ECHO OFF COPY ..\PRG.COM TEST.COM ..\..\AC.EXE TEST.COM HALLO.COM ..\..\AC.EXE TEST.COM HALLO.COM ..\..\AC.EXE TEST.COM HALLO.COM PAUSE TEST.COM PAUSE
4,767
the-stack-v2-dedup
Batchfile
@ECHO OFF setlocal set PYTHONPATH=%PYTHONPATH%;%1 set REST_VAR= shift :loop1 if "%1"=="" goto after_loop set RESTVAR=%RESTVAR% %1 shift goto loop1 :after_loop REM @ECHO ON REM echo cwd %cd% REM echo python %RESTVAR% REM @ECHO OFF python %RESTVAR% endlocal
4,768
the-stack-v2-dedup
Batchfile
git push --progress "https://git.oschina.net/jiniannet/jntemplate.git" refs/heads/dev:refs/heads/master git push --progress "https://git01.codeplex.com/jntemplate" refs/heads/dev:refs/heads/master git push --progress "https://git.70206.com/jiniannet/jntemplate.git" refs/heads/dev:refs/heads/master
4,769
the-stack-v2-dedup
Batchfile
pyuic5 -o ui_mediaplayer.py player.ui
4,770
the-stack-v2-dedup
Batchfile
echo For security reasons, Chrome won't properly download data from a file// address. By running this python based webserver chrome testing will work. I think it requires Python 3+ to be installed, this might happen automatically when you setup the Emscripten stuff set CURPATH=%cd% cd .. call app_info_setup.bat ...
4,771
the-stack-v2-dedup
Batchfile
java -jar ../../../lib/liquibase-3.1.1-bin/liquibase.jar releaseLocks
4,772
the-stack-v2-dedup
Batchfile
:: This is the script to install juphoon's p3c-pmd to ${HOME}/juphoon/dev_tools/ along with git's pre-commit script @echo off setlocal enableextensions disabledelayedexpansion set target_path="c:\juphoon" set jar="juphoon-p3c-pmd-1.0.0-jar-with-dependencies.jar" setlocal ENABLEEXTENSIONS DISABLEDELAYED...
4,773
the-stack-v2-dedup
Batchfile
http_run_exe.exe -port=8080 -exe=d:/unity/xiaohu/build/xiaohu/xiaohu.exe
4,774
the-stack-v2-dedup
Batchfile
copy ACATCleanup.exe ..
4,775
the-stack-v2-dedup
Batchfile
@echo off echo fost-windows %* pushd %0\.. ..\bjam preserve-test-targets=on %* IF ERRORLEVEL 1 ( popd copy ) ELSE ( echo fost-windows %* OK popd )
4,776
the-stack-v2-dedup
Batchfile
rd /q /s .\SortingSetup\Debug rd /q /s .\SortingSetup\Release rd /q /s .\THOK.AS.Sorting\bin rd /q /s .\THOK.AS.Sorting\obj rd /q /s .\THOK.AS.Sorting.MCS\bin rd /q /s .\THOK.AS.Sorting.MCS\obj rd /q /s .\InstallDB\bin rd /q /s .\InstallDB\obj pause
4,777
the-stack-v2-dedup
Batchfile
@echo off setlocal enabledelayedexpansion title IBM AppScan batch scan script By T00ls.Net echo -------------------------------------------------------------------------------- echo IBM AppScan batch scan script echo ---By acgbfull echo ...
4,778
the-stack-v2-dedup
Batchfile
@setlocal @rem Remove zlib and zstd binary wraps as they are no longer used @IF EXIST "%devroot%\mesa\subprojects\zlib\" RD /S /Q "%devroot%\mesa\subprojects\zlib" @IF EXIST "%devroot%\mesa\subprojects\libzstd\" RD /S /Q "%devroot%\mesa\subprojects\libzstd" @rem Use pure subproject without wrap for DirectX headers @I...
4,779
the-stack-v2-dedup
Batchfile
set FB_COMPILER="C:\FreeBasic\Compilier\" %FB_COMPILER%fbc -d "TRUEENGINE2D_STATIC" -x "lib\libTrueEngine2D.a" -lib @makefile
4,780
the-stack-v2-dedup
Batchfile
@echo off hostname > dator_och_namn.txt net user >> dator_och_namn.txt
4,781
the-stack-v2-dedup
Batchfile
rm c:/codeblocks/share/CodeBlocks/plugins/svn.dll rm c:/codeblocks/share/CodeBlocks/svn.zip
4,782
the-stack-v2-dedup
Batchfile
@ECHO OFF TITLE TeknoMW3 Server Launcher COLOR 07 CLS ECHO. ECHO ///////////////////////////////////////////// ECHO //// AVISO //// ECHO ///////////////////////////////////////////// ECHO. ECHO Si quieres cerrar tu Servidor Dedicado, debes cerrar primero esta ventana y luego la del servido...
4,783
the-stack-v2-dedup
Batchfile
@if "%_echo%"=="" echo off rem ************************************************************************** rem *** This file will get the latest BVT source code to this machine. rem ************************************************************************** setlocal :LDecodeArg if "%1"=="" goto LDoneDecodeArg if not "...
4,784
the-stack-v2-dedup
Batchfile
@echo off set gen=%GT_OUT_ROOT%\gtserver\winx64_vc10\bin\debug\plxn_fzdl2cppd.exe %gen% /nologo /input:jobpdo.fzdl /target:basetype /cop:../generated /ofn:jobpdo.fz %gen% /nologo /input:jobsvc.fzdl /target:serviceproxy /cop:../generated /ofn:jobsvc.fz del ..\generated\plxn_jobmansvcproxy.def del ..\generated\scf_a...
4,785
the-stack-v2-dedup
Batchfile
kubectl get all -n webcrawler
4,786
the-stack-v2-dedup
Batchfile
@echo off set VLC_PLUGIN_PATH=%cd%\jnas\vlcj\plugins call ".\jre\bin\java" -jar -Djna.library.path=%cd%\jnas\vlcj -Dfile.encoding=utf-8 @jar_file_name@
4,787
the-stack-v2-dedup
Batchfile
rem data_set_name, args[1], rem n_sampled, args[2], rem learning_rate, args[3], rem epochs, args[4], rem embedding_size, args[5], rem batch_size, args[6], rem hidden_size, args[7], rem i2v_model_dir, args[8], rem restore_model, args[9], rem joint_train, args[10], rem keep_drop, args[11] rem item_size, args[12] rem py...
4,788
the-stack-v2-dedup
Batchfile
@echo off cls python main.py pause
4,789
the-stack-v2-dedup
Batchfile
del C:\xampp\htdocs\project0.2.7.6\projects\crmlib3\template\main.html~ del C:\xampp\htdocs\project0.2.7.6\projects\daniel\template\main.html~ del C:\xampp\htdocs\project0.2.7.6\projects\directorio0274\template\main.html~ del C:\xampp\htdocs\project0.2.7.6\projects\directorio0274\template\footer.php~ del C:\xampp\htdoc...
4,790
the-stack-v2-dedup
Batchfile
go 3 human 0 LOL_data_copy\match\json\2196282421_2196309232.json
4,791
the-stack-v2-dedup
Batchfile
@echo "start param config" tpl.exe -l csharp -o output/csharp -i config -t templete/csharp.tpl tpl.exe -l java -o output/java/com/config -i config -t templete/java.tpl tpl.exe -l cpp -o output/cpp -i config -t templete/cpp.tpl tpl.exe -l lua -o output/lua -i config -t templete/lua.tpl @pause
4,792
the-stack-v2-dedup
Batchfile
@echo off REM %1 Documentation folder @CALL Doxygen %1\DeveloperDoxyfile @CALL Doxygen %1\UserDoxyfile REM User PDF cd UserPDF\latex CALL make copy refman.pdf %1\UserDocumentation.pdf cd.. cd.. REM Developers PDF cd DeveloperPDF\latex CALL make copy refman.pdf %1\DeveloperDocumentation.pdf cd.. c...
4,793
the-stack-v2-dedup
Batchfile
@echo off REM copy the ivy.jar file into the ant/lib directory first echo Type 'ant resolve' to download dependencies. echo Type 'ant zip' to build and create the zip. set JAVA_HOME=D:\projects\build\jdk-11.0.2 set ANT_HOME=D:\projects\build\apache-ant-1.10.5 set JFX_HOME=D:\projects\build\javafx-sdk-11.0.2 set jf...
4,794
the-stack-v2-dedup
Batchfile
bcp "select substring(data, 25, 6144) as data from turbdb201test.dbo.vel where timestep=10250 order by timestep, zindex" queryout "output2.bin" -S sciserver02 -T -f bcp.fmt
4,795
the-stack-v2-dedup
Batchfile
cd %~dp0 net stop device-odbc rmdir /s/q "C:\Program Files (x86)\Advantech\E2I\Plugin\odbc\ODBC_Rec" rmdir /s/q "C:\Program Files (x86)\Advantech\E2I\Plugin\odbc\logs" copy /Y odbc_config\ODBC_Handler.ini "C:\Program Files (x86)\Advantech\E2I\Plugin\odbc" mkdir C:\txt copy /Y odbc_data\data.csv C:\txt net ...
4,796
the-stack-v2-dedup
Batchfile
cmd_/root/modules/exporting/mod1.mod := { echo /root/modules/exporting/mod1.o; echo; } > /root/modules/exporting/mod1.mod
4,797
the-stack-v2-dedup
Batchfile
mysql -uroot -proot < createCourseDB.sql mysql -uroot -proot < insertCourseDB.sql
4,798
the-stack-v2-dedup
Batchfile
@echo off REM This bat file provides a convenient way REM to map a phisycal drive to virtual one REM on Windows by makin use of the subst tool. SET path="C:\Users\jcfausto\code\games\cppgeng" C:/WINDOWS/system32/subst.exe Z: /d C:/WINDOWS/system32/subst.exe Z: %path% echo [OK ] %path% mapped successfully to drive Z
4,799