source string | code_lang string | content string | idx int64 |
|---|---|---|---|
the-stack-v2-dedup | Batchfile | cd C:\src\comet
git pull
dotnet build src/Comet.Game --configuration Release
xcopy /c /f /s /e /y "src\Release\net5.0" "C:\zfserver" /exclude:exclude.txt
pause | 6,600 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
cd "D:"\"Manga"\
http-server -p 11112
PAUSE | 6,601 |
the-stack-v2-dedup | Batchfile | node.exe downloadresource.js | 6,602 |
the-stack-v2-dedup | Batchfile | D:\phpStudy\php54n\php.exe D:\client\mg\bet.php | 6,603 |
the-stack-v2-dedup | Batchfile | #/bin/bash
source ~/.env
echo "NOTE: if you're using redis-cli to connect, make sure the firewall is open. We locked it down to prevent unauthorized access after it kept going down."
# Have to use internal IP/DNS since firewall is setup to only allow internal connections
ssh $REDIS_PROD_USER
if [ $? -ne 0 ]
then
e... | 6,604 |
the-stack-v2-dedup | Batchfile | java -classpath notification-arvo-server.jar;lib/activation-1.1.jar;lib/activemq-all-5.5.0.jar;lib/aopalliance-1.0.jar;lib/asm-3.3.1.jar;lib/asm-commons-3.3.1.jar;lib/asm-tree-3.3.1.jar;lib/aspectjrt-1.6.11.jar;lib/aspectjweaver-1.6.11.jar;lib/avalon-framework-4.1.3.jar;lib/avro-1.5.4.jar;lib/avro-ipc-1.5.4.jar;lib/cgl... | 6,605 |
the-stack-v2-dedup | Batchfile | @echo off
set T_FILENAME="TR_NBA Jam (U) (V1.1) [!].gg"
set S_FILENAME="NBA Jam (U) (V1.1) [!].gg"
set SCRIPTNAME="nbajamgg"
java -jar Hextractor.jar -cip %S_FILENAME% %T_FILENAME% %SCRIPTNAME%.ips
java -jar Hextractor.jar -frm %SCRIPTNAME%_readme.txt %SCRIPTNAME%_readme.txt %S_FILENAME%
pause
| 6,606 |
the-stack-v2-dedup | Batchfile | @echo off
set ndkPath=D:/Android_Env/android-ndk-r10e
call %ndkPath%/ndk-build clean APP_ABI="armeabi-v7a,x86,arm64-v8a" APP_PLATFORM=android-19
call %ndkPath%/ndk-build APP_ABI="armeabi-v7a" APP_PLATFORM=android-19
copy obj\local\armeabi-v7a\libz.a jni
rd /q /s obj
copy jni\libz.a ..\..\android\j... | 6,607 |
the-stack-v2-dedup | Batchfile | ..\prog\xslt2 book3.xml book3.xsl book3.htm
| 6,608 |
the-stack-v2-dedup | Batchfile | @echo off
call diffo -tx 10 -th 20 -d diffo.db -s SID -x http://host:50000 -u login -p password start addHost refresh finish
| 6,609 |
the-stack-v2-dedup | Batchfile | set PATH=E:\Apps\Qt\Qt5.8_MSVC64\5.8\msvc2015_64\bin;E:\Apps\Python35;%PATH%
set PYRCC5=E:\Apps\Python35\pyrcc5.exe
%PYRCC5% resources.qrc -o resources.py
| 6,610 |
the-stack-v2-dedup | Batchfile | mvn org.apache.maven.plugins:maven-dependency-plugin:2.8:list > client-dependencylist.txt | 6,611 |
the-stack-v2-dedup | Batchfile | echo "Building Project on date= %date% and time= %time%" | 6,612 |
the-stack-v2-dedup | Batchfile | cmd_/home/newboder/X-Hyper270B-2.3/device/btn/built-in.o := rm -f /home/newboder/X-Hyper270B-2.3/device/btn/built-in.o; /opt/iwmmxt-1.0.0/bin/arm-linux-ar rcs /home/newboder/X-Hyper270B-2.3/device/btn/built-in.o
| 6,613 |
the-stack-v2-dedup | Batchfile | @echo off
set T_FILENAME="TR_T2 - The Arcade Game (U) [!].gb"
set SCRIPTNAME="t2thearcadegamegb"
java -jar Hextractor.jar -eh %T_FILENAME% %SCRIPTNAME%.ext.hex
pause
| 6,614 |
the-stack-v2-dedup | Batchfile | CMD PROMPT('Unpack Zipped File')
/* REQUIRED PARAMETERS */
PARM KWD(ZIPFILE) TYPE(*PNAME) LEN(128) MIN(1) +
EXPR(*YES) CASE(*MIXED) PROMPT('ZIP file +
name')
/* OPTIONAL PARAMETERS */
... | 6,615 |
the-stack-v2-dedup | Batchfile | cmd_drivers/media/common/b2c2/built-in.a := rm -f drivers/media/common/b2c2/built-in.a; aarch64-xilinx-linux-ar rcSTPD drivers/media/common/b2c2/built-in.a
| 6,616 |
the-stack-v2-dedup | Batchfile | cd ..
del /s /q build
mkdir build
cd build
cmake -G "Visual Studio 12 Win64" -DSTANDALONE=OFF ../neo
pause | 6,617 |
the-stack-v2-dedup | Batchfile | :: "BUILD.bat" v1.0.0 (2018/12/16) by Tristano Ajmone
:: -----------------------------------------------------------------------------
:: REQUIREMENTS -- To run this script you'll need to install:
:: - Asciidoctor (Ruby):
:: https://asciidoctor.org/
:: - Highlight >= 3.45:
:: http://www.andre-simon.de/
:: ---------... | 6,618 |
the-stack-v2-dedup | Batchfile | E:\Sujay_Automation\RestAPIAutomation\RestAPI_Using_RestAssured
mvn clean install | 6,619 |
the-stack-v2-dedup | Batchfile | @echo off
rem
rem Delete
rem By Paul Clark (C)Jul 1993
rem
rem Displays a filename and deletes it
rem
echo Deleting %1
del %1 | 6,620 |
the-stack-v2-dedup | Batchfile | SPEC-benchmark-test.ini
| 6,621 |
the-stack-v2-dedup | Batchfile | @echo off
setlocal
if exist coverage.bat goto ok
echo coverage.bat must be run from its folder
goto end
: ok
call env.bat
if not exist test_temp mkdir test_temp
if exist .\test_temp\coverage.out del .\test_temp\coverage.out
set param1=%1
set param2=%2
set param3=%3
set param4=%4
if "%1" == "-htm... | 6,622 |
the-stack-v2-dedup | Batchfile | @echo off
REM Run gcov to print the coverage report
REM AStyleWxTestc must be run to create the *.gcno files
REM change the following to the file to be printed
set gcovfile=AStyleIFace
set mingwdir=C:\Programs\MinGW\bin
cd ..\build\cb-mingw\objc\AStyleWx\src
REM check for the graph file created by the com... | 6,623 |
the-stack-v2-dedup | Batchfile |
set slnPath=%~dp0
cd ../bin
xcopy /r /y WpfPageTransitions.dll ..\Setup\src\bin\
xcopy /r /y RCNdemo.exe ..\Setup\src\bin\
cd ../
xcopy /r /y .\resource\* .\Setup\src\resource\
where /q 7z
if not ERRORLEVEL 1 (7z a -sfx .\Setup\Setup.exe .\Setup\src\)
rmdir /s/q .\Setup\src
pause | 6,624 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
TITLE %~n0
SETLOCAL
ECHO. Add password to NTFS file stream
ECHO YourPassword>FileName.cmd:text
ECHO. Get password back
FOR /F "usebackq delims=" %i IN (FileName.cmd:text) DO ECHO. %i
ECHO. Get password back within script
FOR /F "usebackq delims=" %%i IN (FileName.cmd:text) DO SET p=%%i
ENDLOC... | 6,625 |
the-stack-v2-dedup | Batchfile | reg ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion" /v EditionId /t REG_SZ /d Professional /f
reg ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion" /v ProductName /t REG_SZ /d "Windows 10 Pro" /f | 6,626 |
the-stack-v2-dedup | Batchfile | git archive -o .git_tmp.zip %1
rd "%TEMP%\gitdiff" /q /s
mkdir "%TEMP%\gitdiff"
unzip .git_tmp.zip -d "%TEMP%\gitdiff"
start meld .\ "%TEMP%\gitdiff"
del .git_tmp.zip
| 6,627 |
the-stack-v2-dedup | Batchfile | avr-gcc -Os -DF_CPU=16000000UL -mmcu=atmega328p -c -o dfjd.o dfjd.c
avr-gcc -mmcu=atmega328p dfjd.o -o dfjd
avr-objcopy -O ihex -R .eeprom dfjd dfjd.hex
avrdude -F -V -c arduino -p ATMEGA328P -P COM3 -b 115200 -U flash:w:dfjd.hex
pause | 6,628 |
the-stack-v2-dedup | Batchfile | cmd_/opt/git-hub/linux_driver/lrf020/lrf020.o := arm-linux-ld -EL -r -o /opt/git-hub/linux_driver/lrf020/lrf020.o /opt/git-hub/linux_driver/lrf020/rf.o /opt/git-hub/linux_driver/lrf020/uz2400d.o /opt/git-hub/linux_driver/lrf020/lrf020_main.o
| 6,629 |
the-stack-v2-dedup | Batchfile |
set toolUrl=..\..\..\tools\mergeTex
set toPath=..\..\..\main
@rd %cd%\out\imgs /S /Q
xcopy %cd%\imgs\*.jpg %cd%\out\imgs\ /S /Q /Y
node %toolUrl%\complessImg.js %cd%\imgs %cd%\out\imgs
xcopy %cd%\out\imgs\*.* %toPath%\resource\imgs\ /S /Q /Y
pause | 6,630 |
the-stack-v2-dedup | Batchfile | @call RunSample CreateExamenData
| 6,631 |
the-stack-v2-dedup | Batchfile | dotnet Data\bin\Debug\netcoreapp3.1\Data.dll scriptDll=Script\bin\Debug\netcoreapp3.1\Script.dll ids=[4] purpose=Test | 6,632 |
the-stack-v2-dedup | Batchfile | e:
echo .
echo ...initing
echo 脚本开始
set str_time_first_bit="%time:~0,1%"
if %str_time_first_bit%==" " (
set str_date_time=%date:~0,4%%date:~5,2%%date:~8,2%_0%time:~1,1%%time:~3,2%%time:~6,2%
)else (
set str_date_time=%date:~0,4%%date:~5,2%%date:~8,2%_%time:~0,2%%time:~3,2%%time:~6,2%
)
set yymmddhhmmss=%s... | 6,633 |
the-stack-v2-dedup | Batchfile | echo 'current workspace:'
dir
call ./mvnw clean package -DskipTests
echo build success
call ./mvnw.cmd -version
call ./mvnw.cmd install:install-file -Dfile=target/shared-plugin-interfaces-4.1.13.jar -DgroupId=com.terwergreen -DartifactId=shared-plugin-interfaces -Dversion=4.1.13 -Dpackaging=jar
call ./mvnw.cmd instal... | 6,634 |
the-stack-v2-dedup | Batchfile | copy src\tomato.js+src\matter.js+src\zzfx.js+shapes.js+game.js /b combined.js
java -jar cl.jar --js combined.js --js_output_file output.js --compilation_level ADVANCED_OPTIMIZATIONS
::SIMPLE_OPTIMIZATIONS
::ADVANCED_OPTIMIZATIONS
pause
inliner -m "index.html" > "output.html" | 6,635 |
the-stack-v2-dedup | Batchfile | @echo off
title The 2nd batch file
echo Started DEPLOY batch file!
pause | 6,636 |
the-stack-v2-dedup | Batchfile | ## NOTE If you see ## before the PUT command, the trigger is unfinished. It needs the ending and/or beginning messaging
##Paladin spells are pretty much done. Other guilds not so much. Each spell should be set up as follows:
##THE VARIABLES SHOULD BE IN ALL CAPITALS. COUR NOT Cour
##Trigger to turn spell on.... | 6,637 |
the-stack-v2-dedup | Batchfile | cmd_/tmp/pine/usr/src/linux-headers-3.10.105-bsp-1.2/include/linux/usb/.install := /bin/sh scripts/headers_install.sh /tmp/pine/usr/src/linux-headers-3.10.105-bsp-1.2/include/linux/usb /home/david/projects/temp/linux-pine64/include/uapi/linux/usb audio.h cdc-wdm.h cdc.h ch11.h ch9.h functionfs.h g_printer.h gadgetfs.h ... | 6,638 |
the-stack-v2-dedup | Batchfile | :: Can only use 2MGFX.exe on Windows...
SET PATH=%PATH%;C:\Program Files (x86)\MSBuild\MonoGame\v3.0\Tools
2MGFX.exe %cd%\DefaultEffect2D.fx %cd%\DefaultEffect2D.mgfxo
pause | 6,639 |
the-stack-v2-dedup | Batchfile | call \render\batch\render\render_srender_s25_d5_g10_b10_N1_ps6_ts200.bat 1534787979-AP_17275321724868.jpg | 6,640 |
the-stack-v2-dedup | Batchfile | :: =============================================================================
:: author : Walter Schreppers
:: filename : compile.bat
:: created : 1/3/2018
:: modified :
:: version :
:: copyright : Walter Schreppers
:: bugreport(log):
:: description : Compile batch file for... | 6,641 |
the-stack-v2-dedup | Batchfile | cd /
cd C:\Python27
python C:\\Users\\Renato\\Documents\\GitHub\\bigdata\\python\\mincemeat.py -p changeme localhost
pause | 6,642 |
the-stack-v2-dedup | Batchfile | @echo off
powershell -noexit "Set-ExecutionPolicy Bypass -Scope Process -Force"
| 6,643 |
the-stack-v2-dedup | Batchfile | @(REM coding:CP866
REM Script to unpack preinstalled and no-install software to new PCs
REM by LogicDaemon <www.logicdaemon.ru>
REM This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License <http://creativecommons.org/licenses/by-sa/4.0/deed.ru>.
SETLOCAL ENABLEEXTENSIONS
... | 6,644 |
the-stack-v2-dedup | Batchfile | @echo ---------------------------------------------------------
@echo run.bat - Use to run all the Java 2D sample programs on
@echo Windows systems.
@echo This assumes "java" is in your executable path,
@echo and you are using JDK 1.2 FCS or greater
@echo ----------------------------------... | 6,645 |
the-stack-v2-dedup | Batchfile | basica t | 6,646 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
REM change console charset "codepage" to UTF-8
CHCP 65001
:: +-------------------------------------------------------------------------
:: |
:: | WPN-XM Server Stack - Daemon Status Monitor
:: |
:: +-----------------------------------------------------------------------<3
:: set window title
TI... | 6,647 |
the-stack-v2-dedup | Batchfile | @echo off
set OS_AUTH_URL=http://10.28.3.240:5000/v3
set OS_IDENTITY_API_VERSION=3
set OS_TENANT_NAME=
set OS_PROJECT_NAME=
set OS_USERNAME=
set OS_PASSWORD=
set OS_DOMAIN_NAME=
set OS_FLAVOR=
set OS_IMAGE=
set OS_KEY_PAIR_NAME=
set OS_REGION_NAME=
set OS_FLAVOR=
set OS_PROJECT_NAME_DEP=
set OS_FLAVOR_DEP=
set OS_TENA... | 6,648 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
TheWordAlphabetSequence Comforter_-_20040601TheyGotTheGirl_AllVitalSignsOfPath_TheWayTheCamelotEmbracesChristianity_NoMoreTablesIsIndexed.txt Comforter_-_20040601TheWordAlphabetSequenceTheyGotTheGirl_AllVitalSignsOfPath_TheWayTheCamelotEmbracesChristianity_NoMoreTablesIsIndexed.xml | 6,649 |
the-stack-v2-dedup | Batchfile | @node_modules/.bin/jest --runInBand | 6,650 |
the-stack-v2-dedup | Batchfile | @echo off
SET DIR=%~dp0%
cd %DIR%doccano/app/server/static
call npm start
cd %DIR% | 6,651 |
the-stack-v2-dedup | Batchfile | require labs-vip_chop-chic-01,plcfactory
require iocStats,ae5d083
iocshLoad("/epics/base-7.0.2/require/3.0.5/siteMods/labs-vip_chop-chic-01/plcfactory/labs-vip_chop-chic-01.iocsh","IPADDR=172.30.242.16,RECVTIMEOUT=3000,SAVEFILE_DIR=/root/vip-chop-mini/LabS-VIP_Chop-IOC-mini")
epicsEnvSet("IOCNAME","LabS-VIP:Chop-CHIC... | 6,652 |
the-stack-v2-dedup | Batchfile | java -jar runPart1.jar | 6,653 |
the-stack-v2-dedup | Batchfile | @echo off
@if "%1"=="" goto :HELP1
@if "%2"=="" goto :HELP1
set FBTT=%1
set FBTN=%2
@if "%FIREBIRD%"=="" (goto :HELP2 & goto :EOF)
@if "%ISC_USER%"=="" (goto :HELP3 & goto :EOF)
@if "%ISC_PASSWORD%"=="" (goto :HELP4 & goto :EOF)
@echo FIREBIRD=%FIREBIRD%
@echo ISC_USER=%ISC_USER%
@echo ISC_PASSWORD=%ISC_PASSWORD%
:... | 6,654 |
the-stack-v2-dedup | Batchfile | @echo off
cls
echo.
echo :: Disabling Windows Update
timeout /t 2 /nobreak > NUL
net stop wuauserv
sc config wuauserv start= disabled
cls
echo.
echo :: Disabling Data Logging Services
timeout /t 2 /nobreak > NUL
taskkill /f /im explorer.exe
:: Disable Tracking Services and Data Collection
cls
reg add "HKLM\SOFTWA... | 6,655 |
the-stack-v2-dedup | Batchfile | @echo off
pushd %~dp0
call python -B gen_dist.py %*
rem break on errors
IF %ERRORLEVEL% NEQ 0 (
echo cleaning result - FAILED!
)
popd
exit /B %ERRORLEVEL%
| 6,656 |
the-stack-v2-dedup | Batchfile | @echo off
call ratelimitcheck.bat
call batchhttp.bat "https://discordapp.com/api/v6/guilds/%guild%/bans/%user%" -method DELETE -headers-file header.txt -saveTO response.txt
if %debug% equ true echo [%date% - %time%] Unbanned user ^| Guild %guild% ^| User %user% >>output.log | 6,657 |
the-stack-v2-dedup | Batchfile | @echo off
del bin\*.pdb
del windows\*.pdb
if exist windows\Release rd windows\Release /s /q
pause | 6,658 |
the-stack-v2-dedup | Batchfile | call extern\premake\premake5.exe vs2019
PAUSE | 6,659 |
the-stack-v2-dedup | Batchfile | @echo off
title [UI-device] Anyframe Cloud for MSA
mvn spring-boot:run | 6,660 |
the-stack-v2-dedup | Batchfile | cmd_/home/chethan/workspace/mm/mm_taskstruct.ko := ld -r -m elf_x86_64 -z max-page-size=0x200000 -T ./scripts/module-common.lds --build-id -o /home/chethan/workspace/mm/mm_taskstruct.ko /home/chethan/workspace/mm/mm_taskstruct.o /home/chethan/workspace/mm/mm_taskstruct.mod.o ; true
| 6,661 |
the-stack-v2-dedup | Batchfile | call gradlew build
if "%ERRORLEVEL%" == "0" goto rename
echo.
echo GRADLEW BUILD has errors - breaking work
goto fail
:rename
del build\libs\crud.war
ren build\libs\crud-tasks-0.0.1-SNAPSHOT.war crud.war
if "%ERRORLEVEL%" == "0" goto stoptomcat
echo Cannot rename file
goto fail
:stoptomcat
cd \
cd apache-tomcat-9.0.... | 6,662 |
the-stack-v2-dedup | Batchfile | hexpand -t md5 -s 4697843037d962f62a5a429e611e0f5f -l 40 -m b
| 6,663 |
the-stack-v2-dedup | Batchfile | setlocal
set JDK14_HOME=C:\j2sdk1.4.2_19
del DOHRobot*.class
%JDK14_HOME%\bin\javac -target 1.4 -classpath %JDK14_HOME%\jre\lib\plugin.jar DOHRobot.java
rem del DOHRobot.jar
%JDK14_HOME%\bin\jar xvf DOHRobot.jar META-INF
%JDK14_HOME%\bin\jar cvf DOHRobot.jar DOHRobot*.class META-INF
rem %JDK14_HOME%\bin\jarsigner -keys... | 6,664 |
the-stack-v2-dedup | Batchfile | java -jar C:\CUP\cup.jar %1 %2 | 6,665 |
the-stack-v2-dedup | Batchfile | cmd_/home/yarib/ZYBO_projects/Drivers/adc/adc.ko := arm-xilinx-linux-gnueabi-ld -EL -r -T ./scripts/module-common.lds --build-id -o /home/yarib/ZYBO_projects/Drivers/adc/adc.ko /home/yarib/ZYBO_projects/Drivers/adc/adc.o /home/yarib/ZYBO_projects/Drivers/adc/adc.mod.o
| 6,666 |
the-stack-v2-dedup | Batchfile | ghc Main.hs -package objectio -o Slide.exe -optl "-Wl,--subsystem,windows" | 6,667 |
the-stack-v2-dedup | Batchfile | del bin\*.xlsm
copy template\DBTBL_postgres.xlsm bin\DBTBL.xlsm
cscript vbac.wsf combine
mv bin\DBTBL.xlsm bin\DBTBL_postgres.xlsm
copy template\DBTBL_mysql.xlsm bin\DBTBL.xlsm
cscript vbac.wsf combine
mv bin\DBTBL.xlsm bin\DBTBL_mysql.xlsm
| 6,668 |
the-stack-v2-dedup | Batchfile | cls
IF NOT EXIST "packages\FAKE\tools\Fake.exe" ".\NuGet.exe" Install "FAKE" -OutputDirectory "packages" -ExcludeVersion
IF NOT EXIST "packages\NUnit.ConsoleRunner\tools\nunit3-console.exe" ".\NuGet.exe" Install "NUnit.Runners" -OutputDirectory "packages" -ExcludeVersion
"packages\FAKE\tools\Fake.exe" build.fsx
| 6,669 |
the-stack-v2-dedup | Batchfile | load "tevmap.msh"
ct t; g 0; sel 100; tevmap {ctl {0 0}} {ctl {1 1}}
g 0; sel 0; ct nil; ci nil; co nil
| 6,670 |
the-stack-v2-dedup | Batchfile | protoc --proto_path=api/proto/v1 --proto_path=third_party/google/protobuf --go_out=plugins=grpc:pkg/api/v1 playlist-service.proto | 6,671 |
the-stack-v2-dedup | Batchfile | @echo off
set main=./examples/ui-wrap-expand-text/wrap-expand-dynamictext.js
cd ..
cd ..
npm run watch | 6,672 |
the-stack-v2-dedup | Batchfile | sudo systemctl stop warforkServer
steamcmd +@NoPromptForPassword 1 +login <user> <pass> +app_update 671610 validate +quit
sudo systemctl start warforkServer
| 6,673 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
SET counter=130
:loop
set /A counter=counter+1
if %counter% gtr 250 SET counter=130
ftp -i -v -A -s:ls.ftp 10.0.25.77 >> ftp.log
cat p1
cat p2
cmd /c reboot
set sleep_counter=%counter%
:sleep_loop
sleep 1
set /A sleep_counter=sleep_counter-1
echo %sleep_counter% seconds left till reb... | 6,674 |
the-stack-v2-dedup | Batchfile | @echo off
if x%OS% == xWindows_NT goto :start
echo You need WindowsNT or newer to run this script.
exit
:mk_dir
if not exist %1 mkdir %1
goto :EOF
:build_vtx
set NAME=vtx_%1
hlsl_tool %_SRC_%\%NAME%.hlsl %_BIN_%\%NAME%.cod %_BIN_%\%NAME%.prm vs_3_0
echo %NAME%>> %PROG_LIST%
goto :EOF
:build_pix... | 6,675 |
the-stack-v2-dedup | Batchfile | python -m nasty %*
| 6,676 |
the-stack-v2-dedup | Batchfile | ECHO Copying coderec.py file into Sublime Text 3 plugins folder
echo f | xcopy /f/y "coderec.py" "C:\Users\%username%\AppData\Roaming\Sublime Text 3\Packages\User"
ECHO Copying is complete.
@Pause | 6,677 |
the-stack-v2-dedup | Batchfile | @SET ComSpec=%SystemRoot%\system32\cmd.exe
@set JAVA_1.5_HOME=%ProgramFiles%\Java\jdk1.5.0_22
@set JAVA_HOME=%JAVA_1.5_HOME%
@set MAVEN_HOME=C:\Maven
@set MAVEN_OPTS=-Xms256m -Xmx1024m
@set PATH=%JAVA_HOME%\bin;%JAVA_HOME%\jre\bin;%MAVEN_HOME%\bin;%PATH%
@set THIRD_PARTY=C:\__WorkSpace__\SM_ThirdParty
@SET V... | 6,678 |
the-stack-v2-dedup | Batchfile | rem BAT file to generate combined JAXB files for GPX and Trackpointextensionv2
rem DEST_DIR must already exist
set XJC=C:\Java\JDK\jdk1.6.0_20\bin\xjc.exe
set XSD_DIR=C:\eclipseWorkspaces\Work\net.kenevans.gpx
set DEST_DIR=C:\Scratch\GPX\GPX-GpxTrackpointextensionv2-XSD
set PACKAGE=net.kenevans.gpxtrackpointexte... | 6,679 |
the-stack-v2-dedup | Batchfile | echo Generate String Resources
Resxible.exe -t="android" -c="Common.resx" -m="Master.resx" -d="..\..\Sample.Android\Resources\Values\Strings.xml"
Resxible.exe -t="ios" -c="Common.resx" -m="Master.resx" -d="..\..\Sample.iPhone\en.lproj\Localizable.strings"
PAUSE | 6,680 |
the-stack-v2-dedup | Batchfile | @echo off
set RUNTIMEDIR=%1
if defined RUNTIMEDIR goto build
echo Parameter missing, please do not execute generic scripts directly
exit /b
:build
if exist .\data\cars\categories\free\*.* call .\create_dir .\%RUNTIMEDIR%
if exist .\data\cars\categories\free\*.* call .\create_dir .\%RUNTIMEDIR%\categories
... | 6,681 |
the-stack-v2-dedup | Batchfile | cp ./src/types.ts ./web/src/
cp ./src/util.ts ./web/src/
cd web
tsc -w | 6,682 |
the-stack-v2-dedup | Batchfile | set PATH=%PATH%;C:\Program Files\Java\jdk1.8.0_101\bin
java -cp "./mysql-connector-java-5.1.15-bin.jar;." Crawler
| 6,683 |
the-stack-v2-dedup | Batchfile | @echo off
echo.
if %1. == mark. goto tmetest
goto exit
:tmetest
if exist gradarm.tme goto endtme
echo Grading and testing history log > gradarm.tme
:endtme
gradmark gradarm.tme
:exit
echo.
| 6,684 |
the-stack-v2-dedup | Batchfile | compare\diff solutions\output0.txt output0.txt
compare\diff solutions\output1.txt output1.txt
compare\diff solutions\output4.txt output4.txt | 6,685 |
the-stack-v2-dedup | Batchfile | echo off
echo echo %1 ^> sys/devices/platform/mcp_6442-user/reg > temp.txt
echo echo %3 ^> sys/devices/platform/mcp_6442-user/data >> temp.txt
echo sleep 0.3 >>temp.txt
echo echo %2 ^> sys/devices/platform/mcp_6442-user/reg >> temp.txt
echo echo %4 ^> sys/devices/platform/mcp_6442-user/data >> temp.txt
echo echo %1 ^> ... | 6,686 |
the-stack-v2-dedup | Batchfile | tasm /m /ut310 wssdrv2
tlink /3 wssdrv2
execom wssdrv2 itwss2.drv
copy itwss2.drv ..
| 6,687 |
the-stack-v2-dedup | Batchfile | @echo OFF
:: in case DelayedExpansion is on and a path contains !
setlocal DISABLEDELAYEDEXPANSION
php -c D:\wanmp\php56n\php-composer.ini "%~dp0composer.phar" %*
| 6,688 |
the-stack-v2-dedup | Batchfile | java -jar SmartParser.jar | 6,689 |
the-stack-v2-dedup | Batchfile | @echo off
start "server" npm start
start "client" npm start --prefix ./client/
start "mongo" mongod | 6,690 |
the-stack-v2-dedup | Batchfile | cmd_/home/oscar/d/writing_linux_device/mutex/mutexes_condition/init.ko := ld -r -m elf_x86_64 -T /usr/src/linux-headers-3.2.0-4-common/scripts/module-common.lds --build-id -o /home/oscar/d/writing_linux_device/mutex/mutexes_condition/init.ko /home/oscar/d/writing_linux_device/mutex/mutexes_condition/init.o /home/oscar... | 6,691 |
the-stack-v2-dedup | Batchfile | @echo off
set type=%1
set mode=%2
set msvc=%3
set libname=%4
rem ************************************************************************
rem * check script arguments
if "%1"=="dll" goto argonegiven
if "%1"=="lib" goto argonegiven
goto argproblem
:argonegiven
if "%2"=="release" goto argtwogiven
if "%2"=="debug" got... | 6,692 |
the-stack-v2-dedup | Batchfile | cmd.exe /c npm install querystring
cmd.exe /c npm install websocket
cmd.exe /c npm install mysql
::cmd.exe /c npm install rtcmulticonnection
::Serach of Node JS installed path
Set Reg.Key=HKEY_CURRENT_USER\Software\Node.js
Set Reg.Val=InstallPath
For /F "Tokens=2*" %%A In ('Reg Query "%Reg.Key%" /v "%Reg.Val%" ^| Find... | 6,693 |
the-stack-v2-dedup | Batchfile | @echo off
echo ================================================================
echo ## ##
echo ## Place bach file with 7za.exe in the folder you want backup ##
echo ## ##
echo ====================... | 6,694 |
the-stack-v2-dedup | Batchfile | @echo off
REM TODO: Let's validate SERVICE_NAME and SERVICE_FILE environment variables.
REM Let's ask service to stop...
REM Note: NET STOP will wait on the service to stop before it returns to the command prompt.
net stop "%SERVICE_NAME%"
REM Now let's kill the process (if it is still running).
REM Note: taskkill w... | 6,695 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
ECHO ======================================================================
ECHO PLEASE INSTALL PYTHON 3.7.9 AND ADD PIP TO PATH BEFORE CONTINUING
ECHO ======================================================================
PAUSE
ECHO ======================================================================
ECHO... | 6,696 |
the-stack-v2-dedup | Batchfile | @echo off
#!/bin/sh
cd ./minecraft/%1/
.\ServerStart.bat 2048 4096
| 6,697 |
the-stack-v2-dedup | Batchfile | tasm /oi run.asm
link386 run,,,d:\emx\lib\os2 thunker,run.def
del/q *.obj *.map >&nul
| 6,698 |
the-stack-v2-dedup | Batchfile | cmd_/home/jiang/tftpboot/dirver-3th/scull.ko := arm-linux-gnueabihf-ld -EL -r -T /home/jiang/linux-socfpga/scripts/module-common.lds --build-id -o /home/jiang/tftpboot/dirver-3th/scull.ko /home/jiang/tftpboot/dirver-3th/scull.o /home/jiang/tftpboot/dirver-3th/scull.mod.o
| 6,699 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.