source string | code_lang string | content string | idx int64 |
|---|---|---|---|
the-stack-v2-dedup | Batchfile | @set X_SVC="X Complex Proxy Server"
@set X_APP=node %~dp0app %COMPLEX_PROXY_PARAMS%
@set X_NSSM=%~dp0nssm32
@if "%PROCESSOR_ARCHITECTURE%" == "AMD64" set X_NSSM=%~dp0nssm64
| 4,600 |
the-stack-v2-dedup | Batchfile | @start .
@git gui
@gvim -p src.src log.log ypp.ypp lpp.lpp hpp.hpp cpp.cpp Makefile
| 4,601 |
the-stack-v2-dedup | Batchfile | @echo off
call %ANACONDA%/Scripts/activate.bat %ANACONDA%
ECHO 'Starting BASLER cameras'
set list=1_Cam1_V0 2_Cam2_V0 3_Cam3_V0
timeout 1
for %%x in (%list%) do (
start /min cmd /k "cd %PYCONLYSE%\DeviceServers\BASLER & conda activate %PYCONLYSE_ENV% & python DS_Basler_camera.py %%x"
)
| 4,602 |
the-stack-v2-dedup | Batchfile | @echo off
rem Only local scope for variables
setlocal
rem This script is now misnamed. It actually removes any previous changes
rem to the MATLAB classpath that DSP Builder might have made.
rem addToClassPath <classpath file>
set classpath=%~1
if "%TMP%" NEQ "" goto gottemp
set TMP=C:\tmp
:gottemp
@mkdir %TMP% 2>... | 4,603 |
the-stack-v2-dedup | Batchfile | node toolkit/generate.js && node toolkit/serve.js | 4,604 |
the-stack-v2-dedup | Batchfile | setlocal
@echo off
echo This is my local deploy...
rem echo Environment:
rem set
rem echo Is deploy on the path?
rem where deploy.cmd
call :CloneOrSyncGit https://github.com/rlittletht/TestReact.git %DEPLOYMENT_SOURCE%\..\SubRepos\TestReactRepo1 production
call :CloneOrSyncGit https://github.com/rlittletht/TestReact.... | 4,605 |
the-stack-v2-dedup | Batchfile | @echo off
set JAR_FILE=%1
set SP=
if NOT "%TMP_CP%"=="" set SP=;
set TMP_CP=%TMP_CP%%SP%%1
| 4,606 |
the-stack-v2-dedup | Batchfile | call "callPS2EXE.bat" "loltweaks.ps1" "lolupdater.exe" -sta -runtime20 -x86 -noconsole | 4,607 |
the-stack-v2-dedup | Batchfile | java -Xmx2048m -cp "webExtractor.jar" "com.pin2pin.mouser_Extractor"
| 4,608 |
the-stack-v2-dedup | Batchfile |
C:\MinGW\bin\mingw32-make
| 4,609 |
the-stack-v2-dedup | Batchfile | @echo off
cmd /k "cd /d F:\Python2020\BodhiTechnology_workPlace\bodhi_Website\bidhiWebsite\venv\scripts & activate & cd /d F:\Python2020\BodhiTechnology_workPlace\bodhi_Website\bidhiWebsite\bodhiwebsite & python manage.py runserver"
| 4,610 |
the-stack-v2-dedup | Batchfile | * *ID* A17SEL19 DBCMD changed on 1992-09-28-13.22.45 by ADMIN *
* Fehlerprotokoll 155 !
file connect ( kern test !
create table t ( a fixed (5),
b fixed (5),
c fixed (5),
d fixed (5))!
insert t set a = 1, b = 0, c = 3, d = 0!
create index i1 on t (a, b)!
rollb... | 4,611 |
the-stack-v2-dedup | Batchfile | echo set the pythonpath
echo %~dp0
set PYBTALL_HOME=%~dp0
set PYTHONPATH=%PYTHONPATH%;%PYBTALL_HOME%src
echo PYTHONPATH=%PYTHONPATH% | 4,612 |
the-stack-v2-dedup | Batchfile | @Username VARCHAR(50) | 4,613 |
the-stack-v2-dedup | Batchfile | @echo off
[!if HM_NOTE]
REM -- 참고: OEM 문자 집합과 ANSI 문자 집합의 차이점
REM -- 아래에 있는 파일 이름 대부분이 대다수의 편집기에서 이상하게 나타나는데, 이는
REM -- 배치 파일이 올바르게 작동되기 위해서는
REM -- 파일 이름이 ANSI 문자 집합이 아니라 OEM 문자 집합에 있어야 하기 때문입니다. 출력 및 편집기 창에는 ANSI 문자 집합이 사용됩니다.
REM -- 출력 창에만 이름이 보이는 경우는
REM -- 이름이 ANSI 문자 집합에 남아있는 경우입니다.
[!endif]
REM -- 먼저, r... | 4,614 |
the-stack-v2-dedup | Batchfile | set cast="third eye,seigan,meditate,drain samba ii"
| 4,615 |
the-stack-v2-dedup | Batchfile | call "%~dp0win10_disable_shit_svc.cmd"
call "%~dp0win10_disable_shit_svc_peruser.cmd"
call "%~dp0win10_disable_shit_tasks.cmd"
call "%~dp0win10_adjust_secpol.cmd"
call "%~dp0win10_disable_shit_reg.cmd"
call "%~dp0win10_disable_shit_sysapps.cmd"
call "%~dp0win10_disable_shit_autologger.cmd"
call "%~dp0win10_resto... | 4,616 |
the-stack-v2-dedup | Batchfile | SET MAVEN_OPTS=-Xdebug -Xnoagent -Djava.compiler=NONE -Dcom.sun.management.jmxremote -Xmx384m -Xms128m -Xrunjdwp:transport=dt_socket,address=2222,server=y,suspend=n
mvn jetty:run | 4,617 |
the-stack-v2-dedup | Batchfile | @echo off
REM #################################################################################################################################
REM # #
REM # ENTWIKCLUNG EINES SOFTWARESYSTEMS ... | 4,618 |
the-stack-v2-dedup | Batchfile | cmd /k ant clean compile run
| 4,619 |
the-stack-v2-dedup | Batchfile | #/bin/bash
source ~/.env
ssh $BRAVEN_STAGING_OLD_USER
if [ $? -ne 0 ]
then
echo "Failed connecting to $BRAVEN_STAGING_OLD_USER Check that the braven_staging.pem key was added to the ssh-agent using `ssh-add -l`"
exit 1;
fi
| 4,620 |
the-stack-v2-dedup | Batchfile | docker run -d --name letsencrypt -v /wordpress/nginx/certs:/etc/nginx/certs:rw -v /home/<USERNAME>/vhost.d:/etc/nginx/vhost.d:rw -v /usr/share/nginx/html -v /var/run/docker.sock:/var/run/docker.sock:ro --volumes-from nginx-proxy jrcs/letsencrypt-nginx-proxy-companion | 4,621 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
REM By: Nabi KaramAliZadeh <nabikaz@gmail.com>
REM Description: video to gif converter
REM Version: 1.0.1
REM Url: https://github.com/NabiKAZ/video2gif
REM License: The MIT License (MIT)
SETLOCAL
SET "input="
SET "output="
SET "overwrite="
SET "fps="
SET "width="
SET "start_time="
SET "duration="
SET "time_... | 4,622 |
the-stack-v2-dedup | Batchfile | @echo off
REM KSTART.BAT - This file is used to load the KERNEL and run the SERVER
REM 20Dec02 (c) 2002 Reflective Computing. All Rights Reserved.
REM 01Feb03 (c) 2003 Reflective Computing. All Rights Reserved.
REM
REM -----------------------------------------------------------------------
REM -----------------... | 4,623 |
the-stack-v2-dedup | Batchfile | rem Copyright (c) Microsoft Corporation.
rem Licensed under the MIT License.
@echo off
cd %~dp0
python trigger_training.py --location "%~1" --goal_level "Data\Test\goal1.json" --training_iterations 0 --diamonds_medal_thresholds 5 10 15 --levels_medal_threshold 3 5 7
pause
| 4,624 |
the-stack-v2-dedup | Batchfile | echo off
REM 01.sed : such files can be generic to replace the prev and next and the images tag per each file
REM --------------------------------------------------------------
rem mkdir %1
rem mkdir %1\%2
mkdir C:\_Files\hollywood\%1
mkdir C:\_Files\hollywood\%1\%2\
echo "Creating pages for:..." %2
R... | 4,625 |
the-stack-v2-dedup | Batchfile | REM version 1.0: copy and install IVADCEDrivers.cab.pkg using RAPI
REM ========================================
REM ########### remote copy ################
pause Continue with REMOTE COPY? or Ctrl-C to stop batch now
pmkdir "\Flash File Store\UserAutoInstall"
pmkdir "\Flash File Store\Cab"
pmkdir "\Flash File ... | 4,626 |
the-stack-v2-dedup | Batchfile | set ORA_SCRIPTS=D:\Precision-Automation\trunk\Precision_LMS_projectdb\LC_Batch_SQL_Files
sqlplus mahesh_plms/mahesh_plms@XE @%ORA_SCRIPTS%\reset_Org_category_classification.sql
exit
| 4,627 |
the-stack-v2-dedup | Batchfile | @echo off
::echo ---CygWin Directory Show---
::echo %CygWin_DIR%
echo -----------------------------------------------------------------------------------------------------------
echo ---rsync code---
%CygWin_DIR%rsync -azvP ./ --include-from=./.vscode/include.txt --exclude-from=./.vscode/exclude.txt --exclude '/*' --pa... | 4,628 |
the-stack-v2-dedup | Batchfile | filebot -script C:\Users\AkshayKumar\Desktop\Torrent_Work\ut_config\filebot_scripts\scripts-master\notification.groovy --def pushbullet="o.hPQwUc0iauq8BzOFsArEXe8QLphYI9SS" --def title="AKSHAY-PC - User log-in detected at %date% - %time%" --def message="Someone has logged into AKSHAY-PC" --def messageNotification="" | 4,629 |
the-stack-v2-dedup | Batchfile | set CATALINA_HOME=C:\tomcat10
set CATALINA_BASE=C:\instance2
cd %CATALINA_HOME%\bin
shutdown.bat | 4,630 |
the-stack-v2-dedup | Batchfile | @echo off
TITLE SYSTEM FAILURE
cls
echo Critical systems faliure in sectors:
set /p=Hit enter to continue...
set /a num= %RANDOM% * 100 / 482
echo %num%
@timeout /t 1 /nobreak>nul
set /a num= %RANDOM% * 100 / 482
echo %num%
@timeout /t 1 /nobreak>nul
set /a num= %RANDOM% * 100 / 482
echo %num%
@timeout /t ... | 4,631 |
the-stack-v2-dedup | Batchfile | if not exist "%cd%/shader" mkdir "%cd%/shader"
%VULKAN_SDK%/Bin/glslc sandbox/shader/shader.vert -o shader/vert.spv
%VULKAN_SDK%/Bin/glslc sandbox/shader/shader.frag -o shader/frag.spv | 4,632 |
the-stack-v2-dedup | Batchfile | @echo off
npm install && node_modules\.bin\hubot.cmd --name "hbd225-hubot" %* | 4,633 |
the-stack-v2-dedup | Batchfile | set BUILD_DIR=build
set VCPKG_DIR=d:\vcpkg
set GENERATOR=Visual Studio 16 2019
set PLATFORM=Win32
@if not exist "%BUILD_DIR%" mkdir "%BUILD_DIR%" || exit /b 1
cmake -B "%BUILD_DIR%" -G "%GENERATOR%" -A "%PLATFORM%" ^
-DCMAKE_TOOLCHAIN_FILE:PATH="%VCPKG_DIR%\scripts\buildsystems\vcpkg.cmake" ^
|| exit /b ... | 4,634 |
the-stack-v2-dedup | Batchfile | call "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\vcvars32.bat"
set JOM="C:\Qt\jom\jom.exe"
set QMAKE="C:\Qt\4.8.7\bin\qmake.exe"
%QMAKE% DIE_source/console_source/console_source.pro -spec win32-msvc2010
%JOM% -j 8 -f Makefile.Release clean
%JOM% -j 8 -f Makefile.Release
del Makefile
del Mak... | 4,635 |
the-stack-v2-dedup | Batchfile | call jruby --1.9 -e "$:<< 'lib'; require 'shoes'; require 'shoes/configuration'; Shoes.configuration.framework = 'shoes/swt'; Shoes.configuration.backend = :swt; require '%1' "
| 4,636 |
the-stack-v2-dedup | Batchfile | @echo off
setlocal
if not "%WsUpdate%"=="" (
.paket\paket.exe update -g wsbuild --no-install
if errorlevel 1 exit /b %errorlevel%
) | 4,637 |
the-stack-v2-dedup | Batchfile | @echo OFF
REM dont remove this
"C:\Program Files (x86)\MSBuild\14.0\Bin\MSBuild.exe" /nologo .\Types.sln -m /t:Rebuild /p:Configuration=Debug /p:Platform=x64
"C:\Program Files (x86)\MSBuild\14.0\Bin\MSBuild.exe" /nologo .\Types.sln -m /t:Rebuild /p:Configuration=Release /p:Platform=x64
"C:\Program Files (x86)\MSBui... | 4,638 |
the-stack-v2-dedup | Batchfile | "C:\Users\david\Documents\GitHub\TCPClient\KITCPClient\bin\Debug\KITCPClient.exe" "C:\Users\david\Documents\GitHub\TCPClient\KITCPClient\bin\Debug\Script.txt" 158.69.193.117 9985 | 4,639 |
the-stack-v2-dedup | Batchfile | del %AppData%\LOVE\OpenLoveForNox\cache\json\*.*
del %AppData%\LOVE\OpenLoveForNox\cache\json\jsonmaps\*.*
del %AppData%\LOVE\OpenLoveForNox\cache\content\json\jsonmaps\*.*
del %AppData%\LOVE\OpenLoveForNox\cache\content\json\*.*
| 4,640 |
the-stack-v2-dedup | Batchfile | @echo off
set NW_VERSION=0.8.6
set NW_PATH=C:\opt\node-webkit\%NW_VERSION%
set NW=nw
set GYP=nw-gyp
set APP_NAME=Cubelets Studio
set APP_SLUG=cubelets-studio
REM goto zip
:install_modules
echo "Installing node modules..."
call npm install
:build_modules
echo "Building native node modules for node-webkit..."
call cd... | 4,641 |
the-stack-v2-dedup | Batchfile | @echo off
if "%1" == "-r" goto:cp_dir
copy %1 %2
goto:end
:cp_dir
xcopy %2 %3 /s /e /h /q
goto:end
:end | 4,642 |
the-stack-v2-dedup | Batchfile | @echo off
title Nginx
echo Kill existed nginx
taskkill /F /IM nginx.exe
echo Nginx running...
%~dp0nginx/nginx.exe -p %~dp0nginx
exit | 4,643 |
the-stack-v2-dedup | Batchfile | sqlcmd -E -icleanup_setup_hang.sql -S. | 4,644 |
the-stack-v2-dedup | Batchfile | type 5.txt | python ex.py | 4,645 |
the-stack-v2-dedup | Batchfile | @echo off
echo Building file: ../src/module/w5500/w5500_manager.c
| 4,646 |
the-stack-v2-dedup | Batchfile | @echo off
echo Starting PLAYERUNKNOWN'S BATTLEGROUNDS
rem ## start pubg ##
start steam://rungameid/578080
rem ## wait for process ##
:loop
timeout /T 2 /NOBREAK > nul
for /F %%a in ('tasklist /FI "IMAGENAME eq TslGame.exe" ^| find /C "TslGame.exe"') do set var=%%a
if "%var%"=="0" goto loop
rem ## set priority high ##
C... | 4,647 |
the-stack-v2-dedup | Batchfile | @echo OFF
::makes calling this script possible from any location
pushd %~dp0
call python scripts/setup.py --default
echo. && pause
::returns cmd to original location
::if the script was called not from its own one
popd
exit /b | 4,648 |
the-stack-v2-dedup | Batchfile | if exist build/ rd /q /s build
mkdir build
cd build
cmake.exe -G "Visual Studio 14 2015 Win64" ..
pause | 4,649 |
the-stack-v2-dedup | Batchfile | @echo off
cecho {0C}This line is red{#}
REM Print ASCII char 0x07 (beep)
cecho {\u07 \u07}
cecho This {black on blue}word{#} is black on a blue background | 4,650 |
the-stack-v2-dedup | Batchfile | @echo off
REM Check if required variables are set, exit if not
if not defined OPENSSL_ROOT goto novar
echo Setting up OpenSSL Development Environment
echo.
echo OpenSSL: %OPENSSL_ROOT%
echo.
pushd .
REM Include build directory info
call _directories.bat
REM Check if build is needed
set __BUILD_PA... | 4,651 |
the-stack-v2-dedup | Batchfile | @echo off
cls
set KFGameExePath="C:\Program Files (x86)\Steam\SteamApps\common\killingfloor2\Binaries\Win64\"
set LaunchOptions=-nostartupmovies
echo ================================================================================
echo Killing Floor 2 Guaranteed Startup Script
echo ===========================... | 4,652 |
the-stack-v2-dedup | Batchfile | @echo off
pushd "%~dp0"
CD app
IF "%PROCESSOR_ARCHITECTURE%"=="AMD64" (
FOR /f %%i in ('..\node\x64\node.exe -e "process.stdout.write(require('./config.js').id)"') do SET id=%%i
) ELSE (
FOR /f %%i in ('..\node\x86\node.exe -e "process.stdout.write(require('./config.js').id)"') do SET id=%%i
)
echo ss... | 4,653 |
the-stack-v2-dedup | Batchfile | ::set path to PortableAppsLauncher Generator executable as %LAUNCHERGEN%
::launcher package will be built in .\%APP%
@echo off
SET LauncherGen=..\..\PortableApps\PALauncher\PortableApps.comLauncherGenerator.exe
SET APP=ZealPortable
SETLOCAL ENABLEEXTENSIONS
cd %~dp0
DEL /Q .\%App%\*.*
... | 4,654 |
the-stack-v2-dedup | Batchfile | chrome --allow-file-access-from-files file:///d:\i2u2Mainframe\I2u2\i2u2\src\main\assets/index.html | 4,655 |
the-stack-v2-dedup | Batchfile | :: Run prior to haxe compilation of demo project
@echo off
cd scripts
if exist ..\bin rmdir ..\bin /s /q
call assets.bat
cd .. | 4,656 |
the-stack-v2-dedup | Batchfile | stealaesry:
return
stealaesry.now:
## ** Bottom half
gosub goto bard
gosub steal "small case" 1
gosub goto flower
gosub steal "chain" 2
gosub goto general
gosub steal "hairbrush" 2
#gosub goto weapon
#gosub steal "telek" 1
gosub goto footwear
gosub steal "woolen tights" 2
gosub goto puzzle... | 4,657 |
the-stack-v2-dedup | Batchfile | python %~dp0\ovh-cli.py %* | 4,658 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
if "%1"==":some" if "%2"=="" goto :some
SETLOCAL EnableDelayedExpansion
:: Indentation of the outputs
IF defined __IND ( SET "ECHO=ECHO.%__IND%" ) ELSE ( SET "ECHO=ECHO." )
:: Debug messages command (ECHO shows messages, REM hides messages)
::SET DL=%ECHO%
SET DL=REM
:: Colors
IF /I "%__COLORS__%"=="T" c... | 4,659 |
the-stack-v2-dedup | Batchfile | regsvr32 /u ASRTrans.dll
rem regsvr32 /u ASRMaster.dll
rem regsvr32 /u ASPUploadComponent.dll
rem regsvr32 /u Reg.dll
rem regsrv32 /u DTMSTools.dll
rem regsrv32 /u Cdonts.dll
| 4,660 |
the-stack-v2-dedup | Batchfile | @echo off
rem $Id: run_pharlap_tests.bat 80826 2008-03-04 14:51:23Z wotte $
rem This file runs all the tests on PharLap ETS.
rem To use this either give it no arguments to run all the tests or
rem pass it the test name (without the extention) to run only one
rem test
setlocal
set arg=%1
if n... | 4,661 |
the-stack-v2-dedup | Batchfile | REM searching for a String in *.txt files and export the filename in a protocol
@echo off & setlocal
(for %%f in ("*.txt") do (
type "%%~f" | findstr /c:"STRING" > NUL && (
echo %%~f
)
)) > "Protokoll.txt"
| 4,662 |
the-stack-v2-dedup | Batchfile | @Echo off
python ./playgame.py "java -jar bot\speedyconsole.jar" "java -jar bot\XATHIS.jar" "java -jar bot\MarksHive.jar" "java -jar bot\zacharydenton.jar" --end_wait=0.50 --map_file ".\maps\maze\maze_04p_01.map" --log_dir game_logs --turns 150 --player_seed 42 --verbose -e --viewradius 55 --turntime 50000
@pause >n... | 4,663 |
the-stack-v2-dedup | Batchfile | @echo off
set hour=%time:~,2%
if "%time:~,1%"==" " set hour=0%time:~1,1%
set folder=%date:~0,4%%date:~5,2%%date:~8,2%%hour%%time:~3,2%%time:~6,2%
#cd C:/Users/f2/Desktop/adb
md %folder%
adb kill-server
timeout 1
for /l %%i in (1,1,36) do (
call shot %folder%/sc-%%i
turntable 10 9
)
call cutfolder /sdcard/DCIM/Cam... | 4,664 |
the-stack-v2-dedup | Batchfile | cd ./nrfgostudio
"%NRFGOSTUDIOPATH%"\nrfgostudio.exe -nrf8001 -g %1 -o . | 4,665 |
the-stack-v2-dedup | Batchfile | @echo off
title I F R O S T N U K E R
cls
py nuke.py
pause
goto top | 4,666 |
the-stack-v2-dedup | Batchfile | call "D:\AR Conversion\ProcessCode_Alok\Open Excel And Read Data\open_And_Read_Excel_Omni_Gridline.py" "D:\AR Conversion\Annual Reports Converted Omni\admin\Pdf_Single_Files\5248280317_5248280317_41_GridLine_0001.xlsx"
call "D:\AR Conversion\ProcessCode_Alok\Open Excel And Read Data\open_And_Read_Excel_Omni_Gridline.py... | 4,667 |
the-stack-v2-dedup | Batchfile | ECHO OFF
EXE1.EXE
EXE2.EXE
ECHO ON
| 4,668 |
the-stack-v2-dedup | Batchfile | cmd_/home/viswanthjasthi/Desktop/cdac/device-drivers/rpi4/device-drivers/assignment/Day3/program1/average.mod := { echo /home/viswanthjasthi/Desktop/cdac/device-drivers/rpi4/device-drivers/assignment/Day3/program1/average.o; echo; } > /home/viswanthjasthi/Desktop/cdac/device-drivers/rpi4/device-drivers/assignment/Day... | 4,669 |
the-stack-v2-dedup | Batchfile | set DIR1=%1
set DIR2=%2
fciv -add %DIR1% -r -sha1 -wp >%TEMP%\dir1.txt
findstr /r "^[0-9abcdef][0-9abcdef]*" %TEMP%\dir1.txt >%TEMP%\dir11.txt
fciv -add %DIR2% -r -sha1 -wp >%TEMP%\dir2.txt
findstr /r "^[0-9abcdef][0-9abcdef]*" %TEMP%\dir2.txt >%TEMP%\dir22.txt
fciv -add %TEMP%\dir11.txt -sha1
fciv -add %TEMP%\dir22... | 4,670 |
the-stack-v2-dedup | Batchfile | @echo off
call "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" x64
set _NO_DEBUG_HEAP=1
set CodeDir=..\code
set OutputDir=..\build
set CommonCompilerFlags=-Od -MTd -nologo -fp:fast -fp:except- -Gm- -GR- -EHa- -Zo -Oi -WX -W4 -wd4127 -wd4201 -wd4100 -wd4189 -wd4505 -Z7 -FC
set CommonLinkerFlags=... | 4,671 |
the-stack-v2-dedup | Batchfile | java --module-path "INSERT PATH TO JAVAFX/lib HERE" --add-modules javafx.controls,javafx.fxml -jar "Game Of Life.jar" | 4,672 |
the-stack-v2-dedup | Batchfile | @echo off
echo Hello && echo World && echo ! > out.txt
echo Y | del *.txt
pause | 4,673 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
set IRIS_PROJECT_FOLDER_NAME={{cookiecutter.project_name}}-project-src
set TAG=latest
set IMAGE_NAME={{cookiecutter.iris_image}}:%TAG%
docker build --build-arg IRIS_PROJECT_FOLDER_NAME=%IRIS_PROJECT_FOLDER_NAME% --force-rm -t %IMAGE_NAME% . | 4,674 |
the-stack-v2-dedup | Batchfile | echo %1
IF "%2"=="" (set /p color="What colour would you like the background (format #ABCDEF)?") ELSE (set color=%2%)
IF "%color%"=="" (set color="#00FF00")
echo Color equals %color%
@Echo OFF
Set "AbsolutePath=%1%"
for /f "delims=" %%A in (%AbsolutePath%) do (
set modelid=%%~nxA
)
Echo Folder 1 : %modelid%
IF "%mo... | 4,675 |
the-stack-v2-dedup | Batchfile | -intstyle "ise" -incremental -lib "unisims_ver" -lib "unimacro_ver" -lib "xilinxcorelib_ver" -lib "secureip" -o "/home/justin/Documents/FPGA/Sandbox/resize/VEC_ARR_2D/test/VEC_ARR_2D_tb_isim_beh.exe" -prj "/home/justin/Documents/FPGA/Sandbox/resize/VEC_ARR_2D/test/VEC_ARR_2D_tb_beh.prj" "work.VEC_ARR_2D_tb" "work.glbl"... | 4,676 |
the-stack-v2-dedup | Batchfile | @title diode00 cmd test
PsimCmd.exe -i "diode00.psimsch" -v "Vi=5" -v "Von=650m" -v "Ron=13m" -v "R0=820" -m "diode00msg.txt" -g
pause | 4,677 |
the-stack-v2-dedup | Batchfile | temp5.exe <iii32 >rrr32
| 4,678 |
the-stack-v2-dedup | Batchfile | & Command ".\build.ps1 %1" | 4,679 |
the-stack-v2-dedup | Batchfile | @echo off
set JLINK_VM_OPTIONS=
set DIR=%~dp0
"%DIR%\java" %JLINK_VM_OPTIONS% -m part_registry/dCB.portfolio.part_registry.App %*
| 4,680 |
the-stack-v2-dedup | Batchfile | rem Registers Agent and Collection services to point to release directory
pushd ..\Idera\SQLcompliance\CollectionService\bin\release
"c:\windows\microsoft.net\framework\v2.0.50727\installutil.exe" SQLcomplianceCollectionService.exe
popd
pushd ..\Idera\SQLcompliance\AgentService\bin\release
"c:\windows\microsoft.net\f... | 4,681 |
the-stack-v2-dedup | Batchfile | mkdir nojit64a
cd nojit64a
cmake -DCMAKE_INSTALL_PREFIX=c:\Software\ravi -DCMAKE_BUILD_TYPE=Debug -DLTESTS=ON -G "Visual Studio 15 2017 Win64" ..
cd .. | 4,682 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
SET ScriptDir=%~dp0
SET ScriptDir=%ScriptDir:~0,-1%
IF "%1" == "start" (
START /MIN "" PYTHON %ScriptDir%\pydaemon-script.py %*
ECHO Daemon started
)
IF "%1" == "restart" (
START /MIN "" PYTHON %ScriptDir%\pydaemon-script.py %*
ECHO Daemon restarted
)
IF "%1" == "stop" (
START /MIN ""... | 4,683 |
the-stack-v2-dedup | Batchfile | sdlBasic "runalltest.sdlbas"
| 4,684 |
the-stack-v2-dedup | Batchfile | @echo off
setlocal
:: set working directory to script directory
SET initcwd=%cd%
SET scriptpath=%~dp0
cd %scriptpath:~0,-1%
set rtabmap_version=0.20.3
set visual_studio_version="Visual Studio 15 2017 Win64"
set "visual_studio_vc_path=%programfiles(x86)%\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build"
set op... | 4,685 |
the-stack-v2-dedup | Batchfile | cmd_drivers/staging/kpc2000/kpc_dma/kpc_dma.o := ld -m elf_x86_64 -z max-page-size=0x200000 -r -o drivers/staging/kpc2000/kpc_dma/kpc_dma.o drivers/staging/kpc2000/kpc_dma/dma.o drivers/staging/kpc2000/kpc_dma/fileops.o drivers/staging/kpc2000/kpc_dma/kpc_dma_driver.o
| 4,686 |
the-stack-v2-dedup | Batchfile | cd C:\Users\miloslav\PycharmProjects\CYOA
NOW | 4,687 |
the-stack-v2-dedup | Batchfile | REM lancer si besoin le service mysql (net start mysql)
set MYSQL_HOME=C:\Prog\DB\MySql5
d:
cd D:\projets\frameworks\mvn-m2e-workspace\generic-backoffice-testapp\src\config\database
"%MYSQL_HOME%\bin\mysql" -u root -p <view_minibank_db.sql
pause | 4,688 |
the-stack-v2-dedup | Batchfile | @echo off
echo Building the .NET app...
call :BuildDotnetApp
if %ERRORLEVEL% NEQ 0 (
echo Failed to build the app. Exiting...
pause
exit
)
call :OnSuccessfulBuild
pause
exit
:OnSuccessfulBuild
choice /M "Build completed successfully. Start the app now?" /T 30 /D N
if %ERRORLEVEL% EQU 1 (
echo Startin... | 4,689 |
the-stack-v2-dedup | Batchfile | rem @echo off
set PCCDIR=
set PREFIX=
set usecl=
set doinstall=false
:parsecommandline
if '%1' == '/h' goto dispinfo
if '%1' == '/pcc' goto usepcc
if '%1' == '/cl' goto usecl
if '%1' == '/prefix' goto prefix
if '%1' == '/pccdir' goto pccdir
if '%1' == '/pccsrcdir' goto pccsrcdir
if '%1' == '/pcclibssrcdir' goto pccli... | 4,690 |
the-stack-v2-dedup | Batchfile | python -m http.server 8888 | 4,691 |
the-stack-v2-dedup | Batchfile | @echo off
set JAVA=java
if exist "%JAVA_HOME%\bin\java.exe" set JAVA="%JAVA_HOME%\bin\java"
pushd %~dp0
set ONTOP_HOME=%CD%
popd
set CLASSPATH=%ONTOP_HOME%\lib\*
set EXT_DIRS=%ONTOP_HOME%\lib;%ONTOP_HOME%\jdbc
%JAVA% -cp %CLASSPATH% -Dlogback.configurationFile=%ONTOP_HOME%\log\logback.xml -Djava.ext.dirs=%EXT_DIRS%... | 4,692 |
the-stack-v2-dedup | Batchfile | @echo off
if "%1"=="" goto loop
copy cechas%1.in cechas.in >nul
echo Problem Test
echo Data %1
time<enter
cechas.exe
time<enter
fc cechas.out cechas%1.out
del cechas.in
del cechas.out
pause
goto end
:loop
for %%i in (1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17) do call %0 %%i
:end
| 4,693 |
the-stack-v2-dedup | Batchfile | @chcp 65001
call vrunner run --no-wait %*
| 4,694 |
the-stack-v2-dedup | Batchfile | call qadcmpr . \10c /s /x@git.exc
call qrw ad.rpt /re=S | 4,695 |
the-stack-v2-dedup | Batchfile | @echo off
SETLOCAL EnableDelayedExpansion
for /F "tokens=1,2 delims=#" %%a in ('"prompt #$H#$E# & echo on & for %%b in (1) do rem"') do (
set "DEL=%%a"
)
SET /p s="Please enter Season Number. (01-04): "
SET /p e="Please enter Episode Number. (01-30): "
for %%a in (%~dp0Import-Subtitles\*.mp4) do set v=%%a
SET f=Code ... | 4,696 |
the-stack-v2-dedup | Batchfile | del *.class A4.java A4.output
java JLex.Main A4.lex
java java_cup.Main -parser A4Parser -symbols A4Symbol < A4.cup
javac A4.lex.java A4Parser.java A4Symbol.java A4User.java
java A4User
javac A4.java
java A4
more A4.output
| 4,697 |
the-stack-v2-dedup | Batchfile | @echo off
cd Runtime
xcopy "Assets" "..\Binaries\Release\Standard Assets\" /E /I
premake5 vs2017
pause | 4,698 |
the-stack-v2-dedup | Batchfile | helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx
helm repo update
| 4,699 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.