source string | code_lang string | content string | idx int64 |
|---|---|---|---|
the-stack-v2-dedup | Batchfile | ; The CMD file.
;
; Two parts: 1. Command definition and 2. State entry
; (state entry is after the commands def section)
;
; 1. Command definition
; ---------------------
; Note: The commands are CASE-SENSITIVE, and so are the command names.
; The eight directions are:
; B, DB, D, DF, F, UF, U, UB (all CAPS)
; ... | 3,300 |
the-stack-v2-dedup | Batchfile | --Globais
--Hora agora
!create agora:dataHora
!set agora.value := (23 * 60) + (11 * 30 * 24 * 60) + (2010 * 365 * 24 * 60)
!set agora.agora := agora
--Grupo de carro Categoria A
!create a :grupo_carro
!set a.categoria := 'A'
--modelo
!create t1 :modelo
!set t1.marca := 'T1'
!insert (a, t1) into grupo_modelo
--data ... | 3,301 |
the-stack-v2-dedup | Batchfile | @link /lib %*
| 3,302 |
the-stack-v2-dedup | Batchfile | cmd_arch/arm64/net/built-in.a := rm -f arch/arm64/net/built-in.a; aarch64-linux-gnu-ar rcSTPD arch/arm64/net/built-in.a
| 3,303 |
the-stack-v2-dedup | Batchfile | mklink %~dp0\src\localConfig.js %~dp0\public\brand\standCode.js | 3,304 |
the-stack-v2-dedup | Batchfile | cmd_/home/zodiac1111/arm/kernel-mod/api/kgen_plat.ko := arm-linux-ld -EL -r -o /home/zodiac1111/arm/kernel-mod/api/kgen_plat.ko /home/zodiac1111/arm/kernel-mod/api/kgen_plat.o /home/zodiac1111/arm/kernel-mod/api/kgen_plat.mod.o
| 3,305 |
the-stack-v2-dedup | Batchfile | set cwd=%~dp0
cd %cwd%
python3 multiplayer/client.py
| 3,306 |
the-stack-v2-dedup | Batchfile | @echo off
color 1F
title Command Download Batch
md c:\net
call bitsadmin /transfer NETFX /download /priority normal https://dl.google.com/tag/s/appguid%3D%7B8A69D345-D564-463C-AFF1-A69D9E530F96%7D%26iid%3D%7BF18BE5D3-B51D-FFB0-2F73-1BC2066AC52F%7D%26lang%3Dnl%26browser%3D4%26usagestats%3D0%26appname%3DGoogle%2520C... | 3,307 |
the-stack-v2-dedup | Batchfile | "/home/ashwani/julia/julia-1.5.2/bin/julia" --color=yes --depwarn=no --project=@. -q -- "%~dp0..\bootstrap.jl" -r %* | 3,308 |
the-stack-v2-dedup | Batchfile | color 9f
python -i bank_script.py | 3,309 |
the-stack-v2-dedup | Batchfile | echo off
pushd "%~dp0
@echo -------------------------------------
echo LostByteSoft
echo Install version 2.1 2021-06-23
echo Architecture: x64
echo Compatibility : w7 w8 w8.1 w10 w11
echo LBS_HashCalc
@echo -------------------------------------
taskkill /im "LBS_HashCalc.exe"
copy "SharedIcons\*.ico" "C:\Program Files... | 3,310 |
the-stack-v2-dedup | Batchfile | echo coucou les amis
echo -n LAUL
echo -- -n
echo -n -- -- --
echo -- --
echo
| 3,311 |
the-stack-v2-dedup | Batchfile | @echo off
REM !/bin/bash
REM
REM Copyright 2019 Google LLC
REM
REM Licensed under the Apache License, Version 2.0 (the "License");
REM you may not use this file except in compliance with the License.
REM You may obtain a copy of the License at
REM
REM http://www.apache.org/licenses/LICENSE-2.0
REM
REM Unless requi... | 3,312 |
the-stack-v2-dedup | Batchfile | set adb = "C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe"
adb -e forward tcp:9867 tcp:9867
pushd FabulousDemo
fabulous --watch --send
popd | 3,313 |
the-stack-v2-dedup | Batchfile | @echo off
set VersionFile=config\version.php
REM Clear Cache
del ..\output\aws\ua-laravel-v*.zip
php artisan view:clear
php artisan cache:clear
php artisan config:cache
del bootstrap\cache\config.php
REM Prepare AWS1 Settings
rename config\database.php database.tmp.php
rename config\mail.php mail.tmp.php
rename con... | 3,314 |
the-stack-v2-dedup | Batchfile | @echo off
:repeat
title 绘本拷贝辅助程序
echo.
echo ----------------------------------------
echo 请输入你想操作的动作序号:
echo ----------------------------------------
echo.
echo 1.批量导入绘本
echo.
echo 2.删除设备所有绘本
echo.
echo 3.查看设备已有绘本
echo.
echo 4.重启设备
echo.
echo 5.退出
echo.
choice /c 12345 /m " 请选择:"
if %errorlevel%==5 e... | 3,315 |
the-stack-v2-dedup | Batchfile | @echo off
echo After this script completes, the terminal may look wrong
echo However, new terminals will look ok. Press any key to
echo continue and then close this terminal
pause
copy "install\Windows PowerShell.lnk" "%HOMEDRIVE%%HOMEPATH%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Windows PowerShell\"
copy... | 3,316 |
the-stack-v2-dedup | Batchfile | set "THETA=0 0.001 0.01 0.1 0.5 1.0"
for %%i in (%THETA%) do (
java -jar target\NetworkDemonstrator-1.0-SNAPSHOT-jar-with-dependencies.jar %%i
) | 3,317 |
the-stack-v2-dedup | Batchfile | @echo off
for /L %S in (1000, 500, 10000) do python queue_onoff_traffic1.py -S %S --no-trace>>averagewaitingtime1(packet_size_change).out
for /L %T in (0.002, 0.002, 0.01) do python queue_onoff_traffic2.py -T %T --no-trace>>averagewaitingtime2(simulation_time_change).out
for /L %X in (1000, 500, 10000) do python ... | 3,318 |
the-stack-v2-dedup | Batchfile | reg delete "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\ImmersiveShell\EdgeUI" /v "DisableCharmsHint" /f
reg delete "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\ImmersiveShell\EdgeUI" /v "DisableTLCorner" /f
| 3,319 |
the-stack-v2-dedup | Batchfile | echo on
cd book
java TestException
pause | 3,320 |
the-stack-v2-dedup | Batchfile | CALL .\set-vars > nul
CALL %TIZEN% build-web -- %SRC_PATH%
MOVE %SRC_PATH%\.buildResult %BUILD_PATH%\%BUILD_RESULT% | 3,321 |
the-stack-v2-dedup | Batchfile | echo Your campsite is fairly simple at the moment. Your tent and bedroll
echo are set in front of the rocks that lead to the portal. You have a
echo small fire pit as well. You have a number of traps surrounding your
echo makeshift home, but they are fairly simple and may not do much to
echo deter a demon. The... | 3,322 |
the-stack-v2-dedup | Batchfile | mode con lines=2000
for /l %%v in (0, 1,10000) do node .\src\index.js
pause | 3,323 |
the-stack-v2-dedup | Batchfile | rem --- install python 2.7
rem --- install wxpython version 2.9
rem --- > pip install lxml numpy
rem --- to use: > C:\python27\python.exe mpxml_viewer.bat.py mpxml_viewer.bat.ini
C:\Python27\python.exe %0.py %0.ini %1
rem set /p temp="Hit enter to continue"
| 3,324 |
the-stack-v2-dedup | Batchfile | @REM Set _fBlack=[30m
@REM Set _bBlack=[40m
@REM Set _fRed=[31m
@REM Set _bRed=[41m
@REM Set _fGreen=[32m
@REM Set _bGreen=[42m
@REM Set _fYellow=[33m
@REM Set _bYellow=[43m
@REM Set _fBlue=[34m
@REM Set _bBlue=[44m
@REM Set _fMag=[35m
@REM Set _bMag=[45m
@REM Set _fCyan=[36m
@REM Set _bCyan=[46m
@REM Set... | 3,325 |
the-stack-v2-dedup | Batchfile | del hr2ged.zip
del hr2gedGui.zip
rmdir /S /Q hr2ged
python setup.py py2exe
rename dist hr2ged
7z a -tZIP hr2ged hr2ged\*.*
rmdir /S /Q hr2gedGui
copy hr2gedGui.py hr2gedGui.pyw
python gui_setup.py py2exe
del hr2gedGui.pyw
rename dist hr2gedGui
7z a -tZIP hr2gedGui hr2gedGui\*.*
| 3,326 |
the-stack-v2-dedup | Batchfile | cls
@echo off
set "ROOT=..\.."
set "APP_NAME=%1"
set "DEFINES=/DUNICODE /D_DEBUG /DWIN32 /D_CRT_SECURE_NO_WARNINGS /DGLFW_INCLUDE_NONE /DCIMGUI_DEFINE_ENUMS_AND_STRUCTS /DIMGUI_IMPL_OPENGL_LOADER_GLAD"
set "WARNINGS=/WX /W4 /wd4100 /wd4204 /wd4312 /wd4201 /wd4055 /wd4054"
set "COMMON_COMPILER_FLAGS=/MT /nologo /Gm- /G... | 3,327 |
the-stack-v2-dedup | Batchfile | @Echo off
FOR /L %%A IN (1,1,200) DO (
ECHO %%A
timeout 2
) | 3,328 |
the-stack-v2-dedup | Batchfile | cmd_drivers/media/rc/keymaps/rc-avermedia-m733a-rm-k6.ko := ld -r -m elf_x86_64 -z max-page-size=0x200000 --build-id -T ./scripts/module-common.lds -o drivers/media/rc/keymaps/rc-avermedia-m733a-rm-k6.ko drivers/media/rc/keymaps/rc-avermedia-m733a-rm-k6.o drivers/media/rc/keymaps/rc-avermedia-m733a-rm-k6.mod.o; tru... | 3,329 |
the-stack-v2-dedup | Batchfile | subst /d e:
subst e: riddle
pause
cd riddle
call masterlu
| 3,330 |
the-stack-v2-dedup | Batchfile | @echo off
setlocal enabledelayedexpansion enableextensions
set LIST=
for %%x in (..\..\tools\GuiCommon\*.cpp) do set LIST=!LIST! %%x
for %%x in (..\..\tools\CastorViewer\*.cpp) do set LIST=!LIST! %%x
xgettext -d CastorViewer -s --keyword=_ -p .\po\ -o CastorViewer.pot %LIST%
| 3,331 |
the-stack-v2-dedup | Batchfile | cmd_drivers/vhost/vhost_vsock.ko := ld -r -m elf_x86_64 -z max-page-size=0x200000 --build-id -T ./scripts/module-common.lds -o drivers/vhost/vhost_vsock.ko drivers/vhost/vhost_vsock.o drivers/vhost/vhost_vsock.mod.o; true
| 3,332 |
the-stack-v2-dedup | Batchfile | :: Batch file run as build command for vers.vcproj
@echo off
setlocal
set InFile=%~1
set SolutionDir=%~2
set IntDir=%~3
set OutFile=%~4
set VarsBat=%IntDir%/vers-vars.bat
:: Put cygwin in the path
call %SolutionDir%\..\third_party\cygwin\setup_env.bat
:: Load version digits as environment variables
cat %SolutionDir... | 3,333 |
the-stack-v2-dedup | Batchfile | mvn install:install-file -DlocalRepositoryPath=mdht-vocab-repo -DcreateChecksum=true -Dpackaging=jar -Dfile=D:\MDHT\07_25_2016\lpg.runtime.java-2.0.17.v201004271640.jar -DgroupId=org.mdht.dependencies -DartifactId=lpg.runtime.java -Dversion=2.0.17.v201004271640
| 3,334 |
the-stack-v2-dedup | Batchfile | #!../../bin/linux-x86_64/breakTable
## You may have to change breakTable to something else
## everywhere it appears in this file
< envPaths
cd "${TOP}"
## Register all support components
dbLoadDatabase "dbd/breakTable.dbd"
breakTable_registerRecordDeviceDriver pdbbase
## Load record instances
#dbLoadRecords("db/xx... | 3,335 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
TREE . /F /A | 3,336 |
the-stack-v2-dedup | Batchfile | @echo off
:: This builds using MinGW-w64 for 32 and 64 bit (http://mingw-w64.sourceforge.net/)
:: Make sure both mingw-w32\bin and mingw-w64\bin are in the PATH
set FLAGS=-mconsole -municode -Wall -static-libgcc -O3 -s -D UNICODE -D _UNICODE -I ..\
set FILES=ReadMem.c FindProcess.c ..\functions.c ..\Memory.c
echo C... | 3,337 |
the-stack-v2-dedup | Batchfile | QBASIC.EXE /RUN FALLING!.BAS | 3,338 |
the-stack-v2-dedup | Batchfile | @echo off
REM PHP_CodeSniffer detects violations of a defined coding standard.
REM
REM @author Greg Sherwood <gsherwood@squiz.net>
REM @copyright 2006-2015 Squiz Pty Ltd (ABN 77 084 670 600)
REM @license https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt BSD Licence
if "%PHP_PEAR_PHP_BIN%" neq ... | 3,339 |
the-stack-v2-dedup | Batchfile | @echo off
mkdir ..\..\build
pushd ..\..\build
cl -Zi w:\handmade\code\win32_handmade.cpp user32.lib Gdi32.lib
popd
| 3,340 |
the-stack-v2-dedup | Batchfile | @echo off
echo Building textures...
VTFCmd.exe -folder "pngs\*.png" -output "tf\materials\vgui\logos\visual_improve_hud" -format "BGRA8888" -nomipmaps
echo Done.
pause
| 3,341 |
the-stack-v2-dedup | Batchfile | @echo off
set PROGRAM="%~1"
echo %PROGRAM%
echo %TEMP%
REM запуск программы без параметров
%PROGRAM%
IF NOT ERRORLEVEL 1 GOTO err
echo.
REM запуск программы с одним параметром
%PROGRAM% theOnlyParameter
IF NOT ERRORLEVEL 1 GOTO err
echo.
REM запуск программы с тремя параметрами
%PROGRAM% testcases\houseJackSho... | 3,342 |
the-stack-v2-dedup | Batchfile |
set /p m=
git.exe commit -a -m "%m%"
pause | 3,343 |
the-stack-v2-dedup | Batchfile | "c:\Program Files (x86)\AutoHotkey\AutoHotkey.exe" .\uigrabber.ahk
| 3,344 |
the-stack-v2-dedup | Batchfile | notepad++ %~dp0py\alias.py | 3,345 |
the-stack-v2-dedup | Batchfile | ../../.git/annex/objects/Pg/wg/MD5E-s14673--65fd90c6ca66d893f4c9e5bde6b6b86a.cmd/MD5E-s14673--65fd90c6ca66d893f4c9e5bde6b6b86a.cmd | 3,346 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
set container_name=superset
REM Copy everything in the superset container
docker cp "%~dp0dashboards.json" %container_name%:/
docker cp "%~dp0datasources.yaml" %container_name%:/
docker cp "%~dp0import.sh" %container_name%:/
REM Execute the import script
docker exec -it %container_name% "/import.sh"
| 3,347 |
the-stack-v2-dedup | Batchfile | cmd_/home/wanghuanyu/opulan/v3.2.1/os/modules/opl_reg/opl_reg_mmap.ko := mips-linux-uclibc-ld -m elf32btsmip -r -o /home/wanghuanyu/opulan/v3.2.1/os/modules/opl_reg/opl_reg_mmap.ko /home/wanghuanyu/opulan/v3.2.1/os/modules/opl_reg/opl_reg_mmap.o /home/wanghuanyu/opulan/v3.2.1/os/modules/opl_reg/opl_reg_mmap.mod.o
| 3,348 |
the-stack-v2-dedup | Batchfile | @rem 参数0: exe
@rem 参数1: 输入bin文件 ,原始文件或者压缩档文件
@rem 参数2 :输出文件
@rem 参数3: 输入文件类型,0是image文件,1是FLASHBOOT文件 2是secboot文件
@rem 参数4: 是否压缩文件:0:plain文件,1:压缩类型文件
@rem 参数5: 版本号文件,执行完exe之后版本号会自动累加
@rem 参数6:存放位置
@rem 参数7:原始bin文件
@rem 参数8:压缩文件的解压位置
@echo off
copy WM_W600.map ..\..\..\Bin
copy objs\WM_W600.bin ..\..\..\... | 3,349 |
the-stack-v2-dedup | Batchfile | @echo off
spg -vl CmajorParsers.spg
| 3,350 |
the-stack-v2-dedup | Batchfile | keytool -genkey -keystore %KeyStore% -alias %User%
pause | 3,351 |
the-stack-v2-dedup | Batchfile | @echo off
if /i A EQU a (
echo.ˆê’v
) else (
echo.•sˆê’v
) | 3,352 |
the-stack-v2-dedup | Batchfile | @ECHO ON
setlocal enabledelayedexpansion
SET BOOST_CI_TARGET_BRANCH=%BUILD_SOURCEBRANCHNAME%
SET BOOST_CI_SRC_FOLDER=%BUILD_SOURCESDIRECTORY%
call %~dp0\..\common_install.bat
REM Persist variables
@ECHO OFF
echo ##vso[task.setvariable variable=SELF]%SELF%
echo ##vso[task.setvariable variable=BOOST_ROOT]%BOOST_ROOT%
| 3,353 |
the-stack-v2-dedup | Batchfile | @echo off
lua.exe %LUA2NP_PATH%\scripts\lua2np.lua %*
| 3,354 |
the-stack-v2-dedup | Batchfile | cd "bin"
qemu-system-x86_64 ^
-machine q35 ^
-cpu core2duo ^
-name "BareMetal OS" ^
-device e1000,netdev=net0 ^
-netdev user,id=net0 ^
-smp 2 ^
-m 256 ^
-drive id=disk,file="bmfs.image",if=none,format=raw ^
-device ahci,id=ahci ^
-device ide-drive,drive=disk,bus=ahci.0
cd ".."
| 3,355 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
IF EXIST NAME.CFG DEL NAME.CFG
ECHO %COMPUTERNAME% > NAME.CFG | 3,356 |
the-stack-v2-dedup | Batchfile | @echo off
if "%1"=="" goto STARTERROR
if "%2"=="" goto STARTERROR
if %1==A: goto CHECKHD
if %1==a: goto CHECKHD
if %1==B: goto CHECKHD
if %1==b: goto CHECKHD
goto STARTERROR
:CHECKHD
if %2==C: goto START
if %2==c: goto START
if %2==D: goto START
if %2==d: goto START
if %2==E: goto START
if %2==e: goto START
if %2==F: ... | 3,357 |
the-stack-v2-dedup | Batchfile | if exist xrGame.dll del xrGame.dll
..\tools\bspatch.exe xrGame_orig.dll xrGame.dll xrGame.diff
| 3,358 |
the-stack-v2-dedup | Batchfile | @echo off
echo "Hello Bluefish!"
dir c:\ | 3,359 |
the-stack-v2-dedup | Batchfile | cd E:\blhxautoEX
e:
python blhx3.py | 3,360 |
the-stack-v2-dedup | Batchfile | sn -q -k Keys.snk
attrib +r keys.snk
md .V1
csc /t:winexe /debug /out:.V1\AutoUpdateApp.exe UpdateApp.cs Updater.cs InteropBits.cs StrongName.cs
md .V2
csc /t:winexe /debug /d:V2 /out:.V2\AutoUpdateApp.exe UpdateApp.cs Updater.cs InteropBits.cs StrongName.cs
md .UPDATES
csc /res:_Cat.gif /res:_Dog.gif /res... | 3,361 |
the-stack-v2-dedup | Batchfile | cmd_/home/viswanthjasthi/Desktop/cdac/device-drivers/rpi4/device-drivers/assignment/Day5/program3/modules.order := { echo /home/viswanthjasthi/Desktop/cdac/device-drivers/rpi4/device-drivers/assignment/Day5/program3/driver.ko; :; } | awk '!x[$$0]++' - > /home/viswanthjasthi/Desktop/cdac/device-drivers/rpi4/device-dri... | 3,362 |
the-stack-v2-dedup | Batchfile | SET PATH=C:\VBDOS\BIN\;Z:\
SET INCLUDE=C:\VBDOS\INC\
SET LIB=C:\VBDOS\LIB\
| 3,363 |
the-stack-v2-dedup | Batchfile | @pyw.exe F:\Python repositiories\AtBSwPP\Chapter 8 - Files\mini projects\multiclipboard\mcb.pyw %* | 3,364 |
the-stack-v2-dedup | Batchfile | REM Workbench Table Data copy script
REM
REM Execute this to copy table data from a source RDBMS to MySQL.
REM Edit the options below to customize it. You will need to provide passwords, at least.
REM
REM Source DB: Mssql@DRIVER=SQL Server;SERVER=DELL (Microsoft SQL Server)
REM Target DB: Mysql@localhost:3306
@ECHO... | 3,365 |
the-stack-v2-dedup | Batchfile | @echo off
@rem ##################################################################
@rem # A comment
@rem ##################################################################
echo "Hello world!"
echo "Arguments: %*"
| 3,366 |
the-stack-v2-dedup | Batchfile | @echo off
set T_FILENAME="TR_Operation Wolf (U) [!].sms"
set SCRIPTNAME="operationwolfsms"
java -jar Hextractor.jar -eh %T_FILENAME% %SCRIPTNAME%.ext.hex
pause
| 3,367 |
the-stack-v2-dedup | Batchfile | java -classpath ..\..\..\..\classes;. in.ac.uecu.Main | 3,368 |
the-stack-v2-dedup | Batchfile | REM http://www.mingw.org/
c:\mingw\bin\gcc.exe "c:\code\fasthands82\fasthands82.c" -lkernel32 -luser32 -lgdi32 -lshell32 -Wl,-subsystem,windows -Wall -Os -s -o "c:\code\fasthands82\release\fasthands82.exe"
PAUSE | 3,369 |
the-stack-v2-dedup | Batchfile | nunit3-console.exe SeleniumGridTest.dll | 3,370 |
the-stack-v2-dedup | Batchfile | @ECHO off
mkdir out
dir /s /B *.java > out/sources.txt
javac -d out @out/sources.txt -cp json-simple-1.1.1.jar
| 3,371 |
the-stack-v2-dedup | Batchfile | @echo off
C:\Qt\Qt5.5.0\5.5\msvc2012\bin\lrelease ../logger/logger_ru.ts ../login/login_ru.ts ../PlotLib/PlotLib_ru.ts ../ProjectLib/ProjectLib_ru.ts ../UsersDlg/UsersDlg_ru.ts ../VProject/VProject_ru.ts -qm VProject_ru.qm
mkdir backup
copy /y ..\logger\logger_ru.ts backup
copy /y ..\login\login_ru.ts backup
copy /y ... | 3,372 |
the-stack-v2-dedup | Batchfile | start "Left Eye" cmd /c yarpdev --device grabber --subdevice dragonfly --width 640 --height 480 --d 0 --name /balta/LeftEye --flea --framerate 30 --gain 500 --shutter 500 | 3,373 |
the-stack-v2-dedup | Batchfile | @echo off
set back=%cd%
call %~dp0configvars
set key=proj
set bindir=%_buildroot_%/%key%-build
if not exist "%_buildroot_%/%key%-source" git clone %PROJ_REPO% "%_buildroot_%/%key%-source"
nmake -f makefile.vc fetch-proj
cd "%_buildroot_%/%key%-source"
mkdir build
cd build
cmake -DSQLITE3_INCLUDE_DIR="%LIBRARIES%/inc... | 3,374 |
the-stack-v2-dedup | Batchfile | mkdir llvm32d
cd llvm32d
rem cmake -DCMAKE_INSTALL_PREFIX=\d\ravi32 -G "Visual Studio 14" -DLLVM_JIT=ON -DLLVM_DIR=\d\LLVM37_32\share\llvm\cmake ..
cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=\d\ravi32 -G "Visual Studio 14" -DLLVM_JIT=ON -DLLVM_DIR=\d\LLVM39D_32\lib\cmake\llvm -DSTATIC_BUILD=ON ..
cd .. | 3,375 |
the-stack-v2-dedup | Batchfile | mvn clean package -P integration -Dmaven.test.skip
pause | 3,376 |
the-stack-v2-dedup | Batchfile | rem Paolo Frigo, https://scriptinglibrary.com
rem Refresh kerberos tickets without requiring logoff or reboot
rem To check the result before and after you can use either of these two options:
rem gpresult /r
rem whoami /groups
rem klist.exe tool is refreshing the kerberos tickets (From Win 7 / Windows Server 2003... | 3,377 |
the-stack-v2-dedup | Batchfile | @echo off
::database.properties
for /f "tokens=1,2 delims==" %%i in (shirodatabase.properties) do (
set %%i=%%j
)
::set screpts
@set scriptPath108=1.0.8\
@set currentScript=001_table_u_users_alter.sql
echo Start script %currentScript%...
mysql -f -h %server% -u %userName% --password=%password% %dbname% < %scriptPat... | 3,378 |
the-stack-v2-dedup | Batchfile | call abaqus interactive job=fr0.1_Tn0.10_preT input=fr0.1_Tn0.10_preT.inp
call abaqus interactive job=fr0.1_Tn0.10_collapse input=fr0.1_Tn0.10_collapse.inp oldjob=fr0.1_Tn0.10_preT
call abaqus interactive job=fr0.1_Tn0.50_preT input=fr0.1_Tn0.50_preT.inp
call abaqus interactive job=fr0.1_Tn0.50_collapse input=fr0.1_Tn0... | 3,379 |
the-stack-v2-dedup | Batchfile | taskkill /f /t /im loginserver.exe > nul 2> nul
taskkill /f /t /im gateserver.exe > nul 2> nul
taskkill /f /t /im masterserver.exe > nul 2> nul
taskkill /f /t /im worldserver.exe > nul 2> nul
taskkill /f /t /im gameslgserver.exe > nul 2> nul
pause | 3,380 |
the-stack-v2-dedup | Batchfile | C:\MinGW\bin\mingw32-g++ -static-libstdc++ -static-libgcc -O3 -s -fno-exceptions -fno-rtti -ffunction-sections -fdata-sections -Wl,--gc-sections -DWIN32 -DNDEBUG -DNO_TOUCH_SUPPORT -I../../libs/ main.cpp ../../libs/stb_vorbis/stb_vorbis.c ../../libs/minimp3/minimp3.cpp ../../libs/tinf/tinflate.c -I../../ -o../../../bin... | 3,381 |
the-stack-v2-dedup | Batchfile | call "C:\Program Files\USGS\ModelMuse5\bin\ModelMonitor.exe" -m C:\WRDAPP\mflgr.1_2\bin\mflgr.exe -n Lgr_Test2.lgr
Start C:\ModelingTools\ModelMonitor\Release\Win64\ListingAnalyst.exe Lgr_Test2.lst
Start C:\ModelingTools\ModelMonitor\Release\Win64\ListingAnalyst.exe Lgr_Test2_Child_1.lst
pause
| 3,382 |
the-stack-v2-dedup | Batchfile | C:\Users\ssagan\.nuget\packages\grpc.tools\2.34.0\tools\windows_x64\protoc.exe --proto_path=ProtocolBufferSpecs --grpc_out=Clients --csharp_out=Models --csharp_opt=file_extension=.Generated.cs Wages.proto --plugin=protoc-gen-grpc=C:\Users\ssagan\.nuget\packages\grpc.tools\2.34.0\tools\windows_x64\grpc_csharp_plugin.exe | 3,383 |
the-stack-v2-dedup | Batchfile | C:\Users\vraja2\eclipse-workspace\inetBankingV1
mvn clean install | 3,384 |
the-stack-v2-dedup | Batchfile | copy str10.out output10.txt
del str10.out
copy str1.out output1.txt
del str1.out
copy str2.out output2.txt
del str2.out
copy str3.out output3.txt
del str3.out
copy str4.out output4.txt
del str4.out
copy str5.out output5.txt
del str5.out
copy str6.out output6.txt
del str6.out
copy str7.out output7.txt
del... | 3,385 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
SETLOCAL
SET IP_ADDR=0.0.0.0
SET LIVE_ID=0000000000000000
python xbox-remote-power.py -a %IP_ADDR% -i %LIVE_ID%
| 3,386 |
the-stack-v2-dedup | Batchfile |
start /B Scada.DAQ.Installer --m-hpic
start /B Scada.DAQ.Installer --m-weather
start /B Scada.DAQ.Installer --m-shelter
start /B Scada.DAQ.Installer --m-nai
start /B Scada.DAQ.Installer --m-dwd
start /B Scada.DAQ.Installer --m-mds
start /B Scada.DAQ.Installer --m-ais | 3,387 |
the-stack-v2-dedup | Batchfile | ::Get active directory
SET mypath=%~dp0
::Set path
set path=%mypath:~0,-1%\Python26\pythonw
::Call Production Software
start %mypath:~0,-1%\Python26\python.exe %mypath:~0,-1%\ramSetupConsole.pyc | 3,388 |
the-stack-v2-dedup | Batchfile | az webapp create --resource-group Elastic --plan Elastic --name kibana-chudinov --multicontainer-config-type compose --multicontainer-config-file docker-compose.azure.kibana.yml
| 3,389 |
the-stack-v2-dedup | Batchfile | set path=C:\Program Files\Microsoft Platform SDK\Bin\win64\x86\AMD64;%PATH%
set lib=C:\Program Files\Microsoft Platform SDK\Lib\AMD64
set include=C:\Program Files\Microsoft Platform SDK\Include\;C:\Program Files\Microsoft Platform SDK\Include\crt;C:\Program Files\Microsoft Platform SDK\Include\atl
nmake /f wmi64.mak... | 3,390 |
the-stack-v2-dedup | Batchfile | javac Bag.java
javac BagServlet.java -cp "C:\Users\dendo\Documents\M2\Java EE\apache-tomcat-9.0.53\lib\servlet-api.jar" "./Bag.java" | 3,391 |
the-stack-v2-dedup | Batchfile | start https://juncturemedia.com/ | 3,392 |
the-stack-v2-dedup | Batchfile | rem プリセット用オプション設定(エコ回避)
set BFRAMES=5
set B_ADAPT=2
set B_PYRAMID=normal
set REF=5
set RC_LOOKAHEAD=50
set QPSTEP=16
set AQ_MODE=2
set AQ_STRENGTH=1.50
set ME=esa
set SUBME=9
set PSY_RD=0.2:0
set TRELLIS=2
rem その他手動指定で追加したいオプションがある場合はスペースで区切りながら追加
set MISC=--no-fast-pskip --no-dct-decimate
| 3,393 |
the-stack-v2-dedup | Batchfile | *
* Build a grid for a corner with three block-structured squares and an upper non-block grid
*
* Notes: we use "implicit" interpolation for block grids with matching grid points.
* Since the grid points match the interpolation will really be explicit.
* Use explicit interpolation for non-block grids... | 3,394 |
the-stack-v2-dedup | Batchfile | cmd_drivers/crypto/atmel-ecc.mod := { echo drivers/crypto/atmel-ecc.o; echo; } > drivers/crypto/atmel-ecc.mod
| 3,395 |
the-stack-v2-dedup | Batchfile | @echo off
set dd_input=%1.pas
set dd_listing=%1.lis
set dd_output=
rem set dd_listing=*stdout*
set dd_pcode=%1.pcode
set dd_pcode1=%1.pcode1
set dd_pcode2=%1.pcode2
set dd_pcode3=%1.pcode3
set dd_dbginfo=%1.dbginfo
set dd_prd=pascal.messages
set dd_tracef=*stdout*
if exist %1.pcode copy %1.pcode %1.pcodealt /y >nul
if ... | 3,396 |
the-stack-v2-dedup | Batchfile | rem Copy mcpi folder to the Python 3.8 library
mkdir %SYSTEMDRIVE%\Users\%USERNAME%\AppData\Local\Programs\Python\Python38-32\Lib\mcpi
copy /v mcpi\*.* %SYSTEMDRIVE%\Users\%USERNAME%\AppData\Local\Programs\Python\Python38-32\Lib\mcpi\
pause
| 3,397 |
the-stack-v2-dedup | Batchfile | @echo off & pushd "%~dp0"
ml64 /nologo -DX64 /c "ipsecsnp.dll.obj.asm"
cl /MT /Ox "ipsecsnp.dll.cpp" /link /dll shlwapi.lib /def:"ipsecsnp.dll.def" "ipsecsnp.dll.obj.obj" /out:"x64.ipsecsnp.dll"
| 3,398 |
the-stack-v2-dedup | Batchfile | D:\test\ngramtool\text2ngram.exe -n "D:\test\test-data\OPCODE_FILES\SECURE\sec_test1.exe.opcode" > "D:\test\test-data\N-GRAMS-\SECURE\sec_test1.exe.opcode"
D:\test\ngramtool\text2ngram.exe -n "D:\test\test-data\OPCODE_FILES\SECURE\sec_test10.exe.opcode" > "D:\test\test-data\N-GRAMS-\SECURE\sec_test10.exe.opcode"
D:\t... | 3,399 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.