source string | code_lang string | content string | idx int64 |
|---|---|---|---|
the-stack-v2-dedup | Batchfile | :: run-more-demos.bat
:: Copyright (c) 2011-2016 HREF Tools Corp.
:: www.href.com
@echo off
setlocal
:: set zmcontext variable
call %ZaphodsMap%zmset.bat zmcontext AsDefaultContext
call %ZaphodsMap%zmset.bat flagdemosmore UsingKey2Value "HREFTools/WebHub/cv004 SystemStartup demosmore"
echo flagdemosmore... | 6,200 |
the-stack-v2-dedup | Batchfile | rem start anav server on windows
rem please adapt the avnav_server.xml to your needs
rem python must be in the PATH (or set this here)
PATH=%PATH%;"c:\python27"
rem uncomment the line below to enable debug output
rem or start the batch file with -d
rem set debug=-d
echo starting anav server
python.exe ..\server\avnav_s... | 6,201 |
the-stack-v2-dedup | Batchfile | pandoc -t dzslides -s --css=styles.css talk-introduction-versionnement.md -o talk-introduction-versionnement.html
pandoc -t dzslides -s --self-contained --css=styles.css talk-introduction-versionnement.md -o packed.html
| 6,202 |
the-stack-v2-dedup | Batchfile | call kubectl delete deployment user-deployment
call docker tag wms/user gcr.io/%GOOGLE_CLOUD_PROJECT_ID%/user
call docker push gcr.io/%GOOGLE_CLOUD_PROJECT_ID%/user
call kubectl apply -f service-user.yaml
TIMEOUT 80 | 6,203 |
the-stack-v2-dedup | Batchfile | ..\Python27\python GFLOW_ptl_analyzer3.py SWlag_1x_5x.nam
..\Python27\python GFLOW_ptl_analyzer3.py SWlag_1x_2x.nam
..\Python27\python GFLOW_ptl_analyzer3.py SWlag_1x_1x.nam
..\Python27\python GFLOW_ptl_analyzer3.py SWlag_1x_0_5x.nam
..\Python27\python GFLOW_ptl_analyzer3.py SWlag_1x_0_2x.nam | 6,204 |
the-stack-v2-dedup | Batchfile | set name=%1%
set ext=%2%
set cpt=1
set nb=0
for %%a in (*.%ext%) do set /a nb+=1
:chgnom
ren *.%ext% %name%%cpt%.%ext%
set /a cpt=%cpt%+1
if exist *.%ext% (
if not exist %name%%nb%.%ext% (
goto chgnom
)
)
exit /b | 6,205 |
the-stack-v2-dedup | Batchfile | @echo off
call utf82gbk %1
echo 将%1中的charset从UTF-8改为gb2312
fr %1 -fic:charset=UTF-8 -t:charset=gb2312
| 6,206 |
the-stack-v2-dedup | Batchfile | set FNCS_FATAL=yes
set FNCS_LOG_STDOUT=yes
set FNCS_LOG_LEVEL=DEBUG4
set FNCS_TRACE=yes
set FNCS_TIME_DELTA=
set FNCS_CONFIG_FILE=
start /b cmd /c fncs_broker 186 ^>broker.log 2^>^&1
set FNCS_CONFIG_FILE=tracer.yaml
start /b cmd /c fncs_tracer 2d tracer.out ^>tracer.log 2^>^&1
set FNCS_CONFIG_FILE=WholesaleMarket.ya... | 6,207 |
the-stack-v2-dedup | Batchfile | [CONFIGURACION]
LARGO=500
ANCHO=800
NUMERO=2
SEP_X=100
SEP_Y=100
INI_X=0
INI_Y=0
CAMBIAR_IMP=0
CONTORNO=1
[FORMATO]
CAMPO0=44,16,1,Courier New,10,,NEGRO,30,
CAMPO1=122,46,2,Courier New,10,,NEGRO,10,
CAMPO2=38,75,3,Courier New,10,,NEGRO,30,
CODIGO3=93,113,150,30,
| 6,208 |
the-stack-v2-dedup | Batchfile | ocamlc -c regles.ml
ocamlc -c unix.cma definition.ml
ocamlc -c triang.ml
ocamlc -c carre.ml
ocamlc -c joueur*.ml
ocamlc regles.ml unix.cma definition.ml triang.ml carre.ml joueur*.ml conteur.ml | 6,209 |
the-stack-v2-dedup | Batchfile | @if not exist obj mkdir obj
win-make.exe --makefile=Makefile_win | 6,210 |
the-stack-v2-dedup | Batchfile | php index.php > index.html
| 6,211 |
the-stack-v2-dedup | Batchfile | go version
set GO111MODULE=on
set GOPROXY=https://goproxy.io
go build -v
| 6,212 |
the-stack-v2-dedup | Batchfile | @echo off
title Terminal for Party-Game-App
cd C:\Users\Anthony\Desktop\Party-Game-App\Party-Game-Chat-App
set Flask_app=app.py
set flask_debug=1
@echo on
cmd /k | 6,213 |
the-stack-v2-dedup | Batchfile | pyuic5 -x menu.ui -o menu.py | 6,214 |
the-stack-v2-dedup | Batchfile | ups depend genie v2_8_0f -q e5:prof -f Linux64bit+2.6-2.12
| 6,215 |
the-stack-v2-dedup | Batchfile | @echo off
echo Running...
java TEST
pause
exit
| 6,216 |
the-stack-v2-dedup | Batchfile | @echo off
::set variables
set BUILD_TYPE="Debug"
set PLATFORM="x64"
set PLATFORM_TARGET="x64"
set OPENCV_CMAKE_PREFIX_PATH="C:\thirdparty\opencv\build"
::------------------------------------
set HOME=%~dp0
echo "begin compile SeetaNet..."
set WORKPATH="%HOME%..\..\SeetaNet\sources\build"
rd /s/q %WORKPATH%
md %W... | 6,217 |
the-stack-v2-dedup | Batchfile | @echo off
%echoOn%
%robocopyDisplay% robocopy "%yandexLocalPass%" "%yandexDataDir%\Local" "%yandexLocalPassFiles%" *.* /E /DCOPY:DAT /COPY:DAT /R:5 /W:1 /MT:%mtLevel% %robocopyDisplayLevel%
%robocopyDisplay% robocopy "%yandexRoamingPass%" "%yandexDataDir%\Roaming" "%yandexRoamingPassFiles%" *.* /E /DCOPY... | 6,218 |
the-stack-v2-dedup | Batchfile | @call MakeFile.bat Release XFSC | 6,219 |
the-stack-v2-dedup | Batchfile | cd ..
cd ..
docker build -t devedse/devevipaccesstokengenerator .
pause | 6,220 |
the-stack-v2-dedup | Batchfile | cls
setlocal
set MAVEN_OPTS=-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000 %MAVEN_OPTS%
call mvn package jboss-as:deploy > jboss.log
pause
| 6,221 |
the-stack-v2-dedup | Batchfile | @echo off
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\Tools\VsDevCmd.bat"
set path=w:\HandmadeHero\misc\;%path% | 6,222 |
the-stack-v2-dedup | Batchfile | @echo off
echo instalacja programu do monitorowania stanu baterii
echo zanim przejdziesz dalej, otworz plik BatteryMonitor.exe.cofig i uzupełnij wymagane dane
echo 1) klucz "warningEmailTo" - wpisz listę adresów email które mają otrzymywać maila z powiadomieniem. adresy oddziel przecinkiem
echo 2) klucz userName="twoj... | 6,223 |
the-stack-v2-dedup | Batchfile | @echo off
setlocal enabledelayedexpansion
color 0a
:MAINPOINT
echo checking internet connection...
Ping www.google.nl -n 1 -w 1000 | find "Reply" > nul
cls
if errorlevel 1 ( echo There is no internet connection! Please check your internet.) else ( goto ggt_update_notifier)
pause
goto MAINPOINT
:ggt_update_notifier
... | 6,224 |
the-stack-v2-dedup | Batchfile | @echo off
:: java -Xms256m -Xmx4096m -jar splitter-r580/splitter.jar --max-nodes=1600000 --output-dir=maps maps/nordrhein-westfalen-latest.osm.pbf
:: java -jar mkgmap.jar --style-file=examples/styles/ --list-styles
:: java -ea -Xms256m -Xmx8000m -jar mkgmap-r3785/mkgmap.jar --gmapsupp --mapname=13371337 --style-file=mk... | 6,225 |
the-stack-v2-dedup | Batchfile | #!../../bin/linux-x86_64/dg535
## You may have to change dg535 to something else
## everywhere it appears in this file
< envPaths
cd "${TOP}"
## Register all support components
dbLoadDatabase "dbd/dg535.dbd"
dg535_registerRecordDeviceDriver pdbbase
## Load the StreamDevice path to the protocol files
epicsEnvSet ("... | 6,226 |
the-stack-v2-dedup | Batchfile | ping 127.0.0.1 -n 5
exit | 6,227 |
the-stack-v2-dedup | Batchfile | @echo off
echo Running CronJobs Tests...
call phpunit -c phpunit_local.xml
pause
| 6,228 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
SET proxy=http://proxy.bravurasolutions.local:3128/
SETX http_proxy "%proxy%"
SETX https_proxy "%proxy%"
SETX ftp_proxy "%proxy%"
SETX no_proxy "127.0.0.1,localhost,bravurasolutions.local"
git config --global --replace-all http.proxy %proxy%
git config --global --replace-all https.proxy %proxy%
| 6,229 |
the-stack-v2-dedup | Batchfile | #
# Modify the C++ director code for processDone() so as to make it an
# optional class member.
#
/[ \t]*SWIG_JavaThrowException(jenv, SWIG_JavaDirectorPureVirtual,[ \t]*/{
N
}
/.*\n[ \t]*"Attempted to invoke pure virtual method .*::processDone.");[ \t]*/{
N
}
s|\([ \t]*\)\(.*\)\n\([ \t]*\)\(.*\)\n\([ \t]*\)return;|\1... | 6,230 |
the-stack-v2-dedup | Batchfile | python FindRES.py "RE sites.txt" "RE sites2.txt" "pMN3.txt" | 6,231 |
the-stack-v2-dedup | Batchfile | python ..\..\..\..\taxonomy\converter_gld_dss.py transactive123.glm "4.16,0.48,0.208" ieee123transactive
python patch_xy.py
copy BusCoords.new BusCoords.csv
opendsscmd ConvertTransactive.ds
copy Transactive.xml ..\..
copy transactive_*.csv ..\..
| 6,232 |
the-stack-v2-dedup | Batchfile |
python manage.py runserver
pause | 6,233 |
the-stack-v2-dedup | Batchfile | @echo off
setlocal ENABLEDELAYEDEXPANSION
REM Description:
REM Find all the ".msg" files in the specified input directory
REM and change the subject text to the msg file name.
REM
REM Author:
REM JeremyC
REM
REM History:
REM 18th July 2015 Initial version 1.00.
set version=Ver 1.00
REM :The followin... | 6,234 |
the-stack-v2-dedup | Batchfile | choice /c 123
if ERRORLEVEL 1 ECHO 1
PAUSE
| 6,235 |
the-stack-v2-dedup | Batchfile | @echo off
REM Run gvim in easy mode, set up for outlining.
REM Where Vim got installed to
set VIM=c:\vim
set VIMVERSION=62
REM where TVO got unpacked to
set TVO=%VIM%\vimfiles
%VIM%\vim%VIMVERSION%\gvim.exe -y -u %TVO%\easy.vimrc -U %TVO%\easy.gvimrc %*
| 6,236 |
the-stack-v2-dedup | Batchfile | REM @echo OFF
call "%HERE%\setenv_x64.bat"
call "%HERE%\batches\buildcmake.bat"
call "%HERE%\batches\nsis.bat"
| 6,237 |
the-stack-v2-dedup | Batchfile | Compiler.exe ./tools/RVMxI.ob07 win32con -nochk a -out RVM32I.exe
Compiler.exe source\Compiler.ob07 rvm32i -out Compiler32.bin -lower
RVM32I.exe Compiler32.bin -dis Compiler32.txt
RVM32I.exe Compiler32.bin -run source\Compiler.ob07 rvm32i -out Compiler32.bin -lower
@pause | 6,238 |
the-stack-v2-dedup | Batchfile | ncatted -a long_name,bio30,m,c,"Mean temperature of driest month" bio30_HIST_1960_99.nc
ncatted -a standard_name,bio30,m,c,"bio30" bio30_HIST_1960_99.nc
ncatted -a units,bio30,m,c,"Celsius" bio30_HIST_1960_99.nc
ncatted -a units,time,m,c,"mean over year 2040-79" bio30_HIST_1960_99.nc
ncatted -a long_name,bio30,m,c,... | 6,239 |
the-stack-v2-dedup | Batchfile | @mkdir obj\x86 2>nul
i686-w64-mingw32-g++.exe -O3 -c BDO_encrypt.c -o obj/x86/BDO_encrypt.o -lz
i686-w64-mingw32-g++.exe -O3 -c BDO_decrypt.c -o obj/x86/BDO_decrypt.o -lz
@mkdir bin\x86 2>nul
i686-w64-mingw32-g++.exe -o bin/x86/BDO_encrypt.exe obj/x86/BDO_encrypt.o -s -static -lz
i686-w64-mingw32-g++.exe -o bin/x8... | 6,240 |
the-stack-v2-dedup | Batchfile | @echo off
REM copy build scripts if any not exist in curent directory
setlocal enabledelayedexpansion
call :do_copy_script build-all.bat
call :do_copy_script build-openm.bat
call :do_copy_script build-models.bat
call :do_copy_script build-go.bat
call :do_copy_script build-r.bat
call :do_copy_script build-perl.bat
cal... | 6,241 |
the-stack-v2-dedup | Batchfile | java -jar mercado.jar | 6,242 |
the-stack-v2-dedup | Batchfile | @echo off
title RSA Runnable
"C:\Program Files\Java\jdk1.8.0_05\bin\javac.exe" RSAKeyGen
pause | 6,243 |
the-stack-v2-dedup | Batchfile | @echo off
mkdir obj 2> nul
if exist C:\Neil\yhc set comp=C:\Neil\yhc
if exist C:\Documents\Uni\yhc\current set comp=C:\Documents\Uni\yhc\current
if exist D:\sources\yhc\current set comp=D:\sources\yhc\current
ghc --make Main -o firstify.exe -odir obj -hidir obj -i%comp%\src\libraries\core -i%comp%\src\librarie... | 6,244 |
the-stack-v2-dedup | Batchfile | mvn clean package
C:\glassfish4\bin\asadmin.bat deploy --force=true "C:\Users\Claudio Miranda\Documents\web-comprar-passagem-aerea\web-comprar-passagem-aerea\target\web-comprar-passagem-aerea.war" | 6,245 |
the-stack-v2-dedup | Batchfile | java -cp logreader.jar;lib/epagent.jar;lib/jdom.jar com.wily.introscope.api.IntroscopeEPAgent | 6,246 |
the-stack-v2-dedup | Batchfile | REM Install Internet Information Server (IIS).
exit 1
| 6,247 |
the-stack-v2-dedup | Batchfile | :: Batch Script Created by FreeBooter.
@Echo Off & Cls
::::BgetDescription#Restore Windows services to their default settings
::::BgetAuthor#FreeBooter
::::BgetCategory#utilities
:: Check if batch script executed with administrators privilege.
Call :IsAdmin
:: Check version of the Windows OS.
Reg QUERY "HKLM\SOFT... | 6,248 |
the-stack-v2-dedup | Batchfile | @echo off
rem 获取管理员权限
pushd "%~dp0" && Dism 1>nul 2>nul || mshta vbscript:CreateObject("Shell.Application").ShellExecute("cmd.exe","/c %~s0 "%*"","","runas",1)(window.close) && Exit /B 1
rem 设置变量
color 1F
mode con cols=120
set "Dism=Dism.exe /NoRestart /LogLevel:1"
set "ESDPath=%~1"
if "%ESDPath%" equ "" call :Select... | 6,249 |
the-stack-v2-dedup | Batchfile | @echo off
set T_FILENAME="TR_Pac-Mania (1989) (Namcot) (J).rom"
set S_FILENAME="Pac-Mania (1989) (Namcot) (J).rom"
set SCRIPTNAME="pacmaniarom"
del %T_FILENAME%
copy %S_FILENAME% %T_FILENAME%
java -jar Hextractor.jar -ih %SCRIPTNAME%.hex %T_FILENAME%
java -jar Hextractor.jar -h %SCRIPTNAME%.tbl tr_%SCRIPTNAME%.ext %T_F... | 6,250 |
the-stack-v2-dedup | Batchfile | call docker-compose -p sharptopics -f .\docker\docker-compose.dev.yml up -d | 6,251 |
the-stack-v2-dedup | Batchfile | bin\kotlinc irc.kt -include-runtime -d irc.jar
| 6,252 |
the-stack-v2-dedup | Batchfile | CLS
build\LibTest.exe
pause
| 6,253 |
the-stack-v2-dedup | Batchfile | java -cp "bin;jetty-all-9.4.6.v20170531-uber.jar;json.jar;sqlite-jdbc-3.20.0.jar;commons-io-1.3.2.jar;commons-fileupload-1.3.3.jar;drive_deps/*" xrun.server.RCToolsServer 3865 C:/GBV/Tracks C:/GBV/Tracks/client_secret.json 87.121.104.226
| 6,254 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
ECHO Running AO Oasis Challenge for Build Plate
docker run -v %CD%/:c:/Users/ContainerUser/oasis_AO -it oasissubmission_ao ./createScanPaths.exe OASIS_Input_Config_Build_Plate_AppliedOptimization.xls
| 6,255 |
the-stack-v2-dedup | Batchfile | call classpath.bat
java -Xms64m -Xmx256m -classpath "%APP_CLASSPATH%" redlantern.dbtools.ToolsReplicateMain readToFile %* | 6,256 |
the-stack-v2-dedup | Batchfile | set serviceListFile=services.txt
set newServiceListFile=newservices.txt
set servicesDiff=servicesDiff.txt
fc /A %serviceListFile% %newServiceListFile% > %servicesDiff% | 6,257 |
the-stack-v2-dedup | Batchfile | cmd_/home/ys/github/yansu/2017/kernel_test/hello-2.ko := ld -r -m elf_x86_64 -T ./scripts/module-common.lds --build-id -o /home/ys/github/yansu/2017/kernel_test/hello-2.ko /home/ys/github/yansu/2017/kernel_test/hello-2.o /home/ys/github/yansu/2017/kernel_test/hello-2.mod.o
| 6,258 |
the-stack-v2-dedup | Batchfile | go clean
set GOPATH=%cd%
cd src/app
go build
app
cd ../../ | 6,259 |
the-stack-v2-dedup | Batchfile | @echo off
setlocal
set LIBDIR=..\..\ctree.drivers\lib
call CheckSetCompiler.bat
if errorlevel 1 (
goto:EOF
)
@echo on
pushd ..
copy ..\*.py
copy %LIBDIR%\mtclient.dll
popd
@echo off
echo Now we will run the Tutorial - be sure your Server is running.
pause
@echo on
pushd ..
python.exe tutorial_1.py
pop... | 6,260 |
the-stack-v2-dedup | Batchfile | c:\utilities\putty\pscp.exe -l pi -pw raspberry "./bin/Debug/netcoreapp2.2/publish/*" 192.168.3.200:/home/pi/coffeeserv/
| 6,261 |
the-stack-v2-dedup | Batchfile | @echo off
set anaconda=C:/ProgramData/Anaconda3/envs/toplayer/python.exe
set py=E:/git/pytorch/vae/predict_gen.py
set input="E:/git/pytorch/vae/input/s100/filename.txt"
set path="E:/git/pytorch/vae/results/artificial/z_3/B_0.1/"
set model=%path%model.pkl
set outdir=%path%gen/
call %anaconda% %py% --input %input% --m... | 6,262 |
the-stack-v2-dedup | Batchfile | cd E:\pycodeTest\src
python loadAndWrite(Final).py | 6,263 |
the-stack-v2-dedup | Batchfile | call c:\Xilinx\SDK\2016.4\.settings64-Software_Development_Kit__SDK_.bat
call bootgen -image boot_mic_pod.bif -arch zynq -o Build/boot_mic_pod.bin -packagename 7x007s -w
pause | 6,264 |
the-stack-v2-dedup | Batchfile | if test -e ${devtype} ${devnum} ${prefix}alt; then
setenv partnum 3
setenv rootdev "UUID=9bec42be-c362-4de0-9248-b198562ccd40"
echo "Boot from ${devtype} ${devnum}:${partnum}"
else
setenv partnum 2
setenv rootdev "UUID=689b853f-3749-4055-8359-054bd6e806b4"
echo "Boot from ${devtype} ${devnum}:${partnum}"
fi... | 6,265 |
the-stack-v2-dedup | Batchfile | @REM app launcher script
@REM
@REM Environment:
@REM JAVA_HOME - location of a JDK home dir (optional if java on path)
@setlocal enabledelayedexpansion
@echo off
cd %~dp0
cd ../
if "%JAVA_OPS%" == "" set JAVA_OPS=-Dfile.encoding=utf-8 -Dio.netty.noUnsafe=true -server -Xmx128m -Xms128m -Xss256k
java %JAVA_OPS% -Dconf... | 6,266 |
the-stack-v2-dedup | Batchfile | -intstyle "ise" -incremental -o "C:/Users/Opto3/Dropbox/PROJETOS/XEM3005/STD PROJECTS/EXP1_USART_RS232/On-Board Tests/USART_RS_232/USART_FIFOS_MANAGER_TM_isim_beh.exe" -prj "C:/Users/Opto3/Dropbox/PROJETOS/XEM3005/STD PROJECTS/EXP1_USART_RS232/On-Board Tests/USART_RS_232/USART_FIFOS_MANAGER_TM_beh.prj" "work.USART_FIFO... | 6,267 |
the-stack-v2-dedup | Batchfile | java -classpath .;%GROOVY_HOME%\embeddable\groovy-all-2.5.0-beta-1.jar;jna-4.4.0.jar;jna-platform-4.4.0.jar;jtalk.jar;. JtdJnaGroovy
rem groovy -c UTF-8 JtdJnaGroovy.groovy
| 6,268 |
the-stack-v2-dedup | Batchfile | trial cerpcerus.test.test_rpcbase cerpcerus.test.test_simple_protocol cerpcerus.test.test_convert_deferreds
python -m unittest cerpcerus.test.test_rpc cerpcerus.test.test_utils
pause
| 6,269 |
the-stack-v2-dedup | Batchfile | ffmpeg.exe -s 720x576 -i C:\Users\Administrator\Desktop\video\VTS_01_0.VOB -s 720x576 D:\aa\water315.yuv
| 6,270 |
the-stack-v2-dedup | Batchfile | heat dir "C:\Code Repo\Trade Hub\MarketDataEngine\TradeHub.MarketDataEngine.Server.WindowsService\bin\Release" -dr TradeHub.MDE -cg TradeHub.MDE -gg -g1 -sf -srd -sreg -var "var.MyDir" -out "C:\Code Repo\Trade Hub\Installer\TradeHub.Installer.Core\Fragments\MDE.wxs"
heat dir "C:\Code Repo\Trade Hub\DataDownloader\Trad... | 6,271 |
the-stack-v2-dedup | Batchfile | cd D:\workspaces\mongodb_node
mongoimport -d localhost -c workouts < workouts.json
echo "completed...."
exit /b 0 | 6,272 |
the-stack-v2-dedup | Batchfile | call setenvJBOSS.cmd
"%JAVA_HOME%"\jre\bin\java %JAVA_OPTIONS% -classpath "%CLASSPATH%" gov.cdc.nedss.systemservice.ejb.edxdocumentejb.util.EdxAutoInvFromInterface %1 %2 | 6,273 |
the-stack-v2-dedup | Batchfile | go install -i cmd/compile
go install -i cmd/link
go install -i cmd/go
go install -i cmd/addr2line
go install -i cmd/api
go install -i cmd/asm
go install -i cmd/buildid
go install -i cmd/cgo
go install -i cmd/cover
go install -i cmd/dist
go install -i cmd/doc
go install -i cmd/fix
go install -i cmd/gofmt
... | 6,274 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
ECHO.
ECHO Liquibase is running, logs will be printed after the patch run.
ECHO.
ruby ../liquibase.rb -q host=lvs.oracle.vm sid=ABP schema=ABP_14_2 contexts=dev,test_operator,night_trade_job password=password direct_update=y | 6,275 |
the-stack-v2-dedup | Batchfile | @echo off
prompt $d$s$t$s$g$g$s
| 6,276 |
the-stack-v2-dedup | Batchfile | set MacroName=Test
"C:\Program Files\Microsoft Office\root\Office16\EXCEL.EXE" "C:\Users\kedwa\Desktop\test.xlsm" | 6,277 |
the-stack-v2-dedup | Batchfile | # Cadence Encounter(R) RTL Compiler
# version RC14.28 - v14.20-s067_1 (64-bit) built Jun 22 2016
#
# Run with the following arguments:
# -logfile rc.log
# -cmdfile rc.cmd
source config/synth.tcl
source config/synth.tcl
source config/synth.tcl
set DESIGN tpu;
set LAYDIR layout;
set SYNDIR synth;
set RPTD... | 6,278 |
the-stack-v2-dedup | Batchfile | :: raygen shaders
glslangValidator -V --target-env vulkan1.2 -S rgen ray_gen.glsl -o ray_gen.spv
:: closest-hit shaders
glslangValidator -V --target-env vulkan1.2 -S rchit ray_chit.glsl -o ray_chit.spv
glslangValidator -V --target-env vulkan1.2 -S rchit shadow_ray_chit.glsl -o shadow_ray_chit.spv
:: miss shaders
glsl... | 6,279 |
the-stack-v2-dedup | Batchfile | pyinstaller -F -i ./icon.ico ./main.py
pause
| 6,280 |
the-stack-v2-dedup | Batchfile | dotnet pack AntiXssUF.csproj -p:NuspecFile=AntiXssUF.nuspec -c Release
pause | 6,281 |
the-stack-v2-dedup | Batchfile | setlocal
set ARK_DIR_PATH=P:\SteamLibrary\steamapps\common\ARK\
set ARK_DST_LNG=ja
copy /B /V /Y "%~dp0ShooterGame.json" "%ARK_DIR_PATH%ShooterGame\Content\Localization\Game\%ARK_DST_LNG%\ShooterGame.archive"
endlocal | 6,282 |
the-stack-v2-dedup | Batchfile | @echo off
chcp 1251
cls
title Привет Мир
color 0a
echo Привет Мир
pause | 6,283 |
the-stack-v2-dedup | Batchfile | C:\Python27\python.exe gossipLankaAutomation.py %* | 6,284 |
the-stack-v2-dedup | Batchfile | @echo off
if "%OS%"=="Windows_NT" @setlocal
rem %~dp0 is expanded pathname of the current script under NT
set DEFAULT_DM_HOME=%~dp0..
if "%DM_HOME%"=="" set DM_HOME=%DEFAULT_DM_HOME%
set DEFAULT_DM_HOME=
rem find DM_HOME if it does not exist due to either an invalid value passed
rem by the user or the %0 problem o... | 6,285 |
the-stack-v2-dedup | Batchfile | @echo off
cls
:: File to write to
set mode=%1
set myfile=%2
set newcontent=%3
set sudo=%4
shift
shift
shift
shift
:: Use runas or something alike to elevate priviliges, but
:: first parse parameter for runas
:: Windows cmd.exe is very clumsy to use ;(
set params=%1
:LOOP
shift
if [%1]==[] goto AFTERLOOP
set params=%p... | 6,286 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
echo x64
cd bin/x64
Test_Debug
Test_Release
echo x86
cd ../x86
Test_Debug
Test_Release
pause | 6,287 |
the-stack-v2-dedup | Batchfile | cl.exe /c /EHsc /I ../../ ./server/server.cpp ../lib/tcp_server.lib /MDd
ren server.obj http_server.obj
lib http_server.obj
del http_server.obj
move http_server.lib ../lib | 6,288 |
the-stack-v2-dedup | Batchfile | @setlocal enableextensions
@echo off
echo.ant cio 100 hl72ada build...
call ant -f _ant-buildfiles\ant-publish\build-hl72ada-cio-100.xml convert_hl7_2_ada >ant-build.log
echo.Done
pause
| 6,289 |
the-stack-v2-dedup | Batchfile | cd ctosc
del *.c
del *.pyc
del *.pyd
rmdir __pycache__ /s /q
cd ..
pause
| 6,290 |
the-stack-v2-dedup | Batchfile | #///
#---Panama
#
open sftp://sgait:Ficohsa2020@10.242.35.31 -hostkey="ssh-rsa 2048 ftKG2531ambTO1jBwojFYK96a1l0WJLtMZAVYHoGIZ4="
synchronize local E:\Regional\PANAMA\ENVIADOS /variosfast7r5/logs/ArchivosOpcon/Swift/Confirmacion
#---
cd /variosfast7r5/logs/ArchivosOpcon/Swift/Confirmacion
rm *
#---
open sftp://SvcCOPSS... | 6,291 |
the-stack-v2-dedup | Batchfile | set T_FILENAME="Terminator 2 - Judgment Day (E) [!].sms"
set SCRIPTNAME="t2sms"
java -jar Hextractor.jar -a %SCRIPTNAME%.tbl %T_FILENAME% %SCRIPTNAME%.txt false 8-2C-FF,3D-5F-FF,2083-208C-FF,2128-2368-FF,43A4-43BA-FF,4631-46DA-FD,470D-4871-FF,4594-45C2-FF,5BC7-5D02-FF,555-5F9-FF,470D-4721-FF,47D-4BF-FF
pause | 6,292 |
the-stack-v2-dedup | Batchfile | @echo off
set /p name=File:
set /p options=Options:
call sigflow.cmd -f %name% %options% -F "!headers['CSeq'].include?('OPTIONS')"
SET _result=%name:"=%
IF EXIST "%~dps0%_result%.html" start iexplore %~dps0%_result%.html
pause | 6,293 |
the-stack-v2-dedup | Batchfile | set GOPATH=%~dp0;
set path=%path%;$GOPATH/bin
go build -ldflags "-s"
go install | 6,294 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
REM $Id$
REM Script which is needed by the copy-files.bat script.
REM It removes all (!) files from the official setup directories
REM and creates the correct directory structure for creating or
REM copying new files into it.
REM
REM All cleaned and later (other script) copied files belong to
REM ... | 6,295 |
the-stack-v2-dedup | Batchfile | rem Android environment setup file
rem ################################
rem CONFIGURE THIS:
REM Default setting - expects everything to be relative to the current directory
set ANDROID_ROOT=%~dp0
set ANDROID_NDK=%ANDROID_ROOT%Ndk
set ANDROID_SDK=%ANDROID_ROOT%Sdk
set ANDROID_ANT=%ANDROID_ROOT%Ant
set JAVA_HOME=%ANDROI... | 6,296 |
the-stack-v2-dedup | Batchfile | cp ffmpeg-shrink/rules.mak /Users/wminghao/Develop/vlc-iOS/VLCKit/MobileVLCKit/ImportedSources/vlc/contrib/src/ffmpeg/rules.mak
cp contrib-shrink/MobileVLCKit.xcconfig /Users/wminghao/Develop/vlc-iOS/VLCKit/MobileVLCKit/MobileVLCKit.xcconfig
cp plugin-shrink/build.sh /Users/wminghao/Develop/vlc-iOS/VLCKit/MobileVLCKit/... | 6,297 |
the-stack-v2-dedup | Batchfile | CALL taskkill /F /IM chromedriver.exe
CALL exit | 6,298 |
the-stack-v2-dedup | Batchfile | @echo off&set startTime=%time%
call :run %1
call :time0 %startTime% %time% t
echo.
set /p=------------ %t% ------------<nul
exit /b 0
rem 制作时间2015年10月23日 xin3283@qq.com
rem 用途:将当前目录下的java文件编译并执行
:run
if "%1"=="1" copy /y %~f0 %SystemRoot%
set jclog=%temp%\javac.log
if exist %jclog% 1 0>%jclog% 2>nul
javac *.java 2>%jcl... | 6,299 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.