source string | code_lang string | content string | idx int64 |
|---|---|---|---|
the-stack-v2-dedup | Batchfile | @ECHO OFF
php "%~dp0valera" %*
| 6,100 |
the-stack-v2-dedup | Batchfile | es_run_env/Scripts/activate
pip install -r requirements.txt
timeout 5
python code/server/es_run_all.py | 6,101 |
the-stack-v2-dedup | Batchfile | \\vnhocapfs101\Apps\RemoteAssistant\RemoteAccess_to_VNHOC1N0218_Inc00062a.bat VNHOC1N0218 62
| 6,102 |
the-stack-v2-dedup | Batchfile | @echo off
set ERROR_CODE=0
if not "%LETA_HOME%"=="" goto runLeta
echo.
echo ERROR: LETA_HOME not found in your environment.
echo Please set the LETA_HOME variable in your environment to match the
echo location of the Leta installation
echo.
goto error
:runLeta
@REM -- Regular WinNT shell
set LETA_CMD... | 6,103 |
the-stack-v2-dedup | Batchfile | cmd_lib/parman.mod := { echo lib/parman.o; echo; } > lib/parman.mod
| 6,104 |
the-stack-v2-dedup | Batchfile | @echo off
cd /d .\software
start /min Notice.bat
cd ..
exit
| 6,105 |
the-stack-v2-dedup | Batchfile | "C:\Program Files (x86)\MiniZinc IDE (bundled)\mzn2fzn.exe" Second.mzn -o Second.fzn -D"n = %*"
"C:\Program Files (x86)\MiniZinc IDE (bundled)\fzn-gecode.exe" -a Second.fzn
rm -f Second.fzn
| 6,106 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
ECHO generation of ranking by pvalue with positive filtering
SET allfilters1=-filter=(arth,MD,GEO,filter,deltadeg) -filter=(arth,MD,GEO,filter,size_x_deltadeg) -filter=(arth,cpd05j08,GEO,filter,deltadeg) -filter=(arth,cpd05j08,GEO,filter,size_x_deltadeg)
SET allfilters2=-filter=(arth,MD,DM,filter,delta... | 6,107 |
the-stack-v2-dedup | Batchfile | "C:\Program Files\ffmpeg\bin\ffmpeg.exe" -f gdigrab -framerate 30 -i title="Haxademic" -c:v h264_nvenc -qp 0 output-4.mkv
REM -i desktop
| 6,108 |
the-stack-v2-dedup | Batchfile | @echo off
REM Only create the network if it does not already exist
set network_name=quartznet
set existing_network=
for /f %%i in ('docker network ls --filter name^=%network_name% --format^="{{ .Name }}"') do set existing_network=%%i
if not "%existing_network%" == "%network_name%" (
echo Creating network
docker ne... | 6,109 |
the-stack-v2-dedup | Batchfile | @if exist generic.err del generic.err > nul
@start /w hcrtf -x generic.hpj
@if exist generic.err type generic.err
| 6,110 |
the-stack-v2-dedup | Batchfile | CD target
java -jar IntroTask_TransAvia-1.0-SNAPSHOT.jar --testng=..\src\main\resources\testng.xml --driver=chrome
EXIT | 6,111 |
the-stack-v2-dedup | Batchfile | @echo off
rem If Your use cURL version before 7.66.0, delete -Z swith: -C - -LR --create-dirs
setlocal enableextensions
if "%2" == "" (set lng=ru) else (set lng=%2)
if "%1" == "" (echo Missing parameter version number. Usage: tbdn 78.4.3 [^<lang^>] & pause & exit /b)
curl.exe -C - -LRZ --create-dirs --output Tund... | 6,112 |
the-stack-v2-dedup | Batchfile | @echo off
echo This script installs
choco install wget
choco install unzip
mkdir temp
mkdir temp\dbfit-complete
wget -nc https://github.com/dbfit/dbfit/releases/download/v3.2.0/dbfit-complete-3.2.0.zip -O temp\dbfit-complete.zip
unzip -n temp\dbfit-complete.zip -d temp\dbfit-complete
| 6,113 |
the-stack-v2-dedup | Batchfile | relNotesFileName=artifacts/$(ectool getProperty "/myJob/relNotesFile")
echo "----------------------------------------------------------" >> ${relNotesFileName}
echo "---------------- Nexus IQ Server analysis ----------------" >> ${relNotesFileName}
echo "----------------------------------------------------------" >> ${... | 6,114 |
the-stack-v2-dedup | Batchfile | engine\AppLoader.exe SocketIO\main.py | 6,115 |
the-stack-v2-dedup | Batchfile | @echo Creating infrastructure
@echo off
sqlcmd -S localhost -E -i %cd%\createDB.sql
sqlcmd -S localhost -E -i %cd%\createTable.sql
sqlcmd -S localhost -E -i %cd%\initialData.sql
@echo Creating store procedures, functions and triggers
@echo off
sqlcmd -S localhost -E -i %cd%\insertUser.sql
sqlcmd -S localhost -E -i ... | 6,116 |
the-stack-v2-dedup | Batchfile | @echo off
".nuget\NuGet.exe" "install" "FAKE.Core" "-OutputDirectory" "tools" "-ExcludeVersion" "-version" "4.4.2"
:build
cls
SET TARGET="Default"
IF NOT [%1]==[] (SET TARGET="%1")
IF %TARGET%=="Default" (SET RunTests=runTests)
IF %TARGET%=="RunTests" (SET RunTests=runTests)
SET BUILDMODE="Release"
IF NOT %TARGET%... | 6,117 |
the-stack-v2-dedup | Batchfile | @echo off
rem onedrive_remove.bat
rem Disables and removes OneDrive from Windows 10.
rem Inspired by https://answers.microsoft.com/en-us/onedrive/forum/odoptions-oddesktop/how-to-uninstall-onedrive-completely-in-windows-10/e735a3b8-09f1-40e2-89c3-b93cf7fe6994
rem Tested with Win 10 Pro 64bit (1703).
rem by Ingo Breßler... | 6,118 |
the-stack-v2-dedup | Batchfile | cd BigFileSorting.TestFileGenerator.Console\bin\Release
BigFileSorting.TestFileGenerator.Console.exe /target_file="F:\BigFileSorterTestData\BigTestFile.txt" /encoding=unicode /file_size_gb=20 /unique_strings=50000 | 6,119 |
the-stack-v2-dedup | Batchfile | @echo off
rem asim.bat
rem Format: asim masfilename_less_extension
if "%1"=="" goto err
mas %1
@echo off
if errorlevel 1 goto end
sim %1 %2 %3 %4 %5 %6 %7 %8 %9
goto end
:err
echo Error: File name not specified
echo Format: asim masfilename_less_extension
:end
| 6,120 |
the-stack-v2-dedup | Batchfile | :: Grab xpkg from http://components.xamarin.com/submit/xpkg and put contents of the zip into xpkg
xpkg\xamarin-component.exe create-manually fluentlayout-1.0.0.xam ^
--name="FluentLayout" ^
--summary="FluentLayout, provides a fluent API for constraint-based layouts in Xamarin.iOS." ^
--website="https://github.com/s... | 6,121 |
the-stack-v2-dedup | Batchfile | cd C:\nodejs\zhengquan
node app.js | 6,122 |
the-stack-v2-dedup | Batchfile | @rem
@rem Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
@rem All rights reserved.
@rem This component and the accompanying materials are made available
@rem under the terms of "Eclipse Public License v1.0"
@rem which accompanies this distribution, and is available
@rem at the URL "http://www.eclipse... | 6,123 |
the-stack-v2-dedup | Batchfile | title Run UI
:loop
python ui.py
pause
cls
goto loop | 6,124 |
the-stack-v2-dedup | Batchfile | cmd_/scratch/julian/2009q3-respin-linux-lite/obj/linux-2009q3-67-arm-none-linux-gnueabi-i686-pc-linux-gnu/tmp-install/include/linux/tc_ematch/.install := perl scripts/headers_install.pl /scratch/julian/2009q3-respin-linux-lite/obj/linux-2009q3-67-arm-none-linux-gnueabi-i686-pc-linux-gnu/include/linux/tc_ematch /scratch... | 6,125 |
the-stack-v2-dedup | Batchfile | cmd_net/bridge/netfilter/ebt_mark_m.ko := ld -r -m elf_x86_64 -z max-page-size=0x200000 --build-id -T ./scripts/module-common.lds -o net/bridge/netfilter/ebt_mark_m.ko net/bridge/netfilter/ebt_mark_m.o net/bridge/netfilter/ebt_mark_m.mod.o; true
| 6,126 |
the-stack-v2-dedup | Batchfile | @echo off
:: Run manual scan and upload results to hunt instance from the surveyed host
:: Can use manually, in a schedule task (SYSTEM level), or GPO Startup Script (Note: Logon script will not work as it operates with the user's non-admin permissions)
:: Best Reference for steps: https://www.petri.com/run-startup-scr... | 6,127 |
the-stack-v2-dedup | Batchfile | cl /I ..\Core ShapeSimplification.cpp /EHsc | 6,128 |
the-stack-v2-dedup | Batchfile | @echo off
SET /P var_username=Please Enter User Name:
SET /P var_password=Please Enter Password:
SET /P var_distributionpoint= Please Enter Distribution Point:
psexec.exe -u %var_username% -p %var_password% @hosts.txt "%var_distributionpoint%\webrootinstall.bat" | 6,129 |
the-stack-v2-dedup | Batchfile | @echo off
mkdir build
cd ./build
cmake -G"Visual Studio 14 2015 Win64" ..
rem cmake -DCMAKE_BUILD_TYPE=Debug -G"Visual Studio 14 2015 Win64" ..
rem cmake -DCMAKE_BUILD_TYPE=Release -G"Visual Studio 14 2015 Win64" ..
pause | 6,130 |
the-stack-v2-dedup | Batchfile | rem This script stages the G2 PI Bridge for promotion.
setlocal
echo y | rmdir /s %SANDBOX%\stage\g2pi
mkdir %SANDBOX%\stage\g2pi
mkdir %SANDBOX%\stage\g2pi\kbs
mkdir %SANDBOX%\stage\g2pi\bin
rem Copy the kbs
copy %SRCBOX%\g2pi\kbs\g2-pi.kb %SANDBOX%\stage\g2pi\kbs
rem Copy the executables. One we bu... | 6,131 |
the-stack-v2-dedup | Batchfile | @echo off
set T_FILENAME="TR_Simpsons, The - Night of the Living Treehouse of Horror (USA, Europe).gbc"
set S_FILENAME="Simpsons, The - Night of the Living Treehouse of Horror (USA, Europe).gbc"
set SCRIPTNAME="simpsonsthenightofthelivingtreehouseofhorrorgbc"
java -jar Hextractor.jar -cip %S_FILENAME% %T_FILENAME% %SCR... | 6,132 |
the-stack-v2-dedup | Batchfile | @echo off
pushd %~dp0
call ..\doc_src\make_doc.bat
set zip="\program files\7-zip\7z.exe"
del *.zip
call %zip% a -tzip de.zip -ir@include.txt -xr@exclude.txt
call %zip% a -tzip de_amichel.com.zip de.zip ..\doc\
popd
| 6,133 |
the-stack-v2-dedup | Batchfile |
@set filepath = %~dp0
REM cd ../../../../../Common/PythonUnity/ProjectConfig/Script
cd ../../../../../Common/PythonUnity/ProjectConfig/Script
python ProjectManager.py %~dp0 CopyCommonScript
@Pause
| 6,134 |
the-stack-v2-dedup | Batchfile | verifast -shared -emit_vfmanifest ..\..\..\bin\listex.vfmanifest listex2.c
verifast -shared -emit_vfmanifest ..\..\..\bin\list.vfmanifest ..\..\..\bin\listex.vfmanifest listex2.vfmanifest slist.c
verifast -shared -emit_vfmanifest ..\..\..\bin\list.vfmanifest ..\..\..\bin\listex.vfmanifest listex2.vfmanifest map.c
verif... | 6,135 |
the-stack-v2-dedup | Batchfile | set JAVA_OPTS=-Xmx1024M -Xms1024M -Xss1M -XX:+UseParallelGC
set APP_CLASSPATH=.\lib\*;.\conf
set JMX_OPTS=-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.port=2609 -Djava.rmi.server.hostname=localhost
"%JAVA_HOME%\... | 6,136 |
the-stack-v2-dedup | Batchfile | adb uninstall com.theotherside
call react-native run-android
Setlocal
(Set apkurl=\android\app\build\outputs\apk\app-debug.apk)
(Set fullapkurl=%cd%%apkurl%)
call adb install %fullapkurl%
call adb reverse tcp:8081 tcp:8081
call adb shell am start -n com.theotherside/com.theotherside.MainActivity
| 6,137 |
the-stack-v2-dedup | Batchfile | oscript -encoding=utf-8 .git/hooks/v8files-extractor.os --decompile epf src | 6,138 |
the-stack-v2-dedup | Batchfile | set rscript="C:\Program Files\R\R-4.0.2\bin\Rscript.exe"
%rscript% main_nba_2019_2020_colley_plot.R
rundll32 user32.dll,MessageBeep
pause
| 6,139 |
the-stack-v2-dedup | Batchfile | @echo off
for /l %%v in (0, 1, 5) do (
start cmd.exe
)
pause | 6,140 |
the-stack-v2-dedup | Batchfile | @echo off
rem vsce login cstechnologies
rem 1.0.0 -> 1.1.0
vsce publish minor -p PAT
| 6,141 |
the-stack-v2-dedup | Batchfile | echo off
set tag=%*
set desc=%*
java -Xmx64m -jar ${project.build.finalName}.${project.packaging} -tag %tag% -desc "%desc%" | 6,142 |
the-stack-v2-dedup | Batchfile | call version.cmd
cd ..
docker build --no-cache --tag ms4b/1c-hasp:%ver% . | 6,143 |
the-stack-v2-dedup | Batchfile | # This file was automatically generated on Tue 24 Feb 2015 16:11:07 GMT from
# source: /dls_sw/prod/R3.14.12.3/support/zebra/1-13/etc/makeIocs/test.xml
#
# *** Please do not edit this file: edit the source file instead. ***
#
cd ../..
< envPaths
epicsEnvSet "EPICS_TS_MIN_WEST", '0'
# Loading libraries
# ---------... | 6,144 |
the-stack-v2-dedup | Batchfile | @echo off
REM Runs Gallio.Echo from within the source tree.
REM Can be run with Mono if the MONO variable is set to the Mono VM path (mono.exe).
%MONO% "%~dp0Extensions\Echo\Gallio.Echo\bin\Gallio.Echo.exe" "/pd:%~dp0." %*
| 6,145 |
the-stack-v2-dedup | Batchfile | @echo off
set T_FILENAME="TR_Dungeon Explorer (USA).pce"
set SCRIPTNAME="dungeonexplorerpce"
java -jar Hextractor.jar -eh %T_FILENAME% %SCRIPTNAME%.ext.hex
pause
| 6,146 |
the-stack-v2-dedup | Batchfile | @call build.bat
dotnet test Source\Fluxor.sln
| 6,147 |
the-stack-v2-dedup | Batchfile | @echo off
python .\setup.py build
pause | 6,148 |
the-stack-v2-dedup | Batchfile | @echo RunMain
python main.py py2exe
| 6,149 |
the-stack-v2-dedup | Batchfile | set PERL5LIB=C:/Program Files (x86)/myRAST/deplib
"C:\Program Files (x86)\myRAST\bin\perl.exe" collect_seed_subsystem_proteins.pl seed seed_subsystems | 6,150 |
the-stack-v2-dedup | Batchfile | cd /d "E:\
cd "E:\RemotedProjects\CourseWork\nodeJs"
node tcpClient.js 1337 16384 1024
pause | 6,151 |
the-stack-v2-dedup | Batchfile | cmd_drivers/hid/hid-sunplus.mod := { echo drivers/hid/hid-sunplus.o; echo; } > drivers/hid/hid-sunplus.mod
| 6,152 |
the-stack-v2-dedup | Batchfile | @echo off
set SCRIPT_PATH=%~dp0
set SCRIPT_PATH=%SCRIPT_PATH:~0,-1%
cd "%SCRIPT_PATH%"
rmdir /Q /S build
mkdir build
cd build
set "PATH_TO_VCPKG=%SCRIPT_PATH%\3rdparty\vcpkg"
cmake -DCMAKE_TOOLCHAIN_FILE=%PATH_TO_VCPKG%\scripts\buildsystems\vcpkg.cmake -DVCPKG_TARGET_TRIPLET=x64-windows -A x64 ..
cmake --build . --... | 6,153 |
the-stack-v2-dedup | Batchfile | @REM ----------------------------------------------------------------------------
@REM Copyright 2001-2006 The Apache Software Foundation.
@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 o... | 6,154 |
the-stack-v2-dedup | Batchfile | packages\Persimmon.Console.1.2.0\tools\Persimmon.Console.exe FunnyScript.Test\bin\Debug\FunnyScript.Test.dll
| 6,155 |
the-stack-v2-dedup | Batchfile | @echo off
set CLOJURE_HOME=%~dp0
set LIB_PATH=%CLOJURE_HOME%\lib
set SRC_PATH=%CLOJURE_HOME%\src
set CLASS_PATH=%CLOJURE_HOME%\classes
mkdir %CLASS_PATH%
echo %LIB_PATH%
java -classpath %LIB_PATH%\* clojure.main
pause
| 6,156 |
the-stack-v2-dedup | Batchfile | echo register vim
rem ===========vim==========
set VIM_HOME=%WIN_SHELL_APPS%\vim
wmic ENVIRONMENT where "name='VIM_HOME'" delete
wmic ENVIRONMENT create name='VIM_HOME',username="<system>",VariableValue="%VIM_HOME%"
rem ===========vim end==========
rem register
wmic ENVIRONMENT where "name='PATH' and usernam... | 6,157 |
the-stack-v2-dedup | Batchfile | @echo off
taskkill /im PCCleaner.exe /t /f
taskkill /im PCCNotifications.exe /t /f
net stop PcaSvc
net stop PcaSvc
rd /s /q "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\PC Cleaner"
rd /s /q "C:\ProgramData\PC Cleaner"
rd /s /q "C:\Program Files (x86)\PC Cleaner"
rd /s /q "%appdata%\PC Cleaner"
cd c:\
cd wi... | 6,158 |
the-stack-v2-dedup | Batchfile | @echo off
echo ----------------------------------------------
echo Starting: Tokopedia Auto Promote...
echo (Press CTRL+C to stop, enter Y, hit Enter)
echo -
echo -
echo -
:sub_execute_promote
echo --------------------------------------
echo Execute: Tokopedia Auto Promote
echo -
curl -H "Content-Type: application/j... | 6,159 |
the-stack-v2-dedup | Batchfile | @echo off
echo subindo conteiner oracle ....
echo .
echo.
echo Executando um docker ps para mostrar o conteiner UP
echo Se aparecer um hash abaixo, eh pq subiu o conteiner
docker run -d -p 49160:22 -p 1521:1521 -e ORACLE_ALLOW_REMOTE=true wnameless/oracle-xe-11g
pause | 6,160 |
the-stack-v2-dedup | Batchfile | @echo off
echo Building all dots
dot -T png -K neato acquaintances01.dot > acquaintances01.png
dot -T png -K dot acquaintances02.dot > acquaintances02.png
dot -T png -K dot acquaintances03.dot > acquaintances03.png
dot -T png -K dot path_out_010.dot > path_out_010.png
dot -T png -K dot path_out_020.dot > path_out_020... | 6,161 |
the-stack-v2-dedup | Batchfile | :: SET TETRAD INPUT FILE
:: -----------------------------
SET DATFILE=RUN0
SET ISRESTART=N
SET RESFILE=
:: SET Working Dirs
:: -----------------------------
SET WKDIR="D:\Shared\PMBA\Scripts\GitRepos\tetrad-forecast\test"
SET SVRWKDIR="\\IBMHO-PC03E9Q5\Shared\PMBA\Scripts\GitRepos\tetrad-forecast\test\"
SET SVRWKDIRLO... | 6,162 |
the-stack-v2-dedup | Batchfile | REM =================================
start cmd /u /c "dir /s /b /a:d E:\Shares > E:\Shares\Admin\%COMPUTERNAME%\listdir.e.txt"
start cmd /u /c "dir /s /b E:\Shares > E:\Shares\Admin\%COMPUTERNAME%\listfile.e.txt"
REM start cmd /u /c "dir /s /b /a:d F:\Shares > E:\Shares\Admin\%COMPUTERNAME%\listdir.f.txt"
RE... | 6,163 |
the-stack-v2-dedup | Batchfile | echo on
cd book
java ComputeTax
pause | 6,164 |
the-stack-v2-dedup | Batchfile | protoc --proto_path=protos --go_out=plugins=grpc:./../ --validate_out=lang=go:./../ protos/model/*.proto
protoc --proto_path=protos --go_out=plugins=grpc:./../ protos/*.proto
::gateway
protoc --proto_path=protos --grpc-gateway_out=logtostderr=true:./../ protos/model/*.proto
protoc --proto_path=protos --grpc-gatewa... | 6,165 |
the-stack-v2-dedup | Batchfile | @echo off
:: git commit hash
FOR /F "tokens=*" %%g IN ('git rev-parse --short HEAD') do (SET VAR=%%g)
::local time
for /F "usebackq tokens=1,2 delims==" %%i in (`wmic os get LocalDateTime /VALUE 2^>NUL`) do if '.%%i.'=='.LocalDateTime.' set ldt=%%j
set ldt=%ldt:~0,4%-%ldt:~4,2%-%ldt:~6,2%
set date=%ldt%
echo *** Gener... | 6,166 |
the-stack-v2-dedup | Batchfile | @echo off
set GLEW="../../external/glew-2.1.0"
set YAML="../../external/yaml-cpp/include"
set GLM="../../external/glm"
set TINY_OBJ="../../external/tinyobjloader"
set STB="../../external/stb"
set WARN=-W4 -wd4201 -wd4100 -wd4996
set OPENMP=
set OPT=/Od
set MODEFLAGS=/FS /MDd -Zi /Fo"debug/obj"\ /Fd"debug/obj"\
set MO... | 6,167 |
the-stack-v2-dedup | Batchfile | cls
del Source.exe
rc.exe Text.rc
cl.exe /c /EHsc Source.cpp -I "Include/" -I "resources/" -I "Include/glew/include/"
link.exe Source.obj Text.res user32.lib gdi32.lib kernel32.lib opengl32.lib "Include/glew/lib/Release/Win32/glew32.lib"
del Source.obj
Source.exe | 6,168 |
the-stack-v2-dedup | Batchfile | java -Dfile.encoding=UTF-8 -jar PPkToolServer.jar
| 6,169 |
the-stack-v2-dedup | Batchfile | "%JAVA_HOME%\javadb\bin\NetworkServerControl.bat" %1
| 6,170 |
the-stack-v2-dedup | Batchfile | @echo off
bcdedit /set testsigning on
bcdedit.exe /set nointegritychecks on
shutdown -r -t 0 | 6,171 |
the-stack-v2-dedup | Batchfile | @echo off
setlocal enabledelayedexpansion
for %%a in ( eg*.tex ) do (
call makeclear
set jobfile=%%a
set jobname=!jobfile:~0,-4!
echo %%a
echo !jobfile!
echo !jobname!
xelatex.exe --synctex=-1 !jobfile!
biber !jobname!
xelatex.exe --synctex=-1 !jobfile!
)
setlocal DISABLEDELAYEDEXPANSION
call makecle... | 6,172 |
the-stack-v2-dedup | Batchfile | chcp 65001
"G:\vs2019\vs2019IDE\VC\Tools\MSVC\14.28.29910\bin\HostX86\x64\nmake.exe" %* | 6,173 |
the-stack-v2-dedup | Batchfile | start thirdparty/premake/premake5.exe gmake
PAUSE | 6,174 |
the-stack-v2-dedup | Batchfile | java -classpath npe-tools-1.0.jar;npe-baggage-1.0.jar;npe-base-1.0.jar net.npe.tools.Bag %*
| 6,175 |
the-stack-v2-dedup | Batchfile | @echo off
setlocal
set mplayer=C:\Portable\mplayer
set path=%path%;%mplayer%\mplayer;%mplayer%\ffmpeg;%mplayer%\flac
%~d1
cd "%~p1"
echo. & echo Example: ffmpeg -i video -i audio -vcodec copy -acodec copy video_mux & echo.
call cmd
rem Test
for /f "tokens=1,2 delims==" %%a in (%mplayer%\mplayer\mplayer\config) do (
if... | 6,176 |
the-stack-v2-dedup | Batchfile |
cd /D %~dp0
cd ..
mvn clean install tomcat7:redeploy -P admin
pause
| 6,177 |
the-stack-v2-dedup | Batchfile | REM ###############
REM Debug version
REM ###############
set TOP=%CD%\..
call ..\env.bat
cd
mkdir ..\framework_debug
cd ..\framework_debug
set MYPRO=..\framework\framework.pro
call ..\make_debug.bat
copy log_debug.txt ..\framework\log_debug.txt
cd ..\framework
pause | 6,178 |
the-stack-v2-dedup | Batchfile | @VERIFY other 2>nul
@SETLOCAL EnableDelayedExpansion
@IF ERRORLEVEL 1 (
@ECHO Unable to enable extensions
@GOTO failure
)
@REM Connect up the current ssh-agent
@ECHO Removing old ssh-agent sockets
@FOR /d %%d IN (%TEMP%\ssh-??????*) DO @RMDIR /s /q %%d
@start /WAIT my-start-ssh-agent.bat
@pause 2
:ssh_agent... | 6,179 |
the-stack-v2-dedup | Batchfile | cmdcruncher.exe -i level00.raw -noSAFELdadr -DepackAdr $3000 -o level00.bin -binfile
cmdcruncher.exe -i level01.raw -noSAFELdadr -DepackAdr $43ec -o level01.bin -binfile
cmdcruncher.exe -i level02.raw -noSAFELdadr -DepackAdr $57d8 -o level02.bin -binfile
pause | 6,180 |
the-stack-v2-dedup | Batchfile | Call Dummy_bat_1.bat
start cmd /c Dummy_bat_2.bat | 6,181 |
the-stack-v2-dedup | Batchfile | REM =============================
REM WiFi Passview - https://github.com/WarenGonzaga/wrn-passview
REM An open source batch script based program that can recover your WiFi Password easily in seconds.
REM Version: 2.5.5 [Karin]
REM Github: https://github.com/WarenGonzaga/wrn-passview
REM Licensed Under The MIT License: ... | 6,182 |
the-stack-v2-dedup | Batchfile | d:
cd /NiDictionary
dir
call npm --version
call npm install
start npm run start
start http://localhost:2095/ | 6,183 |
the-stack-v2-dedup | Batchfile | dotnet clean MumbleSharp\MumbleSharp.csproj -c Release
dotnet build MumbleSharp\MumbleSharp.csproj -c Release
dotnet pack MumbleSharp\MumbleSharp.csproj -c Release -o NuGetRelease | 6,184 |
the-stack-v2-dedup | Batchfile | gppg /gplex /report asm_file.y
gplex asm_file.lex | 6,185 |
the-stack-v2-dedup | Batchfile | ../../../../.git/annex/objects/V5/xk/MD5E-s4285--4e53804d5d6962731a84647f1d0c0b85.cmd/MD5E-s4285--4e53804d5d6962731a84647f1d0c0b85.cmd | 6,186 |
the-stack-v2-dedup | Batchfile | SET mypath=%~dp0
CD %mypath:~0,-1%
SET "SOLUTION_FILE_PATH=%CD%\Sebrae.Academico.sln"
SET "BUILD_LOCATION=%CD%\BUILDS"
@echo off
for /f "tokens=2 delims==" %%a in ('wmic OS Get localdatetime /value') do set "dt=%%a"
set "YY=%dt:~2,2%" & set "YYYY=%dt:~0,4%" & set "MM=%dt:~4,2%" & set "DD=%dt:~6,2%"
set "HH=%dt:~8,2%" ... | 6,187 |
the-stack-v2-dedup | Batchfile | @echo off
cls
reg add "HKCU\Control Panel\Desktop" /v Wallpaper /t REG_SZ /f /d C:/test/wallpaper.bmp
RUNDLL32.EXE user32.dll, UpdatePerUserSystemParameters | 6,188 |
the-stack-v2-dedup | Batchfile | /* which for BASH and CMD under OS/2 */
call RxFuncAdd SysLoadFuncs,RexxUtil,SysLoadFuncs
call SysLoadFuncs
/* this is the correct execution order under bash; however not under cmd: */
/* search for *.exe on all paths first; then for *.cmd etc. */
/* search for *.exe, *, *.cmd in this direction */
/* parse source os ... | 6,189 |
the-stack-v2-dedup | Batchfile | @echo off
cls
echo This test block runs through a simple list of calls that test the elevator's up and down motion.
echo Calls are made at the beginning and then processed.
curl -s -X DELETE http://localhost:8080/car > nul
echo.
echo Sending requests TO floors 2, 7 and 4
curl -H "Content-Type: application/json... | 6,190 |
the-stack-v2-dedup | Batchfile | cmd_drivers/media/pci/pt3/built-in.a := rm -f drivers/media/pci/pt3/built-in.a; ar cDPrST drivers/media/pci/pt3/built-in.a
| 6,191 |
the-stack-v2-dedup | Batchfile | :before
:: Description: Checks if outfile exists, renames it if it does. Logs actions.
:: Class: command - internal
:: Required preset variables:
:: projectlog
:: projectbat
:: curcommand
:: Optional preset variables:
:: outfile
:: writebat
:: Optional variables:
:: echooff
:: Func calls:
:: funcdebugstar... | 6,192 |
the-stack-v2-dedup | Batchfile | @git add --all
@git commit -m "%1"
@git push --force | 6,193 |
the-stack-v2-dedup | Batchfile | set mongoCmd=c:\data\mongodb\bin\mongod
set restDir=..\
set nodejsCmd=node
set dbpath=c:\data\db
taskkill /t /fi "WINDOWTITLE eq mongo-rest*"
rem timeout 6 >nul
start "mongo-rest mongo" %mongoCmd% --dbpath %dbpath%
start "mongo-rest node" %nodejsCmd% server.js
| 6,194 |
the-stack-v2-dedup | Batchfile |
sc start UMSTCPSERVICE
pause() | 6,195 |
the-stack-v2-dedup | Batchfile | @echo off
set input=%1
set outputTxt=%2
set inputArg=%3
set tempExe=aaatemp.exe
rem -----executing...----
call createExe.bat %input% %tempExe%
call createOutput.bat %tempExe% %outputTxt% %inputArg% | 6,196 |
the-stack-v2-dedup | Batchfile | pg_dump --no-acl --no-owner -h localhost -U postgres dvdactor | heroku pg:psql | 6,197 |
the-stack-v2-dedup | Batchfile | title "Otdel OT"
cls
python -i ./otdelot2.py
color
exit | 6,198 |
the-stack-v2-dedup | Batchfile | @echo off
C:
cd \cygwin64\home\Root
set HOME=/home/Root
\cygwin64\bin\bash -i -l
| 6,199 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.