source string | code_lang string | content string | idx int64 |
|---|---|---|---|
the-stack-v2-dedup | Batchfile | echo on
cd book
java SortComparableObjects
pause | 1,800 |
the-stack-v2-dedup | Batchfile | executable = build_NB1.sh
getenv = true
error = hw2-q2-1.err
output = acc-q2-1
notification = never
arguments = "examples/train.vectors.txt examples/test.vectors.txt 0 0.1 model-q2-1 sys_output-q2-1"
transfer_executable = false
request_memory = 2*1024
queue
executable = build_NB1.sh
getenv = true
err... | 1,801 |
the-stack-v2-dedup | Batchfile | cd server
start node index.js
cd ../hosting
start node index.js
start chrome "localhost/admin" | 1,802 |
the-stack-v2-dedup | Batchfile | @if "%_echo%"=="" echo off
REM set up a local environment for this batch file
@setlocal
REM load Visual Studio 2017 developer command prompt
REM If this is not set, VsDevCmd.bat will change %cd% to [USERPROFILE]\source, causing the build to fail.
SET VSCMD_START_DIR=%cd%
SET VCVARS64=VC\Auxiliary\Build\vcvars64.bat
... | 1,803 |
the-stack-v2-dedup | Batchfile | C:/Aldec/Active-HDL-Student-Edition/bin/vlib C:\Users\lucas\Documents\fpga\lab2\Lab2_afterlab\Lab2\lab2_3_1/xxv_ethernet_v3_1_0
C:/Aldec/Active-HDL-Student-Edition/bin/vlog -l xxv_ethernet_v3_1_0 +incdir+C:\Users\lucas\Documents\fpga\lab2\Lab2_afterlab\Lab2\lab2_3_1\.cxl.ip/incl -sv2k12 -work xxv_ethernet_v3_1_0 -f C... | 1,804 |
the-stack-v2-dedup | Batchfile | C:\ddapplications\PortBridgeAgent.exe | 1,805 |
the-stack-v2-dedup | Batchfile | @if "%DEBUG%" == "" @echo off
@rem ##########################################################################
@rem
@rem yarg startup script for Windows
@rem
@rem ##########################################################################
@rem Set local scope for the variables with windows NT shell
if "%OS%"=="... | 1,806 |
the-stack-v2-dedup | Batchfile | set path=jdk1.6.0_19\bin;apache-ant-1.8.2\bin;
ant run | 1,807 |
the-stack-v2-dedup | Batchfile | @echo off
echo Compiling...
cls
set WEEK=10
g++ -std=c++11 -g week%WEEK%/%1.cpp -o week%WEEK%/%1.exe
if %ERRORLEVEL% EQU 0 (
echo END
powershell "Get-Content week%WEEK%/%1.in | week%WEEK%/%1.exe | tee week%WEEK%/%1.out"
) | 1,808 |
the-stack-v2-dedup | Batchfile | Corrector.exe SALESMAN_GREEDY "x64\Release\GraphApplication.exe"
| 1,809 |
the-stack-v2-dedup | Batchfile | @rem ===========================================================================
@rem 678901234567890123456789012345678901234567890123456789012345678901234567890
@rem ===========================================================================
@echo off
@rem ==============================================================... | 1,810 |
the-stack-v2-dedup | Batchfile | @echo off
npm run lint && npm start | 1,811 |
the-stack-v2-dedup | Batchfile | javac -cp ".;C:\javalib\mysql-connector-java-8.0.16.jar" client/*.java sqlReader/*.java apps/*.java shell/*.java^
&& java -cp ".;..;C:\javalib\mysql-connector-java-8.0.16.jar" main.client.Main^
|| EXIT 1 | 1,812 |
the-stack-v2-dedup | Batchfile | @ECHO OFF cmd /k cd /d %cd%
ant -buildfile %cd%\buildJson\buildCN.xml
| 1,813 |
the-stack-v2-dedup | Batchfile | call ..\run-test.bat "../../assets/short sample video-144p.3gp" "../points-perspective.txt" "../out-perspectivefourier-144p.3gp" f
| 1,814 |
the-stack-v2-dedup | Batchfile | set CLASSPATH=FillWord5.jar
java FillWord5.FillWordFrame FillWord5.FillWordGrows 10 english.lower.txt -1
| 1,815 |
the-stack-v2-dedup | Batchfile | C:\Fasm\FasmDos\FASM reader.asm
C:\DOS\TASM\TD reader.exe
del reader.exe
| 1,816 |
the-stack-v2-dedup | Batchfile | @echo off
C:
cd "%userprofile%\Desktop"
| 1,817 |
the-stack-v2-dedup | Batchfile | @echo off
node tools/build
pause | 1,818 |
the-stack-v2-dedup | Batchfile | @echo off
start ej2d.exe scripts2/main1.lua | 1,819 |
the-stack-v2-dedup | Batchfile | cmd_/home/pi/workspace/SystemProgramming_Firewatch/LEDDriver/led_driv.ko := ld -r -EL -T ./scripts/module-common.lds -T ./arch/arm/kernel/module.lds --build-id -o /home/pi/workspace/SystemProgramming_Firewatch/LEDDriver/led_driv.ko /home/pi/workspace/SystemProgramming_Firewatch/LEDDriver/led_driv.o /home/pi/workspac... | 1,820 |
the-stack-v2-dedup | Batchfile | if not exist coverage mkdir coverage
.\tools\opencover\OpenCover.Console.exe -target:".\tools\NUnit-2.6.4\bin\nunit-console.exe" -targetargs:"/nologo src\OpenCoverSample.Test\bin\Debug\OpenCoverSample.Test.dll /noshadow" -filter:"+[*]* -[*.Test]*" -output:"coverage\_CodeCoverageResult.xml" -register:user
.\tools... | 1,821 |
the-stack-v2-dedup | Batchfile | qemu-system-arm.exe -M versatilepb -cpu arm1176 -m 256 -hda E:\qemu\image.qcow -net user,hostfwd=tcp::5022-:22 -net nic -dtb versatile-pb-buster.dtb -kernel kernel-qemu-4.19.50-buster -append "root=/dev/sda2 panic=1"
| 1,822 |
the-stack-v2-dedup | Batchfile | @echo off
cls
set projectName=%1
if "%~1"=="" SET /P projectName=Please enter a solution name:
REM echo we read %projectName%
if "%projectName%"=="" set projectName=NewProject
set SolutionPath=%projectName%
:: We exit if solution folder exist.
if exist %SolutionPath% ( goto :eof)
:: Folder structure based on http... | 1,823 |
the-stack-v2-dedup | Batchfile | cls
@echo off
cmadmix2
madmix
| 1,824 |
the-stack-v2-dedup | Batchfile | cd %CD%
java -Xmx1024m -Dssh.tunnel.prefixs=oracle -jar target/common-web-1.0.war | 1,825 |
the-stack-v2-dedup | Batchfile | ECHO Updating deployment files in Restaurant Skill
call ludown parse toluis --in ..\..\..\..\assistant\CognitiveModels\LUIS\en\general.lu -o %0\..\en -n General --out general.luis
call ludown parse toluis --in ..\CognitiveModels\LUIS\en\reservation.lu -o %0\..\en -n reservation --out reservation.luis
| 1,826 |
the-stack-v2-dedup | Batchfile | setlocal ENABLEDELAYEDEXPANSION
del %2\alias_*.obj %2\thunk_*.c %2\thunk_*.obj
del %2\genstubs.log
set LastDll=
for /f "tokens=1,2,3,4 delims=," %%h in (%1) do (
aliasobj __imp_%%k _%%i_%%j_Ptr %2\alias_%%i_%%j.obj
aliasobj %%k _DirectCall_%%j@0 %2\alias_%%i_%%j_DirectCall.obj
echo #define _DLLNAME_ %%i > ... | 1,827 |
the-stack-v2-dedup | Batchfile | del ..\..\..\..\Releases\PluginsMaterial\Lazurite.ActionsDomain.dll
xcopy Lazurite.ActionsDomain.dll ..\..\..\..\Releases\PluginsMaterial\
EXIT | 1,828 |
the-stack-v2-dedup | Batchfile | @echo off
echo Starting bot
node app.js | 1,829 |
the-stack-v2-dedup | Batchfile | miner.exe --server 198.245.61.24 --port 8200 --user %1.%2 --pass x --algo 192_7 --pers EquivPoW --pec | 1,830 |
the-stack-v2-dedup | Batchfile | @set PATH=C:\Program Files\NSIS;C:\Program Files (x86)\NSIS;%PATH%
:clean
rmdir /S /Q dist
rmdir /S /Q build
:pybuild
python setup.py py2exe
:addresources
copy VineyardInstaller.nsi dist\VineyardInstaller.nsi
copy gui\grapes.png dist\grapes.png
copy gui\splash.png dist\splash.png
copy res\header.bmp dis... | 1,831 |
the-stack-v2-dedup | Batchfile | call \render\batch\render\render_srender_s25_d7_g10_b10_N1_ps6_ts150.bat 1534787979-GettyImages-1609615.jpg | 1,832 |
the-stack-v2-dedup | Batchfile | FOR /F "tokens=1,2,3 delims=@" %%a IN ("%1") do (
set scheme=%%a
set action=%%b
set parameter=%%c
)
start %action% %parameter% | 1,833 |
the-stack-v2-dedup | Batchfile | call mvn install:install-file -Dfile=UberJar.jar -DgroupId=com.github.lyokofirelyte -DartifactId=UberJar -Dversion=1.0 -Dpackaging=jar | 1,834 |
the-stack-v2-dedup | Batchfile | type null > input\ok.txt | 1,835 |
the-stack-v2-dedup | Batchfile | [Process021]
ProcessID=BackupProject
Project=0
Destination=Y:/Program Management/cobra processing/LCS21/0/0 2017/0 05.17 Cobra Processing/0 May 2017 Cobra Backups
IncludeAncillaryFiles=0
ExcludeLinkFiles=0
| 1,836 |
the-stack-v2-dedup | Batchfile | call \render\batch\render\render_srender_s25_d7_g5_b10_N1_ps6_ts100.bat 1534787979-AP_091018014000.jpg | 1,837 |
the-stack-v2-dedup | Batchfile | D:\josiah\Projects\DDV\build\DDV.exe --fasta="D:\Genomes\Ash Finished Genomes\FRAX14_CLC_SSPACE_GAPCLOSER.fasta" --outname="F. americana (FRAX14)"
D:\josiah\Projects\DDV\build\DDV.exe --fasta="D:\Genomes\Ash Finished Genomes\FRAX15_CLC_SSPACE_GAPCLOSER.fasta" --outname="F. angustifolia subsp. oxycarpa (FRAX15)"
D:\jos... | 1,838 |
the-stack-v2-dedup | Batchfile | @echo off
cd "C:\Users\Administrator\.jenkins\workspace\oasis\target\"
java -jar oasis.jar
echo good bye | 1,839 |
the-stack-v2-dedup | Batchfile |
REM jacky genetic
createobbGenetic jacky.off jackyG.obb > olp1.out
createobbGenetic jacky.off jackyG.obb > olp2.out
copy olp1.out + olp2.out + olp3.out + olp4.out + olp5.out + olp6.out + olp7.out + olp8.out + olp9.out + olp10 jackyG.txt
| 1,840 |
the-stack-v2-dedup | Batchfile | @echo off
SET files=Core/Arc.py ^
Core/GUI.py ^
Core/InputManager.py ^
Core/MusicManager.py ^
Core/Particles.py ^
Core/Snake.py ^
Core/RandomBonus.py ^
Core/ComboColorBox.py ^
Core/Profile.py ^
Core/BonusManager.py
SET output=flak... | 1,841 |
the-stack-v2-dedup | Batchfile | @echo off
cls
:start
echo Starting server...
ROK.exe -batchmode -nographics -silentcrash
echo.
echo Restarting server...
timeout /t 10
echo.
goto start
| 1,842 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
ECHO %~nx0
ECHO ----------------------------------------------------------------------
SET Fallout=%~1
SET Flash=%~2
SET DataFile=%~3
REM
ECHO The Adobe Flash executable to use.
ECHO Flash: %Flash%
ECHO.
ECHO The data file to use.
ECHO DataFile: %DataFile%
ECHO.
REM ------------------------------------------... | 1,843 |
the-stack-v2-dedup | Batchfile | @echo off
set std=/std:c++latest
set output=athi.exe
set olvl=
set wlvl=-W3 /wd4530 /wd4005 /wd4996
set options=%std% %wlvl% %olvl% %std%
set src=.\src\*.cpp
set libs=opengl32.lib .\dep\Windows\glew32s.lib .\dep\Windows\glfw3dll.lib user32.lib gdi32.lib kernel32.lib
set includes=/I .\dep\Windows\
del %output%
cl /EH... | 1,844 |
the-stack-v2-dedup | Batchfile | for %%s in (.pic) do PATHGOESHERE\ps3umi.exe %%s %%~ns.bmp
pause | 1,845 |
the-stack-v2-dedup | Batchfile | dolrewrite bootldr.dol
| 1,846 |
the-stack-v2-dedup | Batchfile | node PlatformAPICreateTool.max.js
pause | 1,847 |
the-stack-v2-dedup | Batchfile | @echo off
rem ***************************************
rem * create folders
rem *
rem ***************************************
md PROGRAMS
md DOWNLOADS
md WORKSPACES
echo Done.
| 1,848 |
the-stack-v2-dedup | Batchfile | rename dist\arelle-win-x64.exe arelle-win-x64-2018-01-04.exe
| 1,849 |
the-stack-v2-dedup | Batchfile | cl *.cpp /EHsc /GL /Ox /arch:AVX /openmp /Fe.\EvolveNetwork.exe
| 1,850 |
the-stack-v2-dedup | Batchfile | plop --plopfile ./node_modules/rrmb-generator/generators/index.js | 1,851 |
the-stack-v2-dedup | Batchfile |
curl http://localhost:8080/projects/latestdata
pause
| 1,852 |
the-stack-v2-dedup | Batchfile | @echo off
rem A simple script which demonstrates how to extract all strings from rc files.
echo Generating string files...
perl rcstrings.pl -a
pause
| 1,853 |
the-stack-v2-dedup | Batchfile | @echo off
set CLASSPATH=
set _INPUT="testmp4.mp4"
set _OUTPUT=%cd%
java -Xmx512M -jar SuperEncryption-1.0.jar -encrypt -i "%_INPUT%" -o "%_OUTPUT%"
pause
| 1,854 |
the-stack-v2-dedup | Batchfile | makeabn .\char\1.BMP ..\data\gfx\char.abn 0
makeabn .\char\2.BMP ..\data\gfx\char.abn 1
makeabn .\char\3.BMP ..\data\gfx\char.abn 2
makeabn .\char\4.BMP ..\data\gfx\char.abn 3
makeabn .\char\disc1.BMP ..\data\gfx\char.abn 4
makeabn .\char\disc2.BMP ..\data\gfx\char.abn 5 | 1,855 |
the-stack-v2-dedup | Batchfile | set ANT_OPTS=-DCRAP4J_HOME=hooks/crap4j
"C:\Users\Admin93\.p2\pool\plugins\org.apache.ant_1.9.4.v201504302020\bin\ant" run-crap4j
echo "Script completed"
pause
| 1,856 |
the-stack-v2-dedup | Batchfile | RMDIR /Q /S PES
DEL *.zip *.exe
@PAUSE
| 1,857 |
the-stack-v2-dedup | Batchfile | start https://top-3-sources.myshopify.com/admin/apps/ebay/ListingsPublished | 1,858 |
the-stack-v2-dedup | Batchfile | cmd_/home/cj/linux_character/linux_ownchara/test_mutex/Module.symvers := sed 's/ko$$/o/' /home/cj/linux_character/linux_ownchara/test_mutex/modules.order | scripts/mod/modpost -m -a -o /home/cj/linux_character/linux_ownchara/test_mutex/Module.symvers -e -i Module.symvers -T -
| 1,859 |
the-stack-v2-dedup | Batchfile | powershell.exe -noprofile -executionpolicy bypass -File "D:\Ordner\Script-ueberwachung.ps1" | 1,860 |
the-stack-v2-dedup | Batchfile | java -jar jsdoc-toolkit/jsrun.jar jsdoc-toolkit/app/run.js -a -c=jsdoc-toolkit/conf/mixer.conf | 1,861 |
the-stack-v2-dedup | Batchfile | @echo off
cls
java -splash:res/splash.gif org.nerdybeans.antfarm.view.MainWindow | 1,862 |
the-stack-v2-dedup | Batchfile | @echo off
use_python_ver anaconda
| 1,863 |
the-stack-v2-dedup | Batchfile | cmd_/home/cc/Desktop/wil6210_kernel_modification/wil6210/wil6210.ko := ld -r -m elf_x86_64 -z max-page-size=0x200000 -T ./scripts/module-common.lds --build-id -o /home/cc/Desktop/wil6210_kernel_modification/wil6210/wil6210.ko /home/cc/Desktop/wil6210_kernel_modification/wil6210/wil6210.o /home/cc/Desktop/wil6210_kerne... | 1,864 |
the-stack-v2-dedup | Batchfile | @echo off
::-------------------WARNING------------------------
::This is a system document,you shouldn't change it.
::Group of class 801 Control System
::Document 0004 -.\system\check\checkprogram.bat
::2014/6/4
::--------------------------------------------------
ping -n 1 localhost>nul
mode con:cols=60 lines=30
color... | 1,865 |
the-stack-v2-dedup | Batchfile | pyinstaller -c -F rmmpty_tree.py
| 1,866 |
the-stack-v2-dedup | Batchfile | duarouter.exe -n ../Netzmodell2.net.xml -r result.trip.xml -o randomrouten.xml | 1,867 |
the-stack-v2-dedup | Batchfile | start scripts\run_server
start scripts\run_client
exit | 1,868 |
the-stack-v2-dedup | Batchfile | @echo off
setlocal enabledelayedexpansion
title %7.bat
set /a js=%1
set /a time_d=%Date:~8,2%
set /a time_h=%Time:~0,2%
set /a time_m=%Time:~3,1%*10+%Time:~4,1%
set /a time_s=%Time:~6,1%*10+%Time:~7,1%
set /a ntp_old=%time_d%*24*60*60+%time_h%*60*60+%time_m%*60+%time_s%
set /a ntp_now=%nt... | 1,869 |
the-stack-v2-dedup | Batchfile | @echo off
rem code by cn-dos moniuming
title 华容道...
echo.
echo. 欢迎使用本绿色无毒无任何插件的"华容道"小游戏,使用方法如下:
echo. 1.游戏目的:把标记为"0"(曹操)的方块移动到最下面的缺口处即算胜利.
echo. 2.如果要移动某个方块,输入其序号和方向,然后回车即可,如要把下图中的8往右移动
echo. 一格,输入"8d"(不含引号)然后回车即可.
echo. 3.本游戏支持一个方块连续的移动,如要把下图中的6移动到9的旁边(下==^>右),
... | 1,870 |
the-stack-v2-dedup | Batchfile | p4 edit ..\..\work\shaders\particles\*.bin
cd particles
"C:\Program Files\Microsoft Xbox 360 SDK\bin\win32\fxc.exe" /DBILLBOARD /Gfp /T fxl_3_0 particle.fx /Fo ..\..\..\work\shaders\particles\particle0.bin
"C:\Program Files\Microsoft Xbox 360 SDK\bin\win32\fxc.exe" /DUPFACING ... | 1,871 |
the-stack-v2-dedup | Batchfile | @echo off
set CompileFiles= ..\src\server.cpp ..\src\user.cpp ..\src\network.cpp ..\src\platform.cpp ..\src\logging.cpp
set CompileFlags= -nologo -Zi -Gm- -W4 -D_CRT_SECURE_NO_WARNINGS -DNOMINMAX -MTd -EHsc -Foobj/
set IncludeDirs= -I..\thirdparty\include
set LinkLibs=enet.lib ws2_32.lib winmm.lib user32.lib
pushd bu... | 1,872 |
the-stack-v2-dedup | Batchfile | InstallUtil -i CountMember.exe | 1,873 |
the-stack-v2-dedup | Batchfile | npm install -g live-server && live-server
| 1,874 |
the-stack-v2-dedup | Batchfile | cd ..\Angular\eventmanager
ng build --op ..\..\EventSystemWebApi\wwwroot --watch
cd ..\..\Skripte | 1,875 |
the-stack-v2-dedup | Batchfile | jar cvf Sets.jar -C out\production\Sets com
jar uvf Sets.jar -C resources plugin.yml
| 1,876 |
the-stack-v2-dedup | Batchfile | call ver.bat
%~pd0%QZ% x "%~pd0%axtlsx%.tar.gz" -y -o"%~pd0"
%~pd0%QZ% x "%~pd0%axtlsx%.tar" -y -o"%~pd0"
del "%~pd0%axtlsx%.tar"
exit | 1,877 |
the-stack-v2-dedup | Batchfile | cmd_/scratch/mitchell/builds/4.3-arm-none-linux-gnueabi-respin/lite/obj/linux-2009q1-203-arm-none-linux-gnueabi-i686-pc-linux-gnu/tmp-install/include/linux/can/.install := perl scripts/headers_install.pl /scratch/mitchell/builds/4.3-arm-none-linux-gnueabi-respin/lite/obj/linux-2009q1-203-arm-none-linux-gnueabi-i686-pc-... | 1,878 |
the-stack-v2-dedup | Batchfile | net use /d * /y | 1,879 |
the-stack-v2-dedup | Batchfile | @echo on
SET PATH=%PATH%;%~dp0..\..\compiler\pp\bin\win32
set ASW=%~dp0..\..\compiler\pp\bin\win32
set PPC=%~dp0..\..\compiler\pp\bin\win32
ppc386 -Fu%~dp0..\..\compiler\pp\units\win32\rtl -Fi%~dp0..\..\compiler\pp\units\win32\rtl -I%~dp0..\..\compiler\pp\units\win32\rtl %1
set exe=%~dpn1.exe
if exist %exe% copy ... | 1,880 |
the-stack-v2-dedup | Batchfile | @echo off&setlocal enabledelayedexpansion
rem 根目录多库增量备份脚本
rem 读取项目库增量列表文件project_incre_list.conf,并忽略其中;开头的行
rem 带参数为winrar,备份好以后启用rar压缩,并且删除源文件
rem 可以添加脚本到windows计划任务 每天运行一次
rem ================================================
rem 说明:启动备份时,需要配置两个环境变量
rem 1、SVN_HOME 指定svn的安装目录
rem 2、SVN_ROO... | 1,881 |
the-stack-v2-dedup | Batchfile | deploylocal.bat & pause
| 1,882 |
the-stack-v2-dedup | Batchfile | @echo off
setlocal enabledelayedexpansion
goto :main
:main
setlocal
call create_string variable "what are you talking about"
call capitalize "!variable!" return
echo !return!
endlocal
goto :eof | 1,883 |
the-stack-v2-dedup | Batchfile | set apiKey=%~1
call "Nuget Publish Pipelines.Core.bat" %apiKey%
call "Nuget Publish Pipelines.bat" %apiKey%
| 1,884 |
the-stack-v2-dedup | Batchfile | /* Ajout de la bibliothèque du lot dans la liste système des bibliothèques */
/* CPP: CREABIBLOT */
CMD PROMPT('Création d''un lot de dev')
PARM KWD(DESCLOT) TYPE(*CHAR) LEN(50) MIN(1) PROMPT('Description de lot')
/**... | 1,885 |
the-stack-v2-dedup | Batchfile | REM # CVE-2019-18988
REM # Teamviewer Local Privesc
REM https://community.teamviewer.com/t5/Announcements/Specification-on-CVE-2019-18988/td-p/82264
reg query HKLM\SOFTWARE\WOW6432Node\TeamViewer\Version7 /v Version
reg query HKLM\SOFTWARE\WOW6432Node\TeamViewer\Version7
reg query HKLM\SOFTWARE\TeamViewer\Temp /v Se... | 1,886 |
the-stack-v2-dedup | Batchfile | link.exe /ERRORREPORT:PROMPT /OUT:"%TARGET_PATH%.dll" /INCREMENTAL:NO /NOLOGO /DYNAMICBASE "kernel32.lib" "user32.lib" "gdi32.lib" "winspool.lib" "comdlg32.lib" "advapi32.lib" "shell32.lib" "ole32.lib" "oleaut32.lib" "uuid.lib" "odbc32.lib" "odbccp32.lib" "C:/netnode/time-windows/x64/basis/acme.lib" "C:/netnode/time-wi... | 1,887 |
the-stack-v2-dedup | Batchfile | @echo off
nuget restore ..\Projects\RubezhService\RubezhService.sln
nuget restore ..\Projects\RubezhAdministrator\RubezhAdministrator.sln
nuget restore ..\Projects\RubezhMonitor\RubezhMonitor.sln
nuget restore ..\Projects\GKOPCServer\GKOPCServer.sln
set BuildFilesPath=%cd%
set NAntPath=%cd%\..\3rdParty\NAnt\bin\NAnt.... | 1,888 |
the-stack-v2-dedup | Batchfile | cmd_drivers/input/keyboard/applespi.mod := { echo drivers/input/keyboard/applespi.o; echo; } > drivers/input/keyboard/applespi.mod
| 1,889 |
the-stack-v2-dedup | Batchfile | @echo on
IF NOT EXIST "%CD%\pac.bat" (
SET HOME=%~dp0
) ELSE (
SET HOME=%CD%
)
echo "%HOME%"
CHDIR /D "%HOME%"
SET TRIGGER_CONTEXT=MesSimulatorTriggers.xml
SET TRIGGER_DEFAULT_CONTEXT=classpath:/sg/znt/pac/resources/xml/TscPacCoreContext.xml
SET DEO_PATH=../config/mes-simulator-deo
start /D "%HOME%" pac.bat star... | 1,890 |
the-stack-v2-dedup | Batchfile | @echo off
SETLOCAL
:: Set global variable and create folder
set install_dir=C:\GreenSoft
set aria2=%install_dir%\aria2\aria2c.exe
set vimlink=http://tuxproject.de/projects/vim/complete-x64.7z
set vimpack=vim-x64.7z
set vimdir=%install_dir%\vim-x64
set zipper=C:\PROGRA~1\7-Zip\7z.exe
set luabin=http://joedf.ahkscript.or... | 1,891 |
the-stack-v2-dedup | Batchfile | kotlinc src\App.kt -include-runtime -d myapp.jar
@echo off
set /p string=введите текст:
echo | java -jar myapp.jar
pause | 1,892 |
the-stack-v2-dedup | Batchfile | @rem Program: checkproject
@rem Author: Markus Schordan, 2011
@rem adapted by TeM for java 2013
@rem adapted to generate my.out for checking errors (TM) - 20.09.2013
@echo off
if "%1"=="" (
echo Usage: %~xn0 FULLJAVATYPENAME
echo Perform tests with program FULLJAVATYPENAME using the test files
e... | 1,893 |
the-stack-v2-dedup | Batchfile | del *.a90
del *.ini
cd ..
deltree /y list
deltree /y obj
| 1,894 |
the-stack-v2-dedup | Batchfile | #######################################################
# #
# Encounter Command Logging File #
# Created on Wed May 24 17:05:30 2017 #
# #
########################################... | 1,895 |
the-stack-v2-dedup | Batchfile | @echo off
for /R /D %%f in (test-*) do (
echo %%f
cd %%f
cmd /c run.bat
) | 1,896 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
REM
REM Keep our environment variable changes local.
REM
SETLOCAL
REM
REM These commands must be executed in a normal Command Prompt window ^(i.e.
REM not a Visual Studio one^) while in the root CEROD checkout directory.
REM
SET NETFX45ONLY=1
SET COREONLY=1
SET STATICONLY=
SET INTEROPONLY=
..\..\dotnet\Exte... | 1,897 |
the-stack-v2-dedup | Batchfile | md C:\Users\benig\AppData\Local\nvim\autoload
mklink C:\Users\benig\AppData\Local\nvim\autoload\plug.vim C:\Users\benig\dotfiles\plug.vim
mklink C:\Users\benig\AppData\Local\nvim\init.vim C:\Users\benig\dotfiles\init.vim
mklink C:\Users\benig\.bashrc C:\Users\benig\dotfiles\.bashrc
| 1,898 |
the-stack-v2-dedup | Batchfile | nuget pack .\ServiceBusExplorer.csproj | 1,899 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.