source string | code_lang string | content string | idx int64 |
|---|---|---|---|
the-stack-v2-dedup | Batchfile | @echo off
REM
REM Need at least a data set input parameter.
REM
if "%~1" == "" (
ECHO %~n0 bad usage. Must provide input parameter.
EXIT /B 1
)
set DATA_SET=%1
set TOOL_HOME=%cd%
set TOOL_LIBS=%TOOL_HOME%\lib
set COMET_LIBS=%TOOL_LIBS%
set TOOL_CONFIG=%TOOL_HOME%\config
set TOOL_LOGS=%TOOL_HOME%\logs
set COME... | 400 |
the-stack-v2-dedup | Batchfile | @echo Force Restart&pause
@if "%COMPUTERNAME:~0,6%"=="MiniXP" start shutdown /i 2 /r&exit
@shutdown /f /r /t 0 /d u:0:0 | 401 |
the-stack-v2-dedup | Batchfile | @echo off
RMDIR /Q/S certs
md certs
REM To skip the following Python commands, put "REM" before them:
REM Create a Certificate Authority private key (this is your most important key):
openssl req -new -newkey rsa:1024 -nodes -out certs/ca.csr -keyout certs/ca.key -subj "/C=US/ST=WA/L=Provo/O=FakeCA/CN=FakeCA.com"
REM ... | 402 |
the-stack-v2-dedup | Batchfile | REM backup script
robocopy E:\ D:\ /MIR /XF default.txt backup.log /XA:SH /XD "System Volume Information" "$RECYCLE.BIN" /R:5 /W:15 /MT:32 /NP /UNILOG:"E:\backup.log" /TEE
| 403 |
the-stack-v2-dedup | Batchfile | "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\cl.exe" Python_2_C.c algorithm.c -I"D:\Python34\include" "D:\Python34\libs\python34.lib" | 404 |
the-stack-v2-dedup | Batchfile | npm install && npm -g install http-server
| 405 |
the-stack-v2-dedup | Batchfile | @echo off
set DIR=%~dp0
%DIR%win32\php.exe "%DIR%lib\compile_luabinding.php" %*
| 406 |
the-stack-v2-dedup | Batchfile | glslangvalidator -V starsphere.vert -o starsphere.vert.spv
glslangvalidator -V starsphere.frag -o starsphere.frag.spv | 407 |
the-stack-v2-dedup | Batchfile | REM lancement direct de mocha (sans npm run test ni package.json):
mocha "dist/test/*.js" > mocha_report.txt 2> err.txt | 408 |
the-stack-v2-dedup | Batchfile | REM @ECHO OFF
REM delete any existing autoTester
IF EXIST Release\NUL (
RMDIR /S /Q Release
)
REM get autoTester executable zip from Amazon S3 (called Release.exe)
mkdir Release
REM PowerShell can load from a URL
PowerShell.exe -ExecutionPolicy Bypass -Command "& '%~dpn0.ps1'"
REM extract autoTester
Release.exe... | 409 |
the-stack-v2-dedup | Batchfile | C:\Windows\Microsoft.NET\Framework64\v4.0.30319\RegAsm.exe PushBulletExt.dll /unregister /codebase
taskkill /F /IM explorer.exe | 410 |
the-stack-v2-dedup | Batchfile | rem gflags /i test.exe
rem +htc +hfc +hpc +htg +htd +hpa
cl *.cpp /Zi /MD /Od /DYNAMICBASE:NO /GS- /link /INCREMENTAL:no
| 411 |
the-stack-v2-dedup | Batchfile | cd ~/Documents/stage/workflow_Canny/bin/Gaussian
./Gaussian.byte "%=ID%" "%=START%" "%=IMG1%"
cat Erelation.txt > $OLDPWD/ERelation.txt
| 412 |
the-stack-v2-dedup | Batchfile | @echo off
REM Discovers all UDP-based members running on a certain mcast address (use -help for help)
REM Probe [-help] [-addr <addr>] [-port <port>] [-ttl <ttl>] [-timeout <timeout>]
jgroups.bat org.jgroups.tests.Probe %*
| 413 |
the-stack-v2-dedup | Batchfile | @echo off
"%~dp0/nssm.exe" restart monitorrent | 414 |
the-stack-v2-dedup | Batchfile | "ThirdParties/premake/premake5.exe" vs2019
pause | 415 |
the-stack-v2-dedup | Batchfile | for /F "tokens=* USEBACKQ" %%F IN (`powershell -command "(New-TimeSpan -Start (Get-Date "01/01/1970") -End (Get-Date)).TotalSeconds"`) do set START_TIME=%%F
for %%I in (%~dp1..) do set YADAMU_VENDOR=%%~nxI
set YADAMU_SCRIPT_ROOT=%~dp1
set MODE=DATA_ONLY
call %YADAMU_SCRIPT_ROOT%\import_MySQL.bat
call %YADAMU_SCRIPT_RO... | 416 |
the-stack-v2-dedup | Batchfile | m16cflasher /ba_output /com=4 /id_addr=0x0FFFDF /id=00000000000000 /from_addr=0x0FF000 /to_addr=0x0FFFFF /file=bootarea.bin
@pause
| 417 |
the-stack-v2-dedup | Batchfile | @echo off
echo Creating python environments and downloading necessary packages...
echo.
echo Enter password when prompted and press enter
echo Don't worry if nothing appears on the screen while typing. That's the way it works ;)
echo.
python -m venv %USERPROFILE%\topsisGroup
cd %USERPROFILE%\CustomerSystem
git clone ... | 418 |
the-stack-v2-dedup | Batchfile |
call xelab xil_defaultlib.apatb_doGain_top -prj doGain.prj --lib "ieee_proposed=./ieee_proposed" -s doGain
call xsim --noieeewarnings doGain -tclbatch doGain.tcl
| 419 |
the-stack-v2-dedup | Batchfile | @echo off
git status
git pull origin master
| 420 |
the-stack-v2-dedup | Batchfile | @echo off
cd /D "%~dp0"
set /p ProjName="Enter the name of your project: "
if not exist %ProjName%\\src MkDir %ProjName%\\src
copy "ToyRendererStarterContent\\SandBoxApp.cpp" "%ProjName%\\src\\SandBoxApp.cpp" /b/v/y
if not exist %ProjName%\\res MkDir %ProjName%\\res
xcopy /Q /E /Y /I "ToyRendererStarterContent\\res"... | 421 |
the-stack-v2-dedup | Batchfile | rem First delete the existing clone to leave no unused files.
rmdir /s /q src
rmdir /s /q lobster
rmdir /s /q include
rmdir /s /q external
rmdir /s /q ..\TS\scripts\modules
rem Copy selected dirs we need to build just the language core.
rem This currently assumes the lobster repo is parallel to the treesheets one.
r... | 422 |
the-stack-v2-dedup | Batchfile | NESASM3 pong.asm
pause
| 423 |
the-stack-v2-dedup | Batchfile | "%ProgramFiles(x86)%\Microsoft Help Viewer\v2.2\hlpctntmgr" /silent /operation uninstall /catalogName "VisualStudio14" /locale en-US /vendor "Leandro Valido" /productName "PlanetaryMotion" /sourceUri "%CD%\helpcontentsetup.msha" | 424 |
the-stack-v2-dedup | Batchfile | kafka_2.11-2.0.0\bin\windows\kafka-console-producer.bat --broker-list localhost:9092 --topic bearcat_messages | 425 |
the-stack-v2-dedup | Batchfile | # scss to css bat!
sass --watch src:dist
| 426 |
the-stack-v2-dedup | Batchfile | @echo off
:: Region independent Date
FOR /F "usebackq tokens=1,2 delims==" %%i IN (`wmic os get LocalDateTime /VALUE 2^>NUL`) DO IF '.%%i.'=='.LocalDateTime.' SET datestr=%%j
SET datestr=%datestr:~0,4%_%datestr:~4,2%_%datestr:~6,2%
SET rand=%RANDOM%
wevtutil qe "Microsoft-Windows-Sysmon/Operational" /c:1000 /q:"*[Syst... | 427 |
the-stack-v2-dedup | Batchfile | git update-index --skip-worktree "Newtonsoft.Json.Schema.license" "Xceed.Wpf.DataGrid.license" "Xceed.Wpf.Toolkit.license"
| 428 |
the-stack-v2-dedup | Batchfile | REM Office 2013 keys
REM GN39P-Y797B-FGM62-KFWJ2-6JDBG
REM TXCGN-YG3Q3-Q4GY7-RY4XC-27GYG
REM Windows 8.1 pro activation
slmgr.vbs -ipk H9NBB-XMHM6-HY282-WQVB8-JFFX3
slmgr.vbs -ato | 429 |
the-stack-v2-dedup | Batchfile | A:\APPS\ROMUTILS\OPF\OPFXSD KIMAGURE.DSK /D1
| 430 |
the-stack-v2-dedup | Batchfile | cargo build --release && cargo test --release && ruby tools\tester.rb --release %* && cargo run --release -- test dora-boots/boots.dora --gc-verify
| 431 |
the-stack-v2-dedup | Batchfile | cd /d "H:\CODIGO\PYV\EmuladorPic" &msbuild "C18Emulator.vcxproj" /t:sdvViewer /p:configuration="Debug" /p:platform=Win32
exit %errorlevel% | 432 |
the-stack-v2-dedup | Batchfile | cmd_drivers/net/wireless/atmel/atmel.ko := ld -r -m elf_x86_64 -z max-page-size=0x200000 --build-id -T ./scripts/module-common.lds -o drivers/net/wireless/atmel/atmel.ko drivers/net/wireless/atmel/atmel.o drivers/net/wireless/atmel/atmel.mod.o; true
| 433 |
the-stack-v2-dedup | Batchfile | rm -f -r tryit
call composer --equation=tryit --this=Flattened
cd tryit
call jak2java *.jak
javac *.java
cd ..
java tryit.Test
| 434 |
the-stack-v2-dedup | Batchfile | @echo off
set /p var=是否要安装WebHandlerService服务(Y/N):
if "%var%" == "y" (goto install) else (goto batexit)
:install
copy C:\Windows\Microsoft.NET\Framework64\v4.0.30319\InstallUtil.exe InstallUtil.exe /Y
call InstallUtil.exe Handlerwikifx.exe
call sc start "WebHandlerService"
pause
:batexit
exit | 435 |
the-stack-v2-dedup | Batchfile | @echo off
:S
TestClientReplyV2.exe 118.178.156.128:7777 1 10 1000
@cls
goto S | 436 |
the-stack-v2-dedup | Batchfile | d:
cd /xampp/htdocs/zodgame
git pull
echo git log --no-merges --date=iso8601 --pretty=format:"%%ad : %%s (%%an)" > changelog.txt
git log --no-merges --date=iso8601 --pretty=format:"%%ad : %%s (%%an)" >> changelog.txt
D:\xampp\php\php.exe D:\xampp\htdocs\zodgame\script_mysql_struktur.php
ftp -s:"D:\Dropbox\Trans_All\Scr... | 437 |
the-stack-v2-dedup | Batchfile | cmd_drivers/media/dvb-frontends/cxd2880/cxd2880.ko := ld -r -m elf_x86_64 -z max-page-size=0x200000 --build-id -T ./scripts/module-common.lds -o drivers/media/dvb-frontends/cxd2880/cxd2880.ko drivers/media/dvb-frontends/cxd2880/cxd2880.o drivers/media/dvb-frontends/cxd2880/cxd2880.mod.o; true
| 438 |
the-stack-v2-dedup | Batchfile | @echo off
%CLASSPATH%=C:\Program Files (x86)\Java\jre7\bin
java -jar C:\email\HCLScheduler.jar email.properties email
exit | 439 |
the-stack-v2-dedup | Batchfile | @echo off
python.exe clearvirus.py | 440 |
the-stack-v2-dedup | Batchfile | c:
cd c:\tmp\
REM turn on pin 8
porttymod.exe b1 8 1
timeout /t 5 /nobreak
REM turn off pin 8
porttymod.exe b1 8 0
PAUSE | 441 |
the-stack-v2-dedup | Batchfile | @echo off
setlocal enabledelayedexpansion
net use * /d /y
net use /persistent:yes
net use \\IP_ADDRESS_OF_NAS\Database /u:USER PASSWORD
set dest="\\IP_ADDRESS_OF_NAS\Database"
For /f "tokens=2-4 delims=/ " %%a in ('date /t') do (set mydate=%%c-%%a-%%b)
if "%mydate:~-2%"=="01" (
for /f %%d in (
'dir ... | 442 |
the-stack-v2-dedup | Batchfile | @echo off
echo *********************************************************************************************************************************************************************
echo You are going to setup new Innovator instance in local IIS using this repository as a code tree. Adjust configuration files to wor... | 443 |
the-stack-v2-dedup | Batchfile | @echo off
set T_FILENAME="TR_Monty on the Run - Monty no Doki Doki Dai Dassou (Japan) [b] [T+ENG].fds"
set S_FILENAME="Monty on the Run - Monty no Doki Doki Dai Dassou (Japan) [b] [T+ENG].fds"
set SCRIPTNAME="montyontherunmontynodokidokidaidassoufds"
del %T_FILENAME%
copy %S_FILENAME% %T_FILENAME%
java -jar Hextractor.... | 444 |
the-stack-v2-dedup | Batchfile | cd "E:\Program Files\Atmel\AVRStudio\AvrStudio4\HCore\TEST30\"
E:
del test30.map
del test30.lst
"E:\Program Files\Atmel\AVRStudio\AvrAssembler\avrasm32.exe" -fI "E:\Program Files\Atmel\AVRStudio\AvrStudio4\HCore\TEST30\TEST30.asm" -o "test30.hex" -d "test30.obj" -e "test30.eep" -I "E:\Program Files\Atmel\AVRStudio\AvrS... | 445 |
the-stack-v2-dedup | Batchfile | @echo off
if "%1" == "" goto Usage
if "%1" == "help" goto Usage
if "%1" == "-?" goto Usage
if "%1" == "/?" goto Usage
if "%1" == "-help" goto Usage
if "%1" == "/help" goto Usage
setlocal
set DriveLetter=%1
set VolumePath=%1\
set QueryVolumePath='%VolumePath%\'
wmic volume where name=%QueryVolumePath% get... | 446 |
the-stack-v2-dedup | Batchfile | set path=%~dp0
"%path%Tools\ComTool.exe" uninstall unregister "%path%QuickVersion\bin\QuickVersion.dll" | 447 |
the-stack-v2-dedup | Batchfile | java -jar CrossingPlay.jar
| 448 |
the-stack-v2-dedup | Batchfile | del /f /s /q *.dcu
del /f /s /q *.~*
@pause | 449 |
the-stack-v2-dedup | Batchfile | @echo off
ECHO Installing the required packages for the Tool
TIMEOUT 3
py -3 -m pip install -U selenium
py -3 -m pip install -U selenium --user
py -3 -m pip install -U webdriver-manager
py -3 -m pip install -U bs4
py -3 -m pip install -U colorama
py -3 -m pip install -U figlet
py -3 -m pip install -U pyfiglet
py -3 -m... | 450 |
the-stack-v2-dedup | Batchfile | mkdir build
vcbuild vchannel.vcproj Release
vcbuild HookDll\hookdll.vcproj Release
vcbuild clipper.vcproj Release
| 451 |
the-stack-v2-dedup | Batchfile | cd BigGameF
BGF_TCL
big-game
| 452 |
the-stack-v2-dedup | Batchfile | python3 disentangle.py \
example-train \
--train ../data/train/*annotation.txt \
--dev ../data/dev/*annotation.txt \
--hidden 512 \
--layers 2 \
--nonlin softsign \
--word-vectors ../data/glove-ubuntu.txt \
--epochs 20 \
--dynet-autobatch \
--drop 0 \
--learning-rate 0.018804 \
--learning-decay-... | 453 |
the-stack-v2-dedup | Batchfile |
cd sshr.domainmodel
call ant
cd ..
rem cd sshr.entitymodel.testing
rem call ant
rem cd ..
cd sshr.datamodel
call ant
cd ..
cd sshr.eventmodel
call ant
cd ..
rem cd sshr.eventmodel.testing
rem call ant
rem cd ..
cd sshr.servicemodel
call ant
cd ..
cd sshr.asistencia
call ant
... | 454 |
the-stack-v2-dedup | Batchfile | "%WINDIR%\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe" /m /p:VisualStudioVersion=12.0
packages\vspte.0.5\vspte.exe -s SitecoreTemplate.sln -p SitecoreTemplate --vsix Package --nuget | 455 |
the-stack-v2-dedup | Batchfile | cmd_/home/adam/Sony-NSZ-GS7/cross/arm-linux-gnueabi/include/drm/.install := perl scripts/headers_install.pl /home/adam/Sony-NSZ-GS7/linux/include/drm /home/adam/Sony-NSZ-GS7/cross/arm-linux-gnueabi/include/drm arm drm.h drm_mode.h drm_sarea.h i810_drm.h i830_drm.h i915_drm.h mga_drm.h nouveau_drm.h r128_drm.h radeon_dr... | 456 |
the-stack-v2-dedup | Batchfile | cmd_/home/lio.seo/pre-rel-2011/ARM/2nd-test-20110630/VDLinux-cortex.a8_a9-arm-2010q1-202.src.20110630/build_a8/obj/linux-2010q1-202-arm-v7a8v2r2-linux-gnueabi-i686-pc-linux-gnu/tmp-install/include/linux/netfilter_bridge/.install := perl scripts/headers_install.pl /home/lio.seo/pre-rel-2011/ARM/2nd-test-20110630/VDLinux... | 457 |
the-stack-v2-dedup | Batchfile | /* */
call RxFuncAdd 'SysLoadFuncs', 'RexxUtil', 'SysLoadFuncs'
call SysLoadFuncs
parse source . . sourceFile
thedir=FILESPEC('drive', sourcefile)||FILESPEC('path', sourcefile)
theDir=LEFT(theDir,LENGTH(theDir)-1)
globalData._languagefile=theDir"\lang\lang.ini"
theLang=getLanguage(globalData._languageF... | 458 |
the-stack-v2-dedup | Batchfile | "../node_modules/.bin/babel.cmd" parser.js --out-file parser.out.js && node parser.out.js base.txt fly.txt gift.txt cont.txt > ../src/js/cards.json | 459 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
PUSHD %~DP0
title Windows 10 Automated Install
set /p DISK_NUM=输入本地硬盘的编号(通常为 0):
CLS
echo.
title Windows 10 [1/4] 正在准备 DiskPart 命令
echo [1/4] 正在准备 DiskPart 命令
echo SELECT DISK %DISK_NUM% > DiskPart.txt
echo CLEAN >> DiskPart.txt
echo CONVERT MBR >> DiskPart.txt
echo CREATE PARTITION PRIMARY SIZE=... | 460 |
the-stack-v2-dedup | Batchfile | :menu
@echo off
cls
echo.
echo Press 1 for Mean 18
echo Press 2 for Mean 18 w/ Course Disk I
echo Press 3 for Mean 18 w/ Course Disk II
echo Press 4 for Mean 18 w/ Course Disk III
echo Press 5 for Mean 18 w/ Course Disk IV
echo Press 6 to Quit
echo.
choice /C:123456 /N Please Choose:
if errorlevel = 6 goto quit
if err... | 461 |
the-stack-v2-dedup | Batchfile | @echo off
for %%I in (.) do set ProjectApp=%%~nxI
if not "%ProjectApp%"=="Windows" goto Continue
echo.
echo Can't run this from a UNC path.
pause
goto EOF
:Continue
echo on
del *.user
del *.suo
del /ah *.suo
del bin\*.cmd /s/q
del bin\*.config /s/q
del bin\*.dll /s/q
del bin\*.... | 462 |
the-stack-v2-dedup | Batchfile | javac -cp ../lib/* -d ../classes scr/*.java
| 463 |
the-stack-v2-dedup | Batchfile | pip install SPARQLWrapper
"%PYTHON%" setup.py install
if errorlevel 1 exit 1
| 464 |
the-stack-v2-dedup | Batchfile | @echo off
set openssl=D:\Development\openssl
set PATH=%openssl%\bin;
SET output=%~dp0output
openssl pkcs12 -passout pass:"<enterpass>" -export -out "%output%/cert.pfx" -inkey "%output%\cert.key" -in "%output%\cert-SHA2-main.crt"
@pause | 465 |
the-stack-v2-dedup | Batchfile | java -classpath build/program.jar;log4j/log4j-1.2.17.jar;classes edu.sumdu.view.JView
pause | 466 |
the-stack-v2-dedup | Batchfile | IF EXIST %1\ RD /Q /S %1
| 467 |
the-stack-v2-dedup | Batchfile | @echo off
rem ANT Home Dir
set ANT_HOME=C:\Apache\apache-ant-1.7.1
rem Set JAVA_HOME to JDK path
set JAVA_HOME=C:\IBM\WID7_WTE\runtimes\bi_v7\java
rem Set the location for the IBM installation
set STUDIO_DIR=C:\IBM\WID7_WTE
rem Set the the location of the Runtim dir
set WID_LIB_DIR=C:\IBM\WID7_WTE\ru... | 468 |
the-stack-v2-dedup | Batchfile | debug\rehash.exe ..\docs\testvectors\testfiles\*.* -out:html > test_bin_win_1.html
debug\rehash.exe ..\docs\testvectors\testfiles\*.* > test_bin_win_1.txt
debug\rehash.exe ..\docs\testvectors\testfiles\*.* -out:xml > test_bin_win_1.xml
debug\rehash.exe ..\docs\testvectors\testfiles\*.* -out:csv > test_bin_win_1.csv
... | 469 |
the-stack-v2-dedup | Batchfile |
# Common SDO settings valid for all channels.
# Set filter freq for all channels (Filter settings is only vaild for channel 1 (then used for the rest of the channels))
# 0 = 50Hz (Defualt)
# 1 = 60Hz
# 2 = 100Hz
# 3 = 500Hz
# 4 = 1kHz
# 5 = 2kHz
# 6 = 3,75kHz
# 7 = 7,5kHz
# 8 = 15kHz
# 9 = 30kHz
# 10 = 5Hz
... | 470 |
the-stack-v2-dedup | Batchfile | :in
pushd C:\Users\Ussimane\Documents\eSira\target\eSira\relatorio
xcopy C:\Users\Ussimane\Documents\eSira\src\main\webapp\relatorio\*.jasper /y
pause
goto in | 471 |
the-stack-v2-dedup | Batchfile | call run2 subscribe localhost 3050
| 472 |
the-stack-v2-dedup | Batchfile | cd ..
del *.ali
del *.o
del *.#*
del b~*
del *.bak
del *.bk.?
del *.0
del *.1
del *.2
del *.3
del *.tmp
del *.adt
del $test.*
del *.lz77
del test*.exe
del demo*.exe
del ziptest.exe
del zip_with_many_files.exe
cd zip_lib
del *.ali
del *.o
del *.#*
del b~*
del *.bak
del *.bk.?
del *.0
del *.1
del *.2
del *.3
del *.adt
... | 473 |
the-stack-v2-dedup | Batchfile | ffmpeg -h encoder=libvpx-vp9 >libvpx-vp9.txt
ffmpeg -h encoder=libvpx >libvpx.txt
ffmpeg -h encoder=h264_nvenc >h264_nvenc.txt
ffmpeg -h encoder=libx264 >libx264.txt
ffmpeg -h encoder=libaom-av1 >libaom-av1.txt
ffmpeg -encoders >encoders.txt
ffmpeg -decoders >decoders.txt
echo file '_output_.mp4'... | 474 |
the-stack-v2-dedup | Batchfile | SET DATABASE_URL=postgres://rsxvkwqbmqcrpj:257982c2b8a3e9da2418a7d9d011bd0c6beeaaf0adac2f189fe4180904629e7d@ec2-184-72-236-3.compute-1.amazonaws.com:5432/d1fnaf09n2050v
SET API_GOODREAD_KEY=88JQ7Inz8JZXn3hlZ90w
python application.py
| 475 |
the-stack-v2-dedup | Batchfile | cmd_/home/student/Documents/ATM/hw2/part2/ili.o := ld -m elf_x86_64 -z max-page-size=0x200000 -r -o /home/student/Documents/ATM/hw2/part2/ili.o /home/student/Documents/ATM/hw2/part2/ili_main.o /home/student/Documents/ATM/hw2/part2/ili_utils.o /home/student/Documents/ATM/hw2/part2/ili_handler.o
| 476 |
the-stack-v2-dedup | Batchfile | nuget install FAKE -OutputDirectory packages -ExcludeVersion
call "packages/FAKE/tools/Fake.exe" build.fsx | 477 |
the-stack-v2-dedup | Batchfile | @echo OFF
setlocal
set proj_name=doomCW
set proj_path=%~dp0
set proj_path=%proj_path:~0,-1%
set proj_path=%proj_path%\pk7\
rem 7zip path
set comp_path=..\..\Utils\Peazip\res\7z\
set PATH=%PATH%;%comp_path%
7z a out.7z %proj_path%\*
rename out.7z %proj_name%.pk7
endlocal | 478 |
the-stack-v2-dedup | Batchfile | SET dataFile=d:\Download\2012MosonElonevezett.gzip
set basedir=d:\kp\java\Modelregistration\WebContent\WEB-INF\classes
java -cp %basedir%; servlet.ListData %dataFile%
pause | 479 |
the-stack-v2-dedup | Batchfile | <span style="font-family:SimSun;font-size:14px;">@ECHO OFF
TITLE BAT脚本例子1
echo -----------枚举C盘目录下所有文件-----------
echo=
echo=
dir c:\*.*
rem 输出到文本文件
dir c:\*.* > example1.txt
echo=
echo=
echo --------------------------------------------
PAUSE</span> | 480 |
the-stack-v2-dedup | Batchfile | @echo off
@rem Invokes pretty printer
@set XMLBEANS_LIB=%~dp0
@set cp=%XMLBEANS_LIB%xbean.jar;%XMLBEANS_LIB%jsr173_1.0_api.jar
java -classpath "%cp%" org.apache.xmlbeans.impl.tool.PrettyPrinter %*
| 481 |
the-stack-v2-dedup | Batchfile | cmd_drivers/media/usb/gspca/gspca_stk1135.mod := { echo drivers/media/usb/gspca/stk1135.o; echo; } > drivers/media/usb/gspca/gspca_stk1135.mod
| 482 |
the-stack-v2-dedup | Batchfile | @echo off
IF NOT ""=="%1" SET RVDS_VER=%1
IF ""=="%RVDS_VER%" GOTO :ARG_ERROR
%~dp0\setenv_base.cmd RVDS %RVDS_VER% %2 %3 %4 %5
GOTO :EOF
:ARG_ERROR
@echo.
@echo ERROR: Invalid version argument.
@echo USAGE: setenv_rvds.cmd RVDS_VERSION
@echo where RVDS_VERSION is (1.2, 3.0, 3.1, 4.0, ...)
@e... | 483 |
the-stack-v2-dedup | Batchfile |
@REM Skript zum Erzeugen der JavaDoc-Doku unter Windows
@REM Sicherstellen dass Ausgabeverzeichnis existiert
@if not exist javadoc md javadoc
javadoc -private -doctitle "Vigenere-Chiffre" -d javadoc -sourcepath src -charset "UTF-8" -encoding "UTF-8" -docencoding "UTF-8" -subpackages de.mide.vigenere -html5
... | 484 |
the-stack-v2-dedup | Batchfile | cd \Windows\Microsoft.NET\Framework\v4*
msbuild "C:\Users\gamersfamilia\Downloads\VRC-master\VRC-master\src\Vinesauce ROM Corruptor.sln" /t:Rebuild /p:Configuration=Release /p:Platform="x86"
pause | 485 |
the-stack-v2-dedup | Batchfile | @echo off
IF EXIST "%PROGRAMFILES(X86)%\World of Warcraft\Wow.exe" (
SET WOWDIR="%PROGRAMFILES(X86)%\World of Warcraft\"
SET INTERFACEDIR="%PROGRAMFILES(X86)%\World of Warcraft\Interface\"
SET WTFDIR="%PROGRAMFILES(X86)%\World of Warcraft\WTF\"
GOTO :OPT
) ELSE (
IF EXIST "%PROGRAMFILES%\World of Warcraft\Wow.ex... | 486 |
the-stack-v2-dedup | Batchfile | @echo off
if not exist %1 goto nomakeprogram
set MAKE_PROGRAM=%1
if not exist %2 goto nojavac
set JAVAC=%2
set CFLAGS=
set FILE=%3
set PATHPACK=%4
set BLOCKSIZE=500
set SYNCHRONIZEALL=n
if "%4" == "options:" set CFLAGS=%5
if "%4" == "options:" set PATHPACK=
:loop
if .%6. == .. goto compile
set CFLAGS=%CFLAGS% %6
... | 487 |
the-stack-v2-dedup | Batchfile | @echo off
CALL LOG_ENTER tENV
call sENV
if exist project\pENV (
call project\pENV
)
SET "PROJ_LABEL=%SYS_NAME%"
SET "PROJ_NET=%SYS_NET%"
SET "PROJ_CONT=%MS_CONT%"
SET "PROJ_CONT_DATA_DIR=%MS_CONT_DATA_DIR%"
SET "PROJ_CONT_DIR=%MS_CONT_DIR%"
SET "PROJ_CONT_HOME_DIR=%MS_CONT_HOME_DIR%"
SET "PROJ_HOST_DIR=%MS_HOST_... | 488 |
the-stack-v2-dedup | Batchfile | call run.bat 1 0
call run.bat 1 1
call run.bat 3 0
call run.bat 3 1
| 489 |
the-stack-v2-dedup | Batchfile | :: 这是我脚本放的盘,我放在D盘中
d:
:: 这是脚本的具体路径,D:\Documents\Markdown文档\01 JAVA 学习笔记\util
cd Documents\Markdown文档\01 JAVA 学习笔记
:: 添加修改
git add .
:: 自动push学习笔记,auto commit是自定义的
git commit -m ":recycle: auto commit"
:: 同时推送到两个仓库
git push gitee ... | 490 |
the-stack-v2-dedup | Batchfile | #--- Monitoring commands for OpsMgr role: osa_lxc_aodh
command[osa_lxc_procs] = sudo /etc/nagios/plugins/check-lxc.sh aodh check-procs.rb '-p aodh -w 80 -c 320 -W 1 -C 1'
| 491 |
the-stack-v2-dedup | Batchfile | call "C:\Program Files\PrismTech\OpenSpliceDDS\V5.3.0p3\HDE\x86.win32/release.bat"
rem TAO
set TAO_ROOT=C:\Devel\TAO161_0-Windows-vc8-inline-32bit-OpenSpliceDDS_v5.1_UNSUPPORTED_100324
set PATH=%TAO_ROOT%\bin;%PATH%
rem JacORB
set JACORB_HOME=C:\Program Files\PrismTech\OpenFusionV4
set PATH=%JACORB_HOME%\bin;%PATH%
cal... | 492 |
the-stack-v2-dedup | Batchfile | pyinstaller --clean -F -w -n Zoduler -i iconmain.ico Zoduler.py | 493 |
the-stack-v2-dedup | Batchfile | python export_openweather.py --csv output_file.csv Moskva RU
python export_openweather.py --json output_file.json Moskva RU | 494 |
the-stack-v2-dedup | Batchfile | cmd_/home/notroot/android/bb-kernel/deploy/headers/include/sound/.install := perl scripts/headers_install.pl /home/notroot/android/bb-kernel/deploy/headers/include/sound arm /home/notroot/android/bb-kernel/KERNEL/include/uapi/sound/asequencer.h /home/notroot/android/bb-kernel/KERNEL/include/uapi/sound/asound.h /h... | 495 |
the-stack-v2-dedup | Batchfile | @echo off
dotnet tool restore
dotnet run --project .build -- %*
| 496 |
the-stack-v2-dedup | Batchfile | @echo off
if exist mylist.txt del mylist.txt
rem (for %%i in (output0*.mp4) do @echo file '%%i') > mylist.txt
rem (for %%i in (output_2020*.mp4) do @echo file '%%i') >> mylist.txt
REM ffmpeg -y -ss 00:34:00 -i summer.mp3 -safe 0 -f concat -i mylist.txt -shortest -c:v h264_nvenc -profile:v high -pix_fmt yuv420p -b:v 12M... | 497 |
the-stack-v2-dedup | Batchfile | del "./tests/spec/*.js"
tsc "./tests/spec/*.ts"
jasmine-node ./tests/spec/ | 498 |
the-stack-v2-dedup | Batchfile | ../../.git/annex/objects/mp/jX/MD5E-s10928--9d305420869efb7aea8ee09afcd6af83.cmd/MD5E-s10928--9d305420869efb7aea8ee09afcd6af83.cmd | 499 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.