source
string
code_lang
string
content
string
idx
int64
the-stack-v2-dedup
Batchfile
cd\ cd "Documents and Settings"/"All Users"\Documents\"Timetable Project" java TT_GUI
2,400
the-stack-v2-dedup
Batchfile
@echo off rem ########################### rem ## Begin - Armamos la estructura para el generar el war rem # Generamos la carpeta donde vamos a construir la estructura del WAR mkdir build rem # Copiamos el contenido de web xcopy /S web\* build\* rem # Copiamos las librerias xcopy lib\* build\WEB-INF\lib\*...
2,401
the-stack-v2-dedup
Batchfile
:: ./dirlist.bat name.txt D:\relex\ D:\nushens\ :: ./dirlist.bat name.txt D:\relex\ D:\PRVIT CHCP 65001 @echo off @echo name[%1] tardir[%2] srcdir[%3] for /f %%n in (%1) do ( echo %%n md %2\%%n for /d %%i in ( %3\*%%n* ) do ( @echo %%i @echo "move %%i\* => %2\%%n\" move %%i\* %2\%%n\ ) )
2,402
the-stack-v2-dedup
Batchfile
cmd_pmu-events/jevents-in.o := ld -r -o pmu-events/jevents-in.o pmu-events/json.o pmu-events/jsmn.o pmu-events/jevents.o
2,403
the-stack-v2-dedup
Batchfile
@echo off cd %HOME% rem Sign a certificate signing request (a .csr file) rem with a local root certificate and key. openssl ca -days 3650 -out %KEY_DIR%\%1.crt -in %KEY_DIR%\%1.csr -config %KEY_CONFIG%
2,404
the-stack-v2-dedup
Batchfile
TASM TASMON6.ASM -80 -b copy /b vzhdr.bin+TASMON6.OBJ TASMON.vz pause
2,405
the-stack-v2-dedup
Batchfile
@echo off if "%JAVA_HOME%"=="" goto err goto run :err echo JAVA_HOME must be specified goto end :run REM This is ugly. I am using jrunscript main class name. REM I have to include too many jar files in classpath :-( "%JAVA_HOME%"\bin\java -classpath "..\lib\forehead-1.0-beta-5.jar" "-Dforehead.conf....
2,406
the-stack-v2-dedup
Batchfile
@echo off set PASS=%1 call settings.cmd IF "%PASS%"=="" (ECHO Usage: start_spydock.bat [notebook_password]) ELSE ( IF "%PORT%"=="" (set PORT=8888) docker run -d=true -p=%PORT%:8888 -v=%CD%/notebooks:/notebooks -v=%CD%/data:/data -v=%CD%/config:/config --name %CONTAINER_NAME% -e PASSWORD=%PASS% spikewillia...
2,407
the-stack-v2-dedup
Batchfile
* *ID* DIAGNOSE DBCMD changed on 1992-11-11-17.01.57 by KERN * file connect ( sut sut ! create user * maximallaenge456789212345678931234567894123456789512345678961234 maximallaenge45678 password ddb4 dba ! commit release ! connect * maximallaenge456789212345678931234567894123456789512345678961234 maximallaeng...
2,408
the-stack-v2-dedup
Batchfile
net stop wampapache mkdir C:\wamp\www\uploads\ copy /Y C:\Vagrant\resources\webdav\httpd-dav.conf C:\wamp\alias net start wampapache
2,409
the-stack-v2-dedup
Batchfile
@echo off set /p id="Commit name: " git add * git commit -m "%id%" git push origin master pause
2,410
the-stack-v2-dedup
Batchfile
set terminal png size 800,600 enhanced font "Vera,12" set output 'calc-stats.png' set title 'Running times for 50K, 100K and 200K calculations' set multiplot set xrange [ 0 : 16 ] set yrange [ 0 : 300 ] set xlabel 'CPU cores' set ylabel 'Running time in seconds' set tics out set xtics 1 set ytics 25 set key left top...
2,411
the-stack-v2-dedup
Batchfile
vendor\bin\phpunit.bat
2,412
the-stack-v2-dedup
Batchfile
rem Runs the script as Admin to enable privileges to copy files across network. rem Change the Admin Account, python location and script location to fit your environment. runas /user:capc\<Admin Account> "<Path to Python> <Path to __main__.py>"
2,413
the-stack-v2-dedup
Batchfile
aws dynamodb list-tables --endpoint-url http://192.168.99.100:8000
2,414
the-stack-v2-dedup
Batchfile
cd C:\Users\Lab-10\Desktop\DP_Automation python DP_Automation.py pause
2,415
the-stack-v2-dedup
Batchfile
@echo off rem Change to current directory cd /d %~dp0 cls title Installing templateManager Project rem Use [skipTests] instead of [maven.test.skip], to "skip running tests, but still compile them". rem call mvn clean install -DskipTests=true if ERRORLEVEL 1 GOTO :ERR rem [断点调试]According to the plugin configuration, t...
2,416
the-stack-v2-dedup
Batchfile
@echo off del /s /f /q %windir%\temp\*.* rd /s /q %windir%\temp md %windir%\temp del /s /f /q %windir%\Prefetch\*.* rd /s /q %windir%\Prefetch md %windir%\Prefetch del /s /f /q %windir%\system32\dllcache\*.* rd /s /q %windir%\system32\dllcache md %windir%\system32\dllcache ...
2,417
the-stack-v2-dedup
Batchfile
set path=%path%;C:\Program Files (x86)\Java\jre1.8.0_92\bin cd C:\Selenium\workspace\PC mvn test -DsuiteFile="TestNG.xml" timeout 20
2,418
the-stack-v2-dedup
Batchfile
@echo off echo HTTP/1.1 200 OK echo. echo --------------- dir echo ---------------
2,419
the-stack-v2-dedup
Batchfile
@echo off findstr /r \"\s*\" *.bot | findstr /C:"\"appId\"" > nul 2>&1 IF %errorlevel% EQU 0 echo Warning: appId is not specified in bot configuration. findstr /r \"\s*\" *.bot | findstr /C:"\"appPassword\"" > nul 2>&1 IF %errorlevel% EQU 0 echo Warning: appPassword not specified in bot configuration. :End ...
2,420
the-stack-v2-dedup
Batchfile
SET CONFIG=Release CALL git submodule update --init CALL %windir%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe MonoMultiJack.Win.sln /p:Configuration=%CONFIG% /t:Clean CALL %windir%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe MonoMultiJack.Win.sln /p:Configuration=%CONFIG% COPY MonoMultiJack.Windows.Setup\...
2,421
the-stack-v2-dedup
Batchfile
set datetimef=%date:~-4%.%date:~3,2%.%date:~0,2%__%time:~0,2%:%time:~3,2%:%time:~6,2% echo %datetimef% git pull git add -A git commit -m "%datetimef%" git push
2,422
the-stack-v2-dedup
Batchfile
wave 3 0 bit {10} label=vwr rt=1n ft=1n ht=1.61e-07 lt=3.9e-08 on=0 off=5 delay=-1.21e-07 pw=200n wave 41 0 bit {10} label=vad rt=1n ft=1n ht=4.6e-08 lt=3.9e-08 on=0 off=5 delay=-4.1e-08 pw=85n wave 9 0 bit {10} label=vdi rt=1n ft=1n ht=1.81e-07 lt=1.9e-08 on=0 off=5 delay=-1.16e-07 pw=200n wave 1 0 bit {10} label=...
2,423
the-stack-v2-dedup
Batchfile
@ECHO OFF set path="C:\Program Files\Java\jdk-11.0.3\bin"; TITLE SERVER BOOMBER MAN javac "server\\Server.java" javac "server\\ServerCommands.java" javac "server\\ServerThread.java" javac "server\\User_and_Score.java" javac "Main.java" PAUSE ECHO. jar cvfm Server.jar META-INF\\MANIFEST.MF Main.class server\\Server.c...
2,424
the-stack-v2-dedup
Batchfile
@ECHO OFF ECHO Preparing NuGet... CALL ..\..\set-nuget-key.bat del *.nupkg pause ECHO Publishing to NuGet... nuget pack ..\src\Ministry.SimpleTwitterStream\Ministry.SimpleTwitterStream.csproj -Prop Configuration=Release nuget pack ..\src\Ministry.SimpleTwitterStream.Cache\Ministry.SimpleTwitterStream.Cache.csproj -Pr...
2,425
the-stack-v2-dedup
Batchfile
cd /D %~dp0 title Start Windows Desktop Node set CHROME_DRIVER=%cd%/../drivers/windows/chromedriver.exe java -Dwebdriver.chrome.driver=%CHROME_DRIVER% -jar selenium-server-standalone-3.14.0.jar -role node -nodeConfig node_config_win.json
2,426
the-stack-v2-dedup
Batchfile
cmd_drivers/hwmon/max31790.mod := { echo drivers/hwmon/max31790.o; echo; } > drivers/hwmon/max31790.mod
2,427
the-stack-v2-dedup
Batchfile
REM ----------------------------------------------------------------- REM ================================================================= REM ----------------------------------------------------------------- REM Directory Manager REM # ========================================================...
2,428
the-stack-v2-dedup
Batchfile
@echo off mshta vbscript:createobject("wscript.shell").run("""iexplore"" /crontab/no_index.php?act=date",0)(window.close) echo 1 taskkill /f /im iexplore.exe
2,429
the-stack-v2-dedup
Batchfile
@echo off build\nant-0.91-alpha2\bin\nant.exe -f:"%cd%"\default.build %1 @echo. @echo %date% @echo %time% @echo.
2,430
the-stack-v2-dedup
Batchfile
echo on cd book java TestImageIcon pause
2,431
the-stack-v2-dedup
Batchfile
SET CURRENT=%CD% SET YUICOMPRESSOR=%CURRENT%/"../tools/bundle/yui/yuicompressor-2.4.6.jar" pushd "bundle/yui" md build java -jar %YUICOMPRESSOR% --charset UTF-8 --line-break 4096 --type js bundle.js > build/bundle-yui.js echo /* This is a packed Oskari bundle (bundle script version Thu Feb 09 2012 09:53:43 GMT+0200 (Su...
2,432
the-stack-v2-dedup
Batchfile
echo off set LOCALHOST=%COMPUTERNAME% set KILL_CMD="C:\PROGRA~1\ANSYSI~1\v194\fluent/ntbin/win64/winkill.exe" "C:\PROGRA~1\ANSYSI~1\v194\fluent\ntbin\win64\tell.exe" SCS-BEHB06-51 52537 CLEANUP_EXITING if /i "%LOCALHOST%"=="SCS-BEHB06-51" (%KILL_CMD% 12760) if /i "%LOCALHOST%"=="SCS-BEHB06-51" (%KILL_CMD% 1532)...
2,433
the-stack-v2-dedup
Batchfile
DEL PTCHMEMB.ZIP DEL PTCHMEMB.CAB INCSERNO PATCHMEM.EXE INCSERNO PATCHCAB.EXE PKZIP -a PTCHMEMB.ZIP PATCHMEM.EXE CABARC -m LZX:21 N PTCHMEMB.CAB PATCHMEM.EXE BDIFF PATCHMEM.EX_ PATCHMEM.EXE 1 128 8 8 8
2,434
the-stack-v2-dedup
Batchfile
@echo off dotnet run
2,435
the-stack-v2-dedup
Batchfile
::set 8:43:22 to 08:43:22 if "%time:~0,2%" lss "10" (set H=0%time:~1,1%) else (set H=%time:~0,2%) ::format date set DF=%DATE:~0,4%-%DATE:~5,2%-%DATE:~8,2% ::format time set TF=%H%-%TIME:~3,2%-%TIME:~6,2% set SIM=%~dp0/runtime/win32/LuaFlJoy.exe set WORKDIR=%~dp0 set POS=685,50 set LOGNAME=%DF%-%TF%.log set LOGDIR=%...
2,436
the-stack-v2-dedup
Batchfile
@echo test GOTO EndComment2 This line is comment. And so is this line. And this one... :EndComment0 python scr1.py & python scr2.py & :EndComment1 start cmd /k echo Hello, World1! start cmd /k echo Hello, World2! :EndComment2 start cmd /k python scr1.py start cmd /k python scr2.py :EndComment3
2,437
the-stack-v2-dedup
Batchfile
copy "*.js" "//hpmini1/kwilson/apps/vp2/" copy "*.map" "//hpmini1/kwilson/apps/vp2/" pause
2,438
the-stack-v2-dedup
Batchfile
@echo off setlocal EnableDelayedExpansion set workDir=%cd% set prjdir1=%cd%\..\libsrc set prjdir2=%cd%\..\drv set prjdir3=%cd%\..\ap ::::::::::::::::::::::::::::::::::::::: :: 获取UV3目录 ::::::::::::::::::::::::::::::::::::::: @echo checking UV3 dir ...... @echo off if exist C:\Keil\UV3\Uv3.EXE set UV3DIR="C:\Keil\UV3\...
2,439
the-stack-v2-dedup
Batchfile
cmd_/home/pi/Programming/Driver_Dev/hello_world_lkm/helloWorld.ko := ld -EL -r -T ./scripts/module-common.lds --build-id -o /home/pi/Programming/Driver_Dev/hello_world_lkm/helloWorld.ko /home/pi/Programming/Driver_Dev/hello_world_lkm/helloWorld.o /home/pi/Programming/Driver_Dev/hello_world_lkm/helloWorld.mod.o ; tru...
2,440
the-stack-v2-dedup
Batchfile
cmd_drivers/serial/built-in.o := arm-linux-ld -r -o drivers/serial/built-in.o drivers/serial/serial.o drivers/serial/serial_s3c24x0.o
2,441
the-stack-v2-dedup
Batchfile
jython dumpData.py --classpath c:\caiche\lib\java\hpt4jdbc.jar ^ --driver com.hp.jdbc.HPT4Driver ^ --server zeo.houston.hp.com ^ --dsn ZEO_EDW ^ --user %USER% ^ --password %PASS% ^ --table se_delta ^ --action se_delta ^ --start "2016-11-01 00:00:00.000" ^ --end "2016-11-...
2,442
the-stack-v2-dedup
Batchfile
@echo off TITLE PocketMine-MP server software for Minecraft: Pocket Edition cd /d %~dp0 if exist D:\PocketMine-MP\bin\php\php.exe ( set PHPRC="" set PHP_BINARY=D:\PocketMine-MP\bin\php\php.exe ) else ( set PHP_BINARY=php ) if exist PocketMine-MP.phar ( set POCKETMINE_FILE=PocketMine-MP.phar ) else ( if exist D:\...
2,443
the-stack-v2-dedup
Batchfile
SET OUTPUT_DIRECTORY=%cd%\..\..\..\ttn-gwy\protobuf mkdir %OUTPUT_DIRECTORY% protoc --go_out=%OUTPUT_DIRECTORY% dustMeasurement.proto protoc --go_out=%OUTPUT_DIRECTORY% applicationInformation.proto protoc --go_out=%OUTPUT_DIRECTORY% batteryState.proto protoc --go_out=%OUTPUT_DIRECTORY% nodeStatus.proto
2,444
the-stack-v2-dedup
Batchfile
@echo off if not defined PYTHON_INSTALL_DIR set PYTHON_INSTALL_DIR=%SystemDrive%\Python27 if "%PYTHON_INSTALL_DIR:~-1%"=="\" set PYTHON_INSTALL_DIR=%PYTHON_INSTALL_DIR:~0,-1% REM test installation prerequisites if not exist %PYTHON_INSTALL_DIR%\python.exe ( echo ERROR: %PYTHON_INSTALL_DIR%\python.exe is missing. exit...
2,445
the-stack-v2-dedup
Batchfile
@echo off REM * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * REM This script copies the windbg extensions into the DebugDiag install folder. REM REM It will check for DebugDiag in the following locations: REM REM %DEBUGDIAG% REM C:\Program Files (x86)\DebugDiag\ REM C:\...
2,446
the-stack-v2-dedup
Batchfile
if "%COMPUTERNAME%" == "EGUTARRA-Z440" ( @echo off rem FOR /F "usebackq" %%i IN (`hostname`) DO SET MYVAR=%%i rem ECHO %MYVAR% rem xcopy /Y "C:\dev\OpenSpiritProject-v4.0\source\bin\Windows_x86_32\kingdom8.8\osp_Kingdom.dll" "C:\Program Files\OpenSpirit\v4.0\bin\windows_x86...
2,447
the-stack-v2-dedup
Batchfile
echo "" > Account.cpp echo "" > Account.h echo "" > main.cpp echo "" > Savings_Account.cpp echo "" > Savings_Account.h echo "" > Accout_Util.cpp echo "" > Account_Util.h echo "" > Checking_Account.cpp echo "" > Checking_Account.h echo "" > Trust_Account.cpp echo "" > Trust_Account.h
2,448
the-stack-v2-dedup
Batchfile
@echo off echo Are you sure you want to quit developing? Lazy cuntsuck. set /p yes= taskkill /f /im ruby.exe echo Ruby killed! taskkill /f /im mongod.exe echo Mongo server killed! taskkill /f /im mongo.exe echo Mongo client killed! pause taskkill /f /im cmd.exe echo All command prompts killed! pause
2,449
the-stack-v2-dedup
Batchfile
del /f /q res\tutorial_1.jpg del /f /q res\tutorial_2.jpg del /f /q res\tutorial_3.jpg del /f /q res\tutorial_4.jpg echo override copy res_en xcopy /s /q /y ".\res_en\*.*" ".\res\" echo override copy src.th xcopy /s /q /y ".\src.en\*.*" ".\src"
2,450
the-stack-v2-dedup
Batchfile
set TEXINPUTS=.\themefau pdflatex -shell-escape poster.tex biber poster pdflatex -shell-escape poster.tex del *.aux *.bbl *.bcf *.blg *.nav *.out *.snm *.log *.toc *.vrb exit
2,451
the-stack-v2-dedup
Batchfile
# ------------------------------------ cd /project2/rkessler/SURVEYS/WFIRST/ROOT/SALT3/examples/wfirst/SALT2mu_A1_SHALLOW/ALLSurveys_Spec_DMS_SALT2 SALT2mu.exe pipeline/WFIRST_BBC.input datafile=FITOPT000.FITRES prefix=SALT2mu_FITOPT000_MUOPT000 \ >& SALT2mu_FITOPT000_MUOPT000.LOG mv SALT2mu_FITOPT000_MUOPT00...
2,452
the-stack-v2-dedup
Batchfile
@echo off REM Reduces full VisDic file to the desired elements REM java -jar adbis.jar -sv <full-wordnet-xml-file> <simple-wordnet-xml-file-without-root-element> REM Loads data from XML to the databases REM NOTICE! It is assumed that the databases are named plwn_basic and plwn_mod. REM NOTICE! It is assumed that data...
2,453
the-stack-v2-dedup
Batchfile
dotnet run --project MeroSaman\MeroSaman.csproj pause
2,454
the-stack-v2-dedup
Batchfile
cp AutoHotkey.ahk %userprofile%/Documents call choco install autohotkey start /B "" "C:\Program Files\AutoHotkey\AutoHotkey.exe"
2,455
the-stack-v2-dedup
Batchfile
@echo off set script=\%~dp0%\goodra.sh set script=%script:\=/% set script=%script::=% "C:\Program Files\Git\bin\bash.exe" -c "%script% %*"
2,456
the-stack-v2-dedup
Batchfile
@(REM coding:CP866 REM by LogicDaemon <www.logicdaemon.ru> REM This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License <http://creativecommons.org/licenses/by-sa/4.0/deed.ru>. SETLOCAL ENABLEEXTENSIONS IF "%~dp0"=="" (SET "srcpath=%CD%\") ELSE SET "srcpath=%~dp0" IF NOT DEFINED P...
2,457
the-stack-v2-dedup
Batchfile
java -jar TestMagnit-1.0-SNAPSHOT-jar-with-dependencies.jar pause
2,458
the-stack-v2-dedup
Batchfile
@echo off cls SET DIR=%~dp0% SET SRCDIR=%DIR%\src IF EXIST %SRCDIR%\coverage.xml DEL /F %SRCDIR%\coverage.xml IF EXIST "%SRCDIR%\coverage-*.json" DEL /F %SRCDIR%\coverage-*.json dotnet test %SRCDIR%\HttpMessageSigning.Tests\HttpMessageSigning.Tests.csproj --framework net472 /p:CollectCoverage=true /p:CoverletOutputFo...
2,459
the-stack-v2-dedup
Batchfile
:: Windows echo off set /p ACCT_ID="Enter Account ID: " set /p LAMBDA_NAME="Enter name for Lambda Function: " set /p DYNAMO_NAME="Enter name for DynamoDB Table: " set /p REGION="Enter AWS region: " :: Cleaning AWS function aws lambda delete-function --function-name %LAMBDA_NAME% --region %REGION% :: Cleaning IAM role...
2,460
the-stack-v2-dedup
Batchfile
volt Vdd 3.0 volt in 0.0 label=VIN *wave in pie {0n 0 100n 0 101n 3 200n 3 201n 0 300n 0 301n 3 400n 3 401n 0} plot {in out itx(md1,out) itx(md2,out) qtx(md1,out)} transfer { VIN 0 3 0.1 }
2,461
the-stack-v2-dedup
Batchfile
Create Curves new point 0 0 new point .5 0 new point .5 1 new point 0 1 Mouse Mode Interpolate Curve point for interpolation 0 point for interpolation 1 stop picking point for interpolation 1 point for interpolation 2 stop picking point for interpolation 2 point for interpolation 3 stop picking point for...
2,462
the-stack-v2-dedup
Batchfile
nuget restore msbuild Microsoft.Bot.Sample.LuisBot.sln -p:DeployOnBuild=true -p:PublishProfile=MSFT-Newbie-Helper-Web-Deploy.pubxml -p:Password=afnj3BjlhesoFpiNoXEj3aPpMuLMdyvKBnh27zTZAQpPyDy6R8uDYRoECfE2
2,463
the-stack-v2-dedup
Batchfile
path=%1\bin;%1\..\pthreads-win32\dll-latest\lib;%path% echo %1 > prog.txt prog.exe >> prog.txt 2>&1 del lock
2,464
the-stack-v2-dedup
Batchfile
mkdir %3 cd %3 set value=%1 set range=%2 call ..\zeta_zeros %value% %range% %3 cd .. fc %3\zeta_zeros_%value%_%range%.txt 0\zeta_zeros_%value%_%range%.txt
2,465
the-stack-v2-dedup
Batchfile
@echo off echo -------------------- Export de la DLL dans la OufffLib -------------------- if "%OUFFFLIB_PATH%"=="" goto NoOufffLib if exist version.win (goto FileExists) else goto ErrFile rem File "version.win" exists and we read it to retreive info about current DLLVERSION :FileExists for /f "tokens...
2,466
the-stack-v2-dedup
Batchfile
@echo off Setlocal EnableDelayedExpansion set "defaultquality=medium" set "streamurl=" set "quality=" ::Code - do not modify :START cls echo What service do you want to use? echo ( TwitchTV, Custom [More coming] ) set /p "service=" if /i "%service%" == "" ( cls COLOR 0C echo ERR: The service you specified could no...
2,467
the-stack-v2-dedup
Batchfile
copy release\*.dll E:\Qt\Qt5.9.6\5.9.6\msvc2015\plugins\designer copy release\*.lib E:\Qt\Qt5.9.6\5.9.6\msvc2015\plugins\designer copy release\*.dll E:\Qt\Qt5.9.6\Tools\QtCreator\bin\plugins\designer copy release\*.lib E:\Qt\Qt5.9.6\Tools\QtCreator\bin\plugins\designer copy release\*.lib E:\Qt\BPA3\CustomPlugins\TestO...
2,468
the-stack-v2-dedup
Batchfile
cd bin cmake -G "CodeBlocks - MinGW Makefiles" -D CMAKE_C_COMPILER=C:/dev/MinGW/bin/gcc.exe -D CMAKE_CXX_COMPILER=C:/dev/MinGW/bin/g++.exe -D SDL_INCLUDE_DIR=C:/dev/MinGW/include -D SDLIMAGE_INCLUDE_DIR=C:/dev/MinGW/include -D SDLTTF_INCLUDE_DIR=C:/dev/MinGW/include -DCMAKE_CXX_FLAGS="-DWIN32" -DCMAKE_C_FLAGS="-DWIN32"...
2,469
the-stack-v2-dedup
Batchfile
:: # --- Virtual Python environment :: echo "Installing project dependendencies into virtual Python environment." :: set PYTHON_VERSION=3.6 :: set PRJ_ROOT=%1 :: set VENV_DIR=%PRJ_ROOT%\venv :: echo %PRJ_ROOT% :: echo %VENV_DIR% :: IF NOT EXIST %VENV_DIR% ( :: virtualenv -p python%PYTHON_VERSION% %VENV_DIR% ::) :: ...
2,470
the-stack-v2-dedup
Batchfile
#!../../bin/linux-x86/example ## You may have to change example to something else ## everywhere it appears in this file < envPaths cd ${TOP} ## Register all support components dbLoadDatabase("dbd/example.dbd") dbLoadDatabase("dbd/common.dbd") dbLoadDatabase("dbd/yew.dbd") example_registerRecordDeviceDriver pdbbase ...
2,471
the-stack-v2-dedup
Batchfile
start http://localhost:9999 cd bin start ./grades.exe
2,472
the-stack-v2-dedup
Batchfile
@echo off %~d0 cd "%~p0" java -jar FECload.jar -vb pause java -Xmx1024m -jar FECload.jar %* echo The Exit Status Code is %ERRORLEVEL% pause @echo on
2,473
the-stack-v2-dedup
Batchfile
call gradle-2.0/bin/gradle.bat clean jettyRun call pause
2,474
the-stack-v2-dedup
Batchfile
..\..\bin\elc accumulator\accumulator.prj ..\..\bin\elc ackermann\ackerman.prj ..\..\bin\elc addfield\addfield.prj ..\..\bin\elc anonymrec\anonymrec.prj ..\..\bin\elc aplusb\aplusb.prj ..\..\bin\elc applycallback\arraycallback.prj ..\..\bin\elc arithmeticint\arithmeticint.prj ..\..\bin\elc arithmmean\arithmmean.prj ..\...
2,475
the-stack-v2-dedup
Batchfile
:: :: This script runs the dotnet build without the Full Framework projects :: dotnet sln remove sample/AspNetFullFrameworkSampleApp/AspNetFullFrameworkSampleApp.csproj dotnet sln remove src/Elastic.Apm.AspNetFullFramework/Elastic.Apm.AspNetFullFramework.csproj dotnet sln remove test/Elastic.Apm.AspNetFullFramework.Tes...
2,476
the-stack-v2-dedup
Batchfile
java -jar rt.jar
2,477
the-stack-v2-dedup
Batchfile
@echo off title Web Chat Demo to Github prompt $sGithub$s$e$s if errorlevel 1 goto one if errorlevel 0 goto end :one echo Try again goto end :end
2,478
the-stack-v2-dedup
Batchfile
REM GMT EXAMPLE 35 REM $Id: example_35.bat 17597 2017-02-24 02:49:00Z pwessel $ REM REM Purpose: Illustrate sphtriangulate and sphdistance with GSHHG crude data REM GMT progs: pscoast, psxy, makecpt, grdimage, grdcontour, sphtriangulate, sphdistance REM DOS calls: del REM echo GMT EXAMPLE ...
2,479
the-stack-v2-dedup
Batchfile
@SET cd= @SET promp$=%prompt% @PROMPT SET cd$Q$P @CALL>%temp%.\setdir.bat @ % do not delete this line % @ECHO off PROMPT %promp$% FOR %%c IN (CALL DEL) DO %%c %temp%.\setdir.bat java -Xms256m -Xmx512m -jar SATSudoku.jar %1 %2
2,480
the-stack-v2-dedup
Batchfile
echo off rem pyuic5 -o ..\ui_mainwindow.py mainwindow.ui rem pyuic5 -o ..\ui_keyDialog.py dialog.ui rem pyrcc5 .\QtApp\res.qrc -o res_rc.py pyuic5 -o ..\ui_function.py function.ui
2,481
the-stack-v2-dedup
Batchfile
bazel -h if errorlevel 1 exit 1 exit 0
2,482
the-stack-v2-dedup
Batchfile
mining_proxy -o stratum.btcguild.com -p 3333
2,483
the-stack-v2-dedup
Batchfile
cmd_drivers/iio/adc/xilinx-xadc.o := ld -m elf_x86_64 -z max-page-size=0x200000 -r -o drivers/iio/adc/xilinx-xadc.o drivers/iio/adc/xilinx-xadc-core.o drivers/iio/adc/xilinx-xadc-events.o
2,484
the-stack-v2-dedup
Batchfile
msdeploy -verb:sync -source:package=c:\Site1.zip -dest:metakey=lm/w3svc/1 > msdeploysync.log
2,485
the-stack-v2-dedup
Batchfile
@echo off rem GCC C++ Build Fast if not exist %1.cc goto Build set CxxMainSource=%1.cc set OutputSpec=-o %1.exe shift /1 :Build g++ -pipe -std=c++11 -pedantic -Wall -Wextra -Winline -ffor-scope -fmessage-length=0 -m64 -march=native -DNDEBUG -Ofast -funroll-loops -s %CxxMainSource% %1 %2 %3 %4 %5 %6 %7 %8 %9 ...
2,486
the-stack-v2-dedup
Batchfile
@echo off whoami /priv | find "SeDebugPrivilege" > nul if %errorlevel% neq 0 (  echo 管理者権限がありません。管理者権限で実行します  @powershell start-process \"%~0\" -verb runas  exit ) REM ここから下、exitまでを管理者として実行 set devmgr_show_nonpresent_devices=1 start devmgmt.msc exit
2,487
the-stack-v2-dedup
Batchfile
java -Dapplication.directory=%~dp0 -jar ${project.build.finalName}.jar
2,488
the-stack-v2-dedup
Batchfile
@echo off echo I am a File pause
2,489
the-stack-v2-dedup
Batchfile
pip install --user -r requirements.txt
2,490
the-stack-v2-dedup
Batchfile
@Echo off sqlcmd -E -S DESKTOP-SUR4IC8\SQLEXPRESS -i D:\MP\Scripts\runTEST.bat
2,491
the-stack-v2-dedup
Batchfile
start perl encoder.pl -i transcoder-worker_1 -t -w
2,492
the-stack-v2-dedup
Batchfile
cmd_/home/jagadeesh/Training/linux/experimets/pgd_dum/pgddump.ko := ld -r -m elf_i386 -T ../scripts/module-common.lds --build-id -o /home/jagadeesh/Training/linux/experimets/pgd_dum/pgddump.ko /home/jagadeesh/Training/linux/experimets/pgd_dum/pgddump.o /home/jagadeesh/Training/linux/experimets/pgd_dum/pgddump.mod.o
2,493
the-stack-v2-dedup
Batchfile
pad_designer -s "b105_45m125_65.psr" allegro -s max3372.scr
2,494
the-stack-v2-dedup
Batchfile
@echo off for /f "tokens=4" %%a in ('route print^|findstr 0.0.0.0.*0.0.0.0') do ( set IP=%%a ) chcp 65001 echo 请访问 %IP%:8080 以上传文件 start D:\_the_filer_upload java -jar server\target\the_filer-1.2.jar
2,495
the-stack-v2-dedup
Batchfile
REM https://github.com/arvidn/libtorrent/releases/download/libtorrent-1_0_9/libtorrent-rasterbar-1.0.9.tar.gz @echo off cd %LIBTORRENT_ROOT% echo changing to %LIBTORRENT_ROOT% bjam boost=source link=static geoip=static encryption=openssl address-model=32 architecture=x86 variant=debug variant=release
2,496
the-stack-v2-dedup
Batchfile
@echo off title Windows Network management netsh int ipv6 isatap set state disabled netsh int ipv6 6to4 set state disabled netsh interface teredo set state disable netsh interface isatap state disable :options cls echo MENU OPTIONS: echo ===================== echo 1 ipconfig echo 2 ipconfig all echo 3 renew e...
2,497
the-stack-v2-dedup
Batchfile
start /B java -jar simplejavaprocess.jar -port 7777
2,498
the-stack-v2-dedup
Batchfile
@rem enter this directory cd /d %~dp0 set TOOLS_PATH=D:\InstallationSoftware\Protoc-3.5.1-win32\csharp echo "Generate Csharp Class:" %TOOLS_PATH%\protoc.exe -I=. common.proto kyc.proto two_factor.proto project.proto user.proto uwallet.proto otc.proto autojob.proto --csharp_out=..\..\Model --grpc_out=..\..\Mode...
2,499