source string | code_lang string | content string | idx int64 |
|---|---|---|---|
the-stack-v2-dedup | Batchfile | java -jar vdct_3-0-b.jar -config config/db example/db/airc_example.db | 5,700 |
the-stack-v2-dedup | Batchfile | cd /D C:\cvsroot\GlobalSightSource\main6\tools\build
ant clean distnojsp | 5,701 |
the-stack-v2-dedup | Batchfile | :: ====================================================================
:: Name: removeUnusedDockerObjs.bat
::
:: Purpose:
:: This script wraps calls to docker rm and docker rmi to cleanup the docker working area
::
:: Arguments:
:: None
::
:: Returns:
:: Deletes unused Docker image layers and cont... | 5,702 |
the-stack-v2-dedup | Batchfile | dir /b/ad-s-h-r/on * > list.txt | 5,703 |
the-stack-v2-dedup | Batchfile | @echo off
if "%b2eprogramfilename%"=="" (
echo To see any results you need to convert this file into an exe
pause
goto :eof
)
%extd% /showself
title Flash Caption
%extd% /flashconsole 60 1000 FLASHW_CAPTION
pause
title Flash Tray
%extd% /flashconsole 60 1000 FLASHW_TRAY
pause
title Flash ... | 5,704 |
the-stack-v2-dedup | Batchfile | @echo off
CALL settings
call %DIR_BIN%%DIR_SLASH%LOG_ENTER pBUILD
CALL project\pENV
SET "CERT_DIR=%PROJ_CERT_DIR%"
SET "CONT_DIR=%PROJ_CONT_DIR%"
SET "HOST_DIR=%PROJ_HOST_DIR%"
SET "IMG=%PROJ_IMG%"
SET "USER=%PROJ_USER%"
call LOG_VAR CERT_DIR %CERT_DIR%
call LOG_VAR CONT_DIR %CONT_DIR%
call LOG_VAR DCKR_URI %DCKR_... | 5,705 |
the-stack-v2-dedup | Batchfile | @echo off
set T_FILENAME="Space Ace (USA).sfc"
set SCRIPTNAME="spaceacesfc"
java -jar Hextractor.jar -a %SCRIPTNAME%.tbl %T_FILENAME% %SCRIPTNAME%.ext %SCRIPTNAME%.off
pause
| 5,706 |
the-stack-v2-dedup | Batchfile | @echo off
chcp 65001
echo 1. Устанавливаем ОС из официального ISO образа, настраиваем и создаем vagrant box
cd /d %~dp0
chcp 866
packer build -only=windows-2016-amd64-virtualbox windows-2016.json
if NOT %ERRORLEVEL% == 0 ( echo Packer build error & EXIT /B 1)
echo Build OK | 5,707 |
the-stack-v2-dedup | Batchfile | java -cp build\libs\decorator.jar edu.it.App %* | 5,708 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
java -classpath "..\lib\*;" com.lewisd.ksp.craftstats.AscentSim %*
| 5,709 |
the-stack-v2-dedup | Batchfile | java "frmPrincipal"
pause
del "%0"
pause
| 5,710 |
the-stack-v2-dedup | Batchfile | @echo off
set ROOT_DIR=%~dp0
if "%ROOT_DIR%" == "" set ROOT_DIR=.
set APP_BASE_NAME=%~n0
set APP_HOME=%ROOT_DIR%
SET ELASTIC_ROOT=%ROOT_DIR%elasticsearch-6.0.0-beta1\bin
SET KIBANA_ROOT=%ROOT_DIR%kibana-6.0.0-beta1\bin
SET FILEBEAT_ROOT=%ROOT_DIR%filebeat
SET LOGSTASH_ROOT=%ROOT_DIR%logstash\bin
REM SET LOGSTASH_CON... | 5,711 |
the-stack-v2-dedup | Batchfile | @ECHO off
set "script_path=%~dp0"
set "script_path=%script_path%worker"
celery -A app.celery worker
PAUSE | 5,712 |
the-stack-v2-dedup | Batchfile | @ECHO OFF & SETLOCAL
PUSHD %~dp0
CD ..
ECHO Time to say goodbye to Mercury :(
xampp_cli.exe deinstallservice mercury
POPD
PAUSE
| 5,713 |
the-stack-v2-dedup | Batchfile | F:
cd 房屋管理项目\system_house\house-ui
npm run dev | 5,714 |
the-stack-v2-dedup | Batchfile | gradlew clean -Ddebug=1 bootRun | 5,715 |
the-stack-v2-dedup | Batchfile | @echo off
@echo [build.cmd] build machinelearning
if "%1"=="ml" goto compileml:
@echo [build.cmd] build ml
if exist machinelearning\bin\x64.Release goto mldeb:
:compileml:
cd machinelearning
@echo [build.cmd] submodule update --init --recursive
git submodule update --init --recursive
if %errorlevel% neq 0 exit /b %err... | 5,716 |
the-stack-v2-dedup | Batchfile | Color DA
kdmapper.exe driver.sys
pause | 5,717 |
the-stack-v2-dedup | Batchfile | matlab -nodesktop -nosplash -nodisplay -r PSA
| 5,718 |
the-stack-v2-dedup | Batchfile | %USERPROFILE%\.conda\envs\xsip\python.exe gui.py | 5,719 |
the-stack-v2-dedup | Batchfile | @echo off
java -jar "%~f0" %*
exit /b %ERRORLEVEL% | 5,720 |
the-stack-v2-dedup | Batchfile | @echo off
if exist %cd%\pom.xml goto DO_MAVEN
echo No existe un archivo pom.xml en el directorio 2&>1
EXIT /B -1
:DO_MAVEN
call mvn clean install ^
-DskipTests=true ^
-Dlinea.base.arquitectura.scope=provided ^
-Pjpa-base-oracle ^
%*
EXIT /B %ERRORLEVEL%
| 5,721 |
the-stack-v2-dedup | Batchfile | @echo off
SET BAT_DIR=%CD%
call suspend.bat
timeout 8
cd %BAT_DIR%
call unsuspend.bat
PAUSE | 5,722 |
the-stack-v2-dedup | Batchfile | @echo off
java -jar #appName#.jar
pause | 5,723 |
the-stack-v2-dedup | Batchfile | echo running boot.cmd with ${devtype} ${devnum}:${distro_bootpart}
setenv bootargs %%BOOTARGS%%
setenv fdtfile %%FDTFILE%%
if load ${devtype} ${devnum}:${distro_bootpart} ${kernel_addr_r} /image; then
if load ${devtype} ${devnum}:${distro_bootpart} ${fdt_addr_r} /${fdtfile}; then
fdt addr ${fdt_addr_r}
fdt resize
... | 5,724 |
the-stack-v2-dedup | Batchfile | @echo off
@set base_drive=%~d0
@set base_dir=%~dp0
@%base_drive%
@cd %base_dir%
@set target=VimMode.exe
@set out=%base_dir%bin\%target%
@set icon=%base_dir%res\main.ico
@set src=%base_dir%src\main.ahk
@echo == cleaning
@del %out%
@md %base_dir%bin
@echo .
@echo .
@echo == compile %src%
@echo icon : %icon%
@... | 5,725 |
the-stack-v2-dedup | Batchfile | @echo off
cls
echo Starting Transfer From NWN to Git
:sets
echo Copying Haks
set From=C:\NeverwinterNights\NWN\hak\write399*
set To=C:\Users\Install\Documents\GitHub\TermProject\Haks\
:begin
copy "%From%" "%To%"
if not %ErrorLevel% == 0 echo some error, errorlevel is %ErrorLevel% & pause
echo Done Copying Haks
pause
... | 5,726 |
the-stack-v2-dedup | Batchfile | @echo off
rundll32 "%cd%\win32exts_fix_set_locale.dll",MyAnyHookApi_RunDll32 --hwnd=%1 %2
| 5,727 |
the-stack-v2-dedup | Batchfile | @echo off
REM This is a part of the Microsoft Foundation Classes C++ library.
REM Copyright (C) 1992-1996 Microsoft Corporation
REM All rights reserved.
REM
REM This source code is only intended as a supplement to the
REM Microsoft Foundation Classes Reference and related
REM electronic documentation provided with the... | 5,728 |
the-stack-v2-dedup | Batchfile | @echo off
Rem This program just displays Hello World
set message=Not Hello World
echo %message% | 5,729 |
the-stack-v2-dedup | Batchfile | IF NOT EXIST .\image_results mkdir .\image_results
REM PNG to compressed DDS (BC2) = DXT3
AMDCompressCLI -fd BC2 .\images_todo\foo.png .\image_results\foo.dds | 5,730 |
the-stack-v2-dedup | Batchfile | %PYTHON% setup.py install --single-version-externally-managed --record record.txt
if errorlevel 1 exit 1
cd %SCRIPTS%
del *.exe
del *.exe.manifest
del pip2*
del pip3*
:: del %SP_DIR%\__pycache__\pkg_res*
| 5,731 |
the-stack-v2-dedup | Batchfile | C:\xampp\php\php.exe -f C:\xampp\htdocs\android_connect\Database_volume_control.php | 5,732 |
the-stack-v2-dedup | Batchfile | cgminer.exe -o stratum+tcp://yoururl:3333 -u your_username.1 -p x -nogui
| 5,733 |
the-stack-v2-dedup | Batchfile | @echo off
title Cleaning...
echo Cleaning...
cd ..
make clean
| 5,734 |
the-stack-v2-dedup | Batchfile |
call npm start
pause | 5,735 |
the-stack-v2-dedup | Batchfile | @echo off
:: If the symlink already exists, do nothing
if exist "%2" exit /B
:: Execute mklink as admin (will generate UAC prompt)
echo Set UAC = CreateObject^("Shell.Application"^) > "%temp%\getadmin.vbs"
echo UAC.ShellExecute "cmd.exe", "/c mklink /D ""%2"" ""%1""", "", "runas", 1 >> "%temp%\getadmin.vbs"
"%temp%\... | 5,736 |
the-stack-v2-dedup | Batchfile | @java -cp "%~dp0\src;%~dp0\bin;%~dp0\WebContent\WEB-INF\lib\gwt-user.jar;%~dp0\WebContent\WEB-INF\lib\gwt-dev-windows.jar" com.google.gwt.dev.GWTShell -noserver -out "%~dp0\www" %* ltlf/Ltlf.html -port 8888 | 5,737 |
the-stack-v2-dedup | Batchfile | -w -erf C:/dsp_fpga/TP6_I2S/i2stest/i2s/compile/i2s.erf -d C:/dsp_fpga/TP6_I2S/i2stest/i2s/compile -s C:/dsp_fpga/TP6_I2S/i2stest/library.cfg -j C:/dsp_fpga/TP6_I2S/i2stest/i2s/projlib.cfg -work i2s -O3 -e 100 -work i2s -2002 C:/dsp_fpga/TP6_I2S/i2stest/i2s/src/i2stb.vhd | 5,738 |
the-stack-v2-dedup | Batchfile | @echo off
g++ main.cpp -o game.exe -O3 -s -std=c++17 -march=native ^
-fno-exceptions -lglfw3 -lopengl32 -lglu32 -lgdi32
| 5,739 |
the-stack-v2-dedup | Batchfile | set ffmpegpath=%~dp0..\..\ffmpeg\bin\ffmpeg.exe
set inputPath=%1
set inputFolder=%~dp0..\Input\Both_Convert_Reduce
set image_name=%~n1
set image_extension=%~x1
set resolution=512
IF %image_extension% EQU .tga (GOTO:tga)
IF %image_extension% EQU .bmp (GOTO:bmp)
IF %image_extension% EQU .png (GOTO:png)
IF %im... | 5,740 |
the-stack-v2-dedup | Batchfile | echo off
title Hercy Bos Altyapı
color b
cls
:a
node hercy.js
goto a
pause | 5,741 |
the-stack-v2-dedup | Batchfile | #!../../bin/linux-arm/dn1
#- You may have to change dn1 to something else
#- everywhere it appears in this file
< envPaths
cd "${TOP}"
## Register all support components
dbLoadDatabase "dbd/dn1.dbd"
dn1_registerRecordDeviceDriver pdbbase
## Load record instances
dbLoadRecords("db/dn1.db")
epicsEnvSet("STREAM_PROTO... | 5,742 |
the-stack-v2-dedup | Batchfile | @echo off
set T_FILENAME="TR_World Grand Prix (U) [!].sms"
set S_FILENAME="World Grand Prix (U) [!].sms"
set SCRIPTNAME="worldgrandprixsms"
java -jar Hextractor.jar -cip %S_FILENAME% %T_FILENAME% %SCRIPTNAME%.ips
pause
| 5,743 |
the-stack-v2-dedup | Batchfile | del c:\genera~1\output\semantic\assign~1\multi_~1.exe
c:\_Masm\MP\masm.exe c:\genera~1\output\semantic\assign~1\multi_~1.asm,,,,,, > multi_~1.log
c:\_Masm\MP\link.exe multi_~1.obj,,,,, >> multi_~1.log
del *.crf
del *.lst
del *.obj
del *.map
c:\genera~1\output\semantic\assign~1\multi_~1.exe > c:\genera~1\output\semantic... | 5,744 |
the-stack-v2-dedup | Batchfile | python /bayes/test.py | 5,745 |
the-stack-v2-dedup | Batchfile | @echo ==========大鸿汽配系统正在运行,请缩小此窗口,不要关闭。==========
mysqldump -u root -psa dahongcar >.\backup\%DATE:~0,4%%DATE:~5,2%%DATE:~8,2%.sql
start http://localhost:18080
node app.js | 5,746 |
the-stack-v2-dedup | Batchfile | SET JAVA_HOME=c:\Program Files\Java\jdk1.8.0_172
SET PATH=%JAVA_HOME%\bin;%PATH%
CMD /K java -jar chess-backend.jar --port=81
| 5,747 |
the-stack-v2-dedup | Batchfile | java -jar "c:\Program Files\Java\jdk1.8.0_91\db\lib\derbyrun.jar" ij -p ij.properties | 5,748 |
the-stack-v2-dedup | Batchfile | call _make.bat BBX Nokia 7260
| 5,749 |
the-stack-v2-dedup | Batchfile | rem date format: 2017-01-10
@echo off
setlocal enabledelayedexpansion
mode con cols=80 lines=30
title Delete old Log
set current_year=%date:~0,4%
set current_month=%date:~5,2%
set current_date=%date:~8,2%
set today=!current_year!!current_month!!current_date!
for /d %%i in ( C:\UserData\log\ST_7480_* ) do (
set str=%%~... | 5,750 |
the-stack-v2-dedup | Batchfile | @echo off
SET dir=%~dp0
cd %dir%
haxelib remove openfl-gpg
haxelib local openfl-gpg.zip
| 5,751 |
the-stack-v2-dedup | Batchfile | copy /B /Y nsfwav.nsf+mus_dogsong.pcm wavtest.nsf
| 5,752 |
the-stack-v2-dedup | Batchfile | @echo off
rem
rem Start openadmin met nginx als webserver
rem
rem errorlevel is 1 indien niet gevonden
rem errorlevel is 0 indien gevonden
rem
rem
rem Tasklist is a part of Windows XP Professional and above, it does not come
rem with the XP Home edition. Therefore a tasklist.exe is disbributed in this directo... | 5,753 |
the-stack-v2-dedup | Batchfile | echo off
rem directories
mkdir %1\bin
mkdir %1\HO1\HO1\HO1\HOmodel_test1\HOmodel_forward
mkdir %1\HO1\HO1\HO1\HOmodel_test1\HOmodel_prediction
rem files
..\..\..\..\bin\robocopy\robocopy HOmodel_forward %1\HO1\HO1\HO1\HOmodel_test1\HOmodel_forward
..\..\..\..\bin\robocopy\robocopy HOmodel_prediction %1\HO1\HO1\H... | 5,754 |
the-stack-v2-dedup | Batchfile | set SONAR_SCANNER_OPTS=-Xmx8g
..\..\sonar-scanner\bin\sonar-scanner.bat -D"sonar.login=token" | 5,755 |
the-stack-v2-dedup | Batchfile | cd C:\WINDOWS\Microsoft.NET\Framework\v3.5
c:
Edmgen.exe /provider:EFOracleProvider /mode:fullgeneration /connectionstring:"data source=SMTSAAS94;user id=smtoa; password=test" /project:SMT_OA_EFModel
cd C:\WINDOWS\Microsoft.NET\Framework\v3.5
c:
start C:\WINDOWS\Microsoft.NET\Framework\v3.5
pause
| 5,756 |
the-stack-v2-dedup | Batchfile | @echo off
cd WEB-INF
if exist "classes" rd /s /q classes
md classes
cd ..
cd ..
javac -d WebRoot\WEB-INF\classes -encoding utf-8 -sourcepath src src\com\alex\server\sign\*.java -cp WebRoot\WEB-INF\lib\servlet-api.jar;WebRoot\WEB-INF\lib\fastjson.jar;WebRoot\WEB-INF\lib\mysql.jar;
cd WebRoot
jar -cvf SignServer.war *
pa... | 5,757 |
the-stack-v2-dedup | Batchfile | jar cvfm TableModelDemo.jar manifest.txt *.class images
pause | 5,758 |
the-stack-v2-dedup | Batchfile | echo package: > meta.yaml
echo name: tesserocr >> meta.yaml
echo version: %TESSEROCR_VER% >> meta.yaml
echo build: >> meta.yaml
echo number: %BUILD_NUMBER% >> meta.yaml
echo string: %PYTHON_VERSION%_tesseract_%TESSERACT_VER%_%BUILD_NUMBER% >> meta.yaml
echo requirements: >> meta.yaml
echo build: >> meta.y... | 5,759 |
the-stack-v2-dedup | Batchfile | ..\.nuget\nuget.exe pack FontAwesome.Constants.nuspec | 5,760 |
the-stack-v2-dedup | Batchfile | call MinimalFEM test3.inp test3.out
python scripts\PostProcess.py test3.inp test3.out | 5,761 |
the-stack-v2-dedup | Batchfile | cd test
if "%COMPILER%"=="pelles" (
choco install pelles-c
"C:\Program Files\PellesC\Bin\povars64.bat"
pomake /F Makefile.pelles
)
if [%COMPILER%] == [msvc] (
if []==[%VS_VERSION%] (
"C:\Program Files (x86)\Microsoft Visual Studio\%VS_YEAR%\Community\VC\Auxiliary\Build\vcvarsall.bat" x86
) else (
"C:... | 5,762 |
the-stack-v2-dedup | Batchfile | @ECHO off
REM
REM Automated Build Script for RacingBrains to copy the executable during a release build.
REM
REM <!-- Copyright (c) 2016 Tim Beaudet - All Rights Reserved -->
REM -------------------------------------------------------------------------------------------------------------------
SET toSlnDir=""
SET toR... | 5,763 |
the-stack-v2-dedup | Batchfile | @echo off
python manage.py celery worker -c 6 -l debug
pause | 5,764 |
the-stack-v2-dedup | Batchfile | "C:\Program Files\qemu\qemu-system-x86_64.exe" "C:\Users\Tharindu\Desktop\OS\hello_world.iso" | 5,765 |
the-stack-v2-dedup | Batchfile | @echo off
echo "stop the running containers seplus-hub seplus-node seplus-node2 seplus-test"
docker container stop seplus-hub seplus-node seplus-node2 seplus-test
echo "delete the stopped containers seplus-hub seplus-node seplus-node2 seplus-test"
docker container rm seplus-hub seplus-node seplus-node2 seplus-test
e... | 5,766 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
rem DIR
rem DIR /A:-
rem DIR /A:D
rem DIR /A:A
rem DIR /A:R
rem DIR /A:H
rem DIR /C
rem DIR /-C
rem DIR /D
rem DIR /L
rem DIR /O:-
rem DIR /O:N
rem DIR /O:S
rem DIR /O:E
rem DIR /O:D
rem DIR /O:G
rem DIR /Q
rem DIR /S
rem DIR /T:C
rem DIR /T:A
rem DIR /T:W
rem DIR /W
rem DIR /X
rem DIR /4
| 5,767 |
the-stack-v2-dedup | Batchfile | @java -cp %~d0%~p0..\core\target\hash-core-1.0.jar com.worldnamer.hash.HashCommandInterpreter %1 | 5,768 |
the-stack-v2-dedup | Batchfile | cd build
java game/Launcher
cd ..
| 5,769 |
the-stack-v2-dedup | Batchfile | python build.py
python build.py --debug
| 5,770 |
the-stack-v2-dedup | Batchfile | cmd_/home/ungung97/LinuxSystem/thread/hello_module.mod := { echo /home/ungung97/LinuxSystem/thread/hello_module.o; echo; } > /home/ungung97/LinuxSystem/thread/hello_module.mod
| 5,771 |
the-stack-v2-dedup | Batchfile | % This procedure is used to install CDOS programs on a Cromix disk
if '#1' = '' goto argerror
if #1 = fda goto install
if #1 = fdb goto install
if #1 = fdc goto install
if #1 = fdd goto install
if #1 = sfda goto install
if #1 = sfdb goto install
if #1 = sfdc goto install
if #1 = sfdd goto install
%argerror
e... | 5,772 |
the-stack-v2-dedup | Batchfile | mvn clean eclipse:eclipse -Dwtpversion=2.0
| 5,773 |
the-stack-v2-dedup | Batchfile | python redditdl.py me_irl pulledImages --score 50 --update --num 100 --sort-type top
| 5,774 |
the-stack-v2-dedup | Batchfile | echo off
REM Start openOCD. The openocd-0.10.0-dev.exe is used to support the gets-user interaction
set OPENOCD_BIN="..\comon\openocd-0.10.0-dev.exe"
set SCRIPT_PATH="..\comon"
set OPENOCD_ATTACH_COM=test02_netX90_test_aifxV2_detect_snippet.tcl
%OPENOCD_BIN% -f %OPENOCD_ATTACH_COM% -s %SCRIPT_PATH% -c shutdown
set ... | 5,775 |
the-stack-v2-dedup | Batchfile | @echo off
call "%~dp000_setbuildenv"
if exist "%WORK_DIR%" (
echo ## ワークディレクトリ内をクリアします。
del /S /Q "%WORK_DIR%" > nul
)
echo ## プロジェクト内のファイル、ディレクトリをワークディレクトリにコピーします。
echo ## %WORK_DIR%
xcopy /E /S /Q /I /EXCLUDE:%~dp0exclude-work.txt "%PRJ_ROOT%" "%WORK_DIR%"
| 5,776 |
the-stack-v2-dedup | Batchfile | node make -b 1.4
grunt
| 5,777 |
the-stack-v2-dedup | Batchfile | rem Configure environment
call C:\Xilinx\13.2\ISE_DS\settings64.bat
@rem Copy result
copy /y implementation\system.bit system_lx45.bit
copy /y implementation\system_bd.bmm system_bd_lx45.bmm
copy /y implementation\download.bit download_lx45.bit
@rem Generate FWU for LX45
@copy download_lx45.bit fpga.bit
@impact -batc... | 5,778 |
the-stack-v2-dedup | Batchfile | @echo off
setlocal
if [%1]==[] (
echo no command specified
goto:eof
)
if %1==s goto:server
if %1==server goto:server
goto:eof
:server
if [%2]==[] (
echo no root dir specified
echo usage: tools s ROOT_DIR
goto:eof
)
if not exist %2 (
echo dir not found: %2
goto:eof
)
cd %2
start cmd ... | 5,779 |
the-stack-v2-dedup | Batchfile | ..\Flocoder\x64\debug\flip sys011 sys011.musl 1
..\Flocoder\x64\debug\flip sys131 sys131.musl 1
..\Flocoder\x64\debug\flip sys201 sys201.musl 1
..\..\nmsl\x64\debug\nmsl.exe consys81.musl consys81.bin -lib
..\..\nmsl\x64\debug\nmsl.exe ap8011.musl ap8011.bin -lib
..\..\nmsl\x64\debug\nmsl.exe sys011.musl sys011.bin -i ... | 5,780 |
the-stack-v2-dedup | Batchfile | java -jar gaa.jar scenarios/WumpiWorldFull.xml configs/GoalCapabilityMap.xml | 5,781 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
CALL tools\find_python.bat
IF NOT DEFINED PYTHON EXIT /B 0
%PYTHON% tools/scons/scons.py %*
| 5,782 |
the-stack-v2-dedup | Batchfile | activator -Dhttp.port=9090 run | 5,783 |
the-stack-v2-dedup | Batchfile | @echo off
setlocal
set SRC=%~1
set DST=%~dpn1.silent%~x1
ffmpeg -i "%SRC%" -vcodec copy -an "%DST%"
| 5,784 |
the-stack-v2-dedup | Batchfile |
cl386 -nologo -I i386\ -I ..\..\h -I c:\ntdriver\neptune\inc -I c:\ntdriver\inc -I h -I ..\portable\h -I d:\xp\neptune\oak\inc -I d:\xp\neptune\sdk\inc -I d:\xp\neptune\sdk\inc\crt -Di386=1 -DCONDITION_HANDLING=1 -DNT_UP=1 -DDBG -DNT_INST=0 -W3 /c /Zel %1
| 5,785 |
the-stack-v2-dedup | Batchfile | asar pack . app.asar --unpack-dir ".git" | 5,786 |
the-stack-v2-dedup | Batchfile | @echo off
java -jar %~dp0\lib\selenium-server-standalone-2.53.0.jar -role node -hub http://localhost:4444/grid/register -maxSession 5 -browser "browserName=firefox,platform=XP,maxInstances=5" -port 5557
pause | 5,787 |
the-stack-v2-dedup | Batchfile | @echo off
start Release\ServerLoop.exe
start-listening.bat
| 5,788 |
the-stack-v2-dedup | Batchfile | ..\..\..\Binaries\Win32\UDK.exe server AlphaTesting?GoalScore=0?TimeLimit=0?Game=Arena.GI_BotBattle -log | 5,789 |
the-stack-v2-dedup | Batchfile | SET ABOT_MONGODB=
SET ABOT_MODELPATH=
del smbmodel\_cache.js.zip
@rem do not use any file cache
SET MGNLQ_MODEL_NO_FILECACHE=1
$Env:MGNLQ_MODEL_NO_FILECACHE=1
@rem use db !
SET MGNLQ_TESTMODEL2_REPLAY=
SET MGNLQ_TESTMODEL_REPLAY=RECORD
@rem write a run record
SET ABOT_WRITE_REGRESS=
| 5,790 |
the-stack-v2-dedup | Batchfile | cmd_drivers/media/usb/gspca/gspca_jeilinj.ko := ld -r -m elf_x86_64 -z max-page-size=0x200000 --build-id -T ./scripts/module-common.lds -o drivers/media/usb/gspca/gspca_jeilinj.ko drivers/media/usb/gspca/gspca_jeilinj.o drivers/media/usb/gspca/gspca_jeilinj.mod.o; true
| 5,791 |
the-stack-v2-dedup | Batchfile | cmd_drivers/iio/accel/kxsd9-spi.mod := { echo drivers/iio/accel/kxsd9-spi.o; echo; } > drivers/iio/accel/kxsd9-spi.mod
| 5,792 |
the-stack-v2-dedup | Batchfile | cls
cl /nologo /c /Gd /LD /O2 /Oi /TP Native.c
lib /NOLOGO Native.obj /DEF:Native.def /OUT:Native.lib
cl /nologo /clr /LD /O2 /Oi NativeCppCliWrapper.cpp /link /DLL Native.lib
cl /nologo /Gd /LD /O2 /Oi Native.c Native.def /link /OUT:Native.dll
csc /nologo /platform:x86 /o /out:Test.exe Main.cs AbstractTest.cs Test... | 5,793 |
the-stack-v2-dedup | Batchfile | net stop UserAdminWebApp
bin\wget -O UserAdminWebApp-2.12-SNAPSHOT.jar "http://10.15.1.5:8080/nexus/service/local/artifact/maven/redirect?r=snapshots&g=net.whydah.identity&a=UserAdminWebApp&v=2.12-SNAPSHOT&p=jar"
net start UserAdminWebApp | 5,794 |
the-stack-v2-dedup | Batchfile | @echo off
wscript eject.vbs
if exist "result.txt" (
type result.txt
) else (
echo Eject failed
)
del result.txt
echo [%date% - %time%] Ejected! Waiting 30 minutes until next eject command...
echo [%date% - %time%] Ejected! Waiting 30 minutes until next eject command... >>eject.log
timeout /t 1800 >nul
ejec... | 5,795 |
the-stack-v2-dedup | Batchfile | cd forbcast
call castle
| 5,796 |
the-stack-v2-dedup | Batchfile | start "" "%~dp0FOnlineSDK\Binaries\Mapper\Mapper.exe" -WorkDir "%~dp0Client2" -AddConfig "..\FOnline.cfg" -ServerDir "..\Server" %* | 5,797 |
the-stack-v2-dedup | Batchfile | @ECHO off
start .\uploader\DeploySite.exe | 5,798 |
the-stack-v2-dedup | Batchfile | @echo off
rem 当前bat的作用
echo ==================begin========================
cls
SET NGINX_PATH=E:
SET NGINX_DIR=E:\Java\nginx-1.17.4\
color 0a
TITLE Nginx 管理程序
CLS
ECHO.
ECHO. * * Nginx 管理程序 * *
ECHO.
:MENU
ECHO.
ECHO. * nginx 进程list *
tasklist|findstr /i "nginx.exe"
ECHO.
ECHO. [1] 启动Nginx
ECH... | 5,799 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.