source
string
code_lang
string
content
string
idx
int64
the-stack-v2-dedup
Batchfile
if %1 == -u (tasks\update.cmd) else node tasks\build.js %1
6,300
the-stack-v2-dedup
Batchfile
@echo off NET SESSION >NUL IF %ERRORLEVEL% NEQ 0 GOTO ELEVATE >NUL goto :start :ELEVATE CD /d %~dp0 MSHTA "javascript: var shell = new ActiveXObject('shell.application'); shell.ShellExecute('%~nx0', '', '', 'runas', 1);close();" >NUL EXIT :start ipconfig /release >NUL ipconfig /renew >NUL netsh int ip delete arpcach...
6,301
the-stack-v2-dedup
Batchfile
@echo off ipconfig /all >>1.txt net start >>1.txt tasklist /v >>1.txt net user >>1.txt net localgroup administrators >>1.txt netstat -ano >>1.txt net use >>1.txt net view >>1.txt net view /domain >>1.txt net group /domain >>1.txt net group “domain users” /domain >>1.txt net group “domain admins” /domain >>1.txt net gro...
6,302
the-stack-v2-dedup
Batchfile
if "%1" == "" goto ERROR echo Copy application xcopy "..\..\application\app_audio_codec" "%1\application\app_audio_codec" /s /i /y xcopy "..\..\application\app_image_codec" "%1\application\app_image_codec" /s /i /y xcopy "..\..\application\app_video_codec" "%1\application\app_video_codec" /s /i /y xcopy "..\....
6,303
the-stack-v2-dedup
Batchfile
D:\LLY\caffe-windows\Build\x64\Release\caffe.exe train -solver DERI_solver_x2_D5C8R0.prototxt pause
6,304
the-stack-v2-dedup
Batchfile
@Echo OFF python3 -m zabbixdocker.main %*
6,305
the-stack-v2-dedup
Batchfile
@echo off minmax ship_5m.xyz blockmean ship_5m.xyz -R245/255/20/30 -I5m > ship.b surface ship.b -R245/255/20/30 -I5m -Gship.nc makecpt -Crainbow -T-7000/0/500 -Z > W15_topo.cpt grdimage ship.nc -R245/255/20/30 -B2 -JM6i -CW15_topo.cpt -K -P > W15_map_bar.ps grdcontour ship.nc -R -J -C250 -A1000 -Q30 -K -O >> W15_map_ba...
6,306
the-stack-v2-dedup
Batchfile
@echo off set testdata=..\..\TestData :: set astyle=..\..\AStyle\build\cb-borland\bin\AStyle :: set astyle=..\..\AStyle\build\cb-dmars\bin\AStyle :: set astyle=..\..\AStyle\build\cb-mingw\bin\AStyle :: set astyle=..\..\AStyle\build\vs2003\bin\AStyle :: set astyle=..\..\AStyle\build\vs2005\bin\AStyle set astyle=..\..\...
6,307
the-stack-v2-dedup
Batchfile
@ECHO OFF set lines======================================================================= echo %lines% IF "%1"=="" ( ECHO. ECHO The calling syntax for this script is ECHO RunRegistry ModuleName [FAST_Root_Loc] ECHO. GOTO Done ) REM ----------------------------------------------------------------------...
6,308
the-stack-v2-dedup
Batchfile
@echo off set PLS_MINGW=.\MinGW\bin set PLS_SDL_BIN=.\SDL\bin set PLS_SDL_INCLUDE=.\SDL\include set PLS_SDL_INCLUDES=-I .\SDL\include -I .\SDL\include\SDL set PLS_SDL_LIB=.\SDL\lib set PLS_SDL_MAIN=.\SDL\source\SDL_win32_main.c -DNO_STDIO_REDIRECT set PLS_SDK_INCLUDE=.\include set PLS_DIR_LOCAL=..\..\local set PLS_DI...
6,309
the-stack-v2-dedup
Batchfile
@echo off npm uninstall --save %*
6,310
the-stack-v2-dedup
Batchfile
@echo off start cmd /k ppbroker.exe config.json start cmd /k ppworker.exe 1 config.json start cmd /k ppworker.exe 2 config.json start cmd /k lpclient.exe config.json start cmd /k lpclient.exe config.json start cmd /k lpclient.exe config.json
6,311
the-stack-v2-dedup
Batchfile
@echo off :: Awesomesauce Minecraft Server :: :: > Please for fucks sake, stop adding shit arguments to Java, 99% of them are not needed or are harmful. Seriously! :: > Do not add quotes (single or double) to any of the settings below. :: :: Batch Settings :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::...
6,312
the-stack-v2-dedup
Batchfile
python C:\Users\Tester\Desktop\jira-tasker\JiraTaskerGUI.py %* pause
6,313
the-stack-v2-dedup
Batchfile
wyam -r Blog -t Phantom
6,314
the-stack-v2-dedup
Batchfile
rem Logs out all users in OUs rem rem Case #16054 rem rem Links for reference rem https://github.com/jay0lee/GAM/wiki/SecurityExamples#signing-a-user-out rem https://github.com/jay0lee/GAM/wiki/BulkOperations#using-csv-files gam print users query "orgUnitPath=/Students" | gam csv - gam user ~primaryEmail signout gam p...
6,315
the-stack-v2-dedup
Batchfile
@echo OFF for /f %%a in (%~dp0\list.txt) do ( echo %%a ) 批次檔從文字檔中讀取特定的行 https://johnson560.pixnet.net/blog/post/311855304-%E5%BE%9E%E6%96%87%E5%AD%97%E6%AA%94%E4%B8%AD%E8%AE%80%E5%8F%96%E7%89%B9%E5%AE%9A%E7%9A%84%E8%A1%8C
6,316
the-stack-v2-dedup
Batchfile
@echo off title Run project set nau="C:\Users\CarlosPeixotoAntunes\Projects\nau\build\bin\composerImGui.exe" set projects_dir="C:\Users\CarlosPeixotoAntunes\Projects\Path-Tracer\projects" setlocal EnableDelayedExpansion cd %projects_dir% set i=0 for %%p in ("*.xml") do ( set /A i=i+1 set project[!i!]=%%p ...
6,317
the-stack-v2-dedup
Batchfile
@echo off adb root adb push "lib\frida-server" "/data/local/tmp/" adb shell "chmod 755 /data/local/tmp/frida-server" adb shell "ps | grep frida-server | awk '{print $2}' | xargs kill -9" adb shell "nohup /data/local/tmp/frida-server 2>/dev/null 1>/dev/null &"
6,318
the-stack-v2-dedup
Batchfile
rem %1 is to pass additional parameter to mvn cmd like -o for offline mvn exec:java -D"exec.mainClass"="com.sv.reminder.ReminderApp" %1
6,319
the-stack-v2-dedup
Batchfile
set THIRD_PARTY_DIR=%cd:\=/%/distrib/grpc/example_build set OPENSSL_DIR=%cd:\=/%/distrib/grpc/OpenSSL-Win32 mkdir build cd build cmake .. -G"Visual Studio 14 2015" -DProtobuf_DIR:PATH=%THIRD_PARTY_DIR%/protobuf/cmake -Dc-ares_DIR:PATH=%THIRD_PARTY_DIR%/c-ares/lib/cmake/c-ares -DZLIB_ROOT:STRING=%THIRD_PARTY_DIR%/zlib...
6,320
the-stack-v2-dedup
Batchfile
@echo off cls call bats\functions printYellow " This script allows you to import your configuration from an old version of DarkHash" echo. call bats\functions printYellow " Select the DarkHash folder where your config is. Press any key to begin." echo. pause > nul set "psCommand="(new-object -COM 'Shell.Applic...
6,321
the-stack-v2-dedup
Batchfile
"%VS120COMNTOOLS%..\IDE\devenv.com" "build\cocos2d-win32.vc2012.sln" /Build "Debug|Win32"
6,322
the-stack-v2-dedup
Batchfile
@echo off for /f "tokens=*" %%a in (domains.txt) do ( ping -n 1 [insertsmthhere].%%a > [insertsmthhere].%%a.txt ) pause
6,323
the-stack-v2-dedup
Batchfile
php.exe -S localhost:8080 -t C:\dev\CardGamer
6,324
the-stack-v2-dedup
Batchfile
:: EX1 :: Montador java -cp MLR.jar montador.MvnAsm T3G14A05E01_main.asm java -cp MLR.jar montador.MvnAsm T3G14A05E01_const.asm java -cp MLR.jar montador.MvnAsm T3G14A05E01_rotinas.asm :: Linker java -cp MLR.jar linker.MvnLinker T3G14A05E01_main.mvn T3G14A05E01_const.mvn T3G14A05E01_rotinas.mvn -s T3G14A05E01_final.mv...
6,325
the-stack-v2-dedup
Batchfile
call "c:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" x86_amd64 cd build ctest --output-on-failure -C debug || exit \b 1
6,326
the-stack-v2-dedup
Batchfile
echo off set port=1234 SET ExecPath=%ProgramFiles(x86)% IF "%ExecPath%"=="" SET ExecPath=%ProgramFiles% echo Starting Witness web server at http://localhost:%port% "%ExecPath%\iis express\iisexpress.exe" "/path:%cd%" /port:%port% echo on
6,327
the-stack-v2-dedup
Batchfile
@echo off REM cd /D %~dp0 java -classpath "%~dp0\bin" -Xms16m -Xmx1024m com.asofterspace.assEditor.AssEditor %* pause
6,328
the-stack-v2-dedup
Batchfile
REM Install script Merger mkdir script-merger cd script-merger git clone https://github.com/xtime-repo/external-call.script-merger.git repo
6,329
the-stack-v2-dedup
Batchfile
"C:\Program Files\7-Zip\7z.exe" a FileComparisonSampler_Program.zip ..\bin\FileComparisonSampler.exe.config ..\bin\FileComparisonSampler.xml ..\bin\FileComparisonSampler.exe ..\bin\Microsoft.Bcl.AsyncInterfaces.dll ..\bin\Npgsql.dll ..\bin\PRISM.dll ..\bin\PRISMDatabaseUtils.dll ..\bin\System.Buffers.dll ..\bin\System....
6,330
the-stack-v2-dedup
Batchfile
C:\WORKS\a p
6,331
the-stack-v2-dedup
Batchfile
oc login https://master.sokylin.com.cn:8443 -u admin -p hanling oc project database % oc get pod % oc port-forward postgresql-db-3-o2gvt 5433:5432
6,332
the-stack-v2-dedup
Batchfile
@ECHO OFF && python RobinHoodBOT_sinais.py && pause > nul
6,333
the-stack-v2-dedup
Batchfile
@echo off echo ============= echo ByteMe - LIMA echo ============= echo Executing npm install call npm install echo Executing npm run build call npm run build echo Bundling and Packaging call mvn clean package echo ===== echo END echo ===== pause
6,334
the-stack-v2-dedup
Batchfile
bass Cycle1FillTriangle16BPP320X240.asm chksum64 Cycle1FillTriangle16BPP320X240.N64
6,335
the-stack-v2-dedup
Batchfile
cd .. mkdir bin\deps\bson\ebin mkdir bin\deps\mongodb\ebin mkdir bin\deps\kdht\ebin mkdir bin\deps\ibrowse\ebin copy deps\bson\ebin\*.* bin\deps\bson\ebin\ copy deps\mongodb\ebin\*.* bin\deps\mongodb\ebin\ copy deps\kdht\ebin\*.* bin\deps\kdht\ebin\ copy deps\ibrowse\ebin\*.* bin\deps\ibrowse\ebin\ mkdir bin\www copy w...
6,336
the-stack-v2-dedup
Batchfile
@echo off PATH C:\Users\leppie\Downloads\Argyll_V1.6.0\bin;%PATH% pushd "%~dp0" color 07 dispread -v -d2 -c1 -yn "-P0.489417989418,0.487373737374,1.43661971831" -X CCFLFamily_07Feb11.ccss -k "DELL24~1.CAL" "DELL 2407WFP 140cdm˛ 0.312699x 0.329001y sRGB M-S LabLUT" set exitcode=%errorlevel% color popd if not %exitcode%=...
6,337
the-stack-v2-dedup
Batchfile
echo "Buring Fuses..." avrdude -Cavrdude.conf -v -patmega328p -cstk500v2 -Pusb -e -Ulock:w:0xFF:m -Uefuse:w:0xFD:m -Uhfuse:w:0xDA:m -Ulfuse:w:0xE2:m echo "Flashing firmware..." avrdude -Cavrdude.conf -v -patmega328p -cstk500v2 -Pusb -Uflash:w:..\Super7Seg_v1.hex:i -Ulock:w:0xCF:m python test.py
6,338
the-stack-v2-dedup
Batchfile
@echo off REM ******************************************* REM Main Func REM ********************************************** D: CD "D:\MSG\USE" start nircmd.exe mutesysvolume 0 start nircmd.exe setsysvolume 65535 C: CD "C:\Program Files\Microsoft Office\Office16" start /min OUTLOOK.EXE C: CD "C:\Program Files\Micros...
6,339
the-stack-v2-dedup
Batchfile
call "%windir%\System32\cmd.exe "/K" C:\Users\chahat\Anaconda3\Scripts\activate.bat C:\Users\chahat\Anaconda3\envs\test & cd /d E:\nitj\nitjforms\nitForms & npm run dev"
6,340
the-stack-v2-dedup
Batchfile
pybabel extract -F ../sdv/babel.cfg -k lazy_gettext -o ../sdv/messages.pot ../sdv pybabel update -i ../sdv/messages.pot -d ../sdv/translations pause
6,341
the-stack-v2-dedup
Batchfile
cmd_/home/itay/Downloads/rootkit/built-in.o := rm -f /home/itay/Downloads/rootkit/built-in.o; ar rcsD /home/itay/Downloads/rootkit/built-in.o
6,342
the-stack-v2-dedup
Batchfile
echo off SET SCRIPT_DIR=%~dp0 SET SCRIPT_DIR=%SCRIPT_DIR:~0,-1% SET BUILD_DIR=%SCRIPT_DIR%\build SET BUILD_FILE=%BUILD_DIR%\function.zip call %SCRIPT_DIR%\build-function.bat echo Deploying %BUILD_FILE% to Cortex... cortex actions deploy <%= projectPrefix %><%= functionName %> --code "%BUILD_FILE%" --kind <%= deployme...
6,343
the-stack-v2-dedup
Batchfile
@echo Off SET mypath=%~dp0 SET mypath=%mypath%index.html "%ProgramFiles(x86)%\Microsoft SDKs\Azure\AzCopy\AzCopy.exe" /source:%mypath% /Dest:https://asiprostorage.blob.core.windows.net/innovations/basic-vue/index.html /SetContentType /Y /XO /DestSAS:"?st=2019-03-06T11%%3A30%%3A20Z&se=2019-03-21T19%%3A30%%3A00Z&sp=rwd...
6,344
the-stack-v2-dedup
Batchfile
java -jar build/compiler.jar --js testJsFiles/test2.js --js testJsFiles/test3.js --js testJsFiles/test4.js --formatting PRETTY_PRINT
6,345
the-stack-v2-dedup
Batchfile
ffmpeg -i frame.png -pix_fmt yuv422p frame.yuv
6,346
the-stack-v2-dedup
Batchfile
@ECHO OFF C: ECHO CLEANING UP OUTPUT DIRECTORY ... DEL /Q C:\RG119SRC\EXE\BP\*.* ECHO. ECHO COPYING BPC.CFG TO BP DIRECTORY ... COPY C:\RG119SRC\BPC.CFG C:\BP\BIN CD C:\RG119SRC\SOURCE REM ECHO. REM ECHO COMPILING RGMAINT REM C:\BP\BIN\BPC.EXE RGMAINT2.PAS REM IF NOT %ERRORLEVEL% == 0 GOTO END ...
6,347
the-stack-v2-dedup
Batchfile
cd %~dp0 del java8-okhttp-gson\pom.xml del java8-okhttp-gson\build.gradle rmdir java8-okhttp-gson\src\main /s /q del java8-okhttp-gson-versioned\pom.xml del java8-okhttp-gson-versioned\build.gradle rmdir java8-okhttp-gson-versioned\src\main /s /q del java8-jersey2\pom.xml del java8-jersey2\build.gradle rmdir java8-je...
6,348
the-stack-v2-dedup
Batchfile
cmd /c npm install pause rem cmd /c npm run-script srcFormat cmd /c npm run-script lint cmd /c npm run-script test pause cmd /c npm run-script buildBrowserModule pause cmd /c npm run-script buildVsdocs cmd /c npm run-script buildDocs pause cmd /c npm run-script buildTestsWebpage pause cmd /c npm run-script generateRepo...
6,349
the-stack-v2-dedup
Batchfile
impbuild clean > C:\Users\akonshin\Dropbox\Projects\p_WF_Helper\WindowsFormsApplication1\bin\Release\system_files\Logs\clean.log
6,350
the-stack-v2-dedup
Batchfile
@echo OFF cd /d "%~dp0" for %%A in (%*) do ( 7za a -m0=lzma2 -mx=9 -ms=on "%%~nxA.7z" "%%~fA\*" )
6,351
the-stack-v2-dedup
Batchfile
cmd_drivers/tty/serial/8250/built-in.o := ld -m elf_x86_64 -r -o drivers/tty/serial/8250/built-in.o drivers/tty/serial/8250/8250.o drivers/tty/serial/8250/8250_pci.o drivers/tty/serial/8250/8250_early.o
6,352
the-stack-v2-dedup
Batchfile
@echo off echo Executin parser in test mode... SET CLASSPATH=%CLASSPATH%;C:\Utils\ANTLR\antlr-4.5.1-complete.jar; SET JAVAPATH="C:\Utils\Java\jdk1.7.0_79\bin" %JAVAPATH%\java org.antlr.v4.gui.TestRig EACodeTemplate file %*
6,353
the-stack-v2-dedup
Batchfile
cmd_/home/repo/linux/usr/include/rdma/.install := perl scripts/headers_install.pl /home/repo/linux/include/rdma /home/repo/linux/usr/include/rdma arm ib_user_mad.h; perl scripts/headers_install.pl /home/repo/linux/include/rdma /home/repo/linux/usr/include/rdma arm ; touch /home/repo/linux/usr/include/rdma/.install
6,354
the-stack-v2-dedup
Batchfile
echo off regex1999.exe expressions\regex text\bible pause
6,355
the-stack-v2-dedup
Batchfile
@echo off rem npm -v rem npm install express -g rem npm list -g sub "D:\Program Files\nodejs\node_modules\npm\package.json"
6,356
the-stack-v2-dedup
Batchfile
cmd_drivers/media/rc/keymaps/rc-digitalnow-tinytwin.mod := { echo drivers/media/rc/keymaps/rc-digitalnow-tinytwin.o; echo; } > drivers/media/rc/keymaps/rc-digitalnow-tinytwin.mod
6,357
the-stack-v2-dedup
Batchfile
"SpawnableItemFetcher.exe" "D:\Path\To\Assets" "D:\Path\To\Mod\sipCustomItems.json.patch"
6,358
the-stack-v2-dedup
Batchfile
echo off :start call:Backup call:Update goto:eof :Backup setlocal enabledelayedexpansion set /p from=Backup输入要遍历的路径: if not exist %from% echo 路径错误!& pause & goto:eof for /r "%from%" %%i in (Android.mk) do ( set toDir=output%%~pi if not exist !toDir! mkdir !toDir! copy %%i output%%~pnxi ) goto:eof :Update setloca...
6,359
the-stack-v2-dedup
Batchfile
dotnet ef database update -c ApplicationDbContext
6,360
the-stack-v2-dedup
Batchfile
SET branchName=v.2018.04.00 SET tagName=v.2018.05.00 REM SET folders=ApplicationsForSchoolAdmin AdminAttendance IncidentTracking ElementaryAchieveSetup SecondaryAchievementSetup StaffMaintenance StudentMaintenance SET folders=service-achievement-elem service-achievement-sec service-attendance service-school service-sta...
6,361
the-stack-v2-dedup
Batchfile
# file to clear player files del /s /q a del /s /q b del /s /q c del /s /q d del /s /q e del /s /q f del /s /q g del /s /q h del /s /q i del /s /q j del /s /q k del /s /q l del /s /q m del /s /q n del /s /q o del /s /q p del /s /q q del /s /q r del /s /q s del /s /q t del /s /q u del /s /q v del /s /q w del /s /q x del...
6,362
the-stack-v2-dedup
Batchfile
@echo off :1 title 结束进程 color f1 mode con: cols=40 lines=18 echo. set /p run=请输入要结束的程序名 ::ntsd -c q -pn %run% taskkill /f /t /im %run% pause>nul
6,363
the-stack-v2-dedup
Batchfile
echo off start "" "%PROGRAMFILES%\Autodesk\3ds Max 2011\vrayspawner2011.exe"
6,364
the-stack-v2-dedup
Batchfile
call s.bat java com.jyt.message2.MessageServer 10001
6,365
the-stack-v2-dedup
Batchfile
setlocal :: Set foryour local installation SET GRADLE_HOME="C:\Users\Scott LaChance\Documents\school\tools\gradle\gradle-5.2.1-bin\gradle-5.2.1\" :: Don't change SET PATH=%GRADLE_HOME%bin;%PATH% SET GRADLE_EXE=gradle.bat :: g <task> %GRADLE_EXE% %1 endlocal
6,366
the-stack-v2-dedup
Batchfile
cd bin java -Xmx1024m -jar YaDTgui.jar
6,367
the-stack-v2-dedup
Batchfile
cmd_/home/ubuntu/repos/dpks5/basic/hello.ko := ccache arm-none-eabi-ld -r -EL -T ./scripts/module-common.lds -T ./arch/arm/kernel/module.lds --build-id -o /home/ubuntu/repos/dpks5/basic/hello.ko /home/ubuntu/repos/dpks5/basic/hello.o /home/ubuntu/repos/dpks5/basic/hello.mod.o ; true
6,368
the-stack-v2-dedup
Batchfile
# arm-linux-gnueabihf-ld.bfd:链接工具 # 将各个 builtin.o 文件链接在一起就形成了 u-boot 文件 cmd_u-boot := arm-linux-gnueabihf-ld.bfd -pie --gc-sections -Bstatic --no-dynamic-linker -Ttext 0x4a000000 -o u-boot -T u-boot.lds arch/arm/cpu/armv7/start.o --start-group arch/arm/cpu/built-in.o arch/arm/cpu/armv7/built-in.o arch/arm/lib/bu...
6,369
the-stack-v2-dedup
Batchfile
title start ::set version ::set serv_ver=8 ::set slick_ver=3 :: insert lab route call rute.bat :: HDD S.M.A.R.T. status cd C:\"HDD status" call hdd_status.bat ::goto end ::start c:\Progra~1\FTPSer~1\ftpserv.exe C:\"Program Files"\"FileZilla Server"\"FileZilla server.exe" /start start ...
6,370
the-stack-v2-dedup
Batchfile
cd C:\Program Files\MongoDB\Server\4.4\bin mongo.exe
6,371
the-stack-v2-dedup
Batchfile
javac -d multipal.java java multipal pause
6,372
the-stack-v2-dedup
Batchfile
title AVD Manager android avd CMD
6,373
the-stack-v2-dedup
Batchfile
@echo It is test @timeout 2
6,374
the-stack-v2-dedup
Batchfile
SET bin=C:\Program Files\MongoDB\Server\3.0\bin "%bin%\mongoimport" --db als --collection cafeine --drop --file "..\resources\All I Want.json"
6,375
the-stack-v2-dedup
Batchfile
@echo off echo "begin uninstall python libs" rem cd /d %~dp0 当前目录 cd /d %~dp0 python -m pip uninstall GDAL-2.2.4-cp36-cp36m-win_amd64.whl -y pip uninstall opencv_python -y pip uninstall numpy -y pip uninstall scipy -y pip uninstall Pillow -y
6,376
the-stack-v2-dedup
Batchfile
@ECHO OFF SET PHP_SDK_SCRIPT_PATH=%~dp0 CALL %PHP_SDK_SCRIPT_PATH%\phpsdk_setvars.bat ECHO %PHP_SDK_SCRIPT_PATH% REM change the drive %~d0 IF "%1"=="5.2" GOTO DOWNLOAD IF "%1"=="5.3" GOTO DOWNLOAD IF "%1"=="6.0" GOTO DOWNLOAD GOTO USAGE :DOWNLOAD SET BRANCH=%1 SET PHP_ARCHIVE_FILENAME=php-%BRANCH%-src-latest.zip I...
6,377
the-stack-v2-dedup
Batchfile
@echo off call osvcenv.cmd "%OSVCPYTHONEXEC%" "%OSVCROOT%\lib\svcmgr.py" %*
6,378
the-stack-v2-dedup
Batchfile
:: *** Get rid of an existing package *** del GUCEF_FULL_SOURCE.zip :: *** Set some environment variables *** SET ZIPOUTPUTDIR=%CD% cd.. cd.. cd.. cd InfoZip cd MSWIN cd WIN32 SET ZIPTOOLDIR=%CD% cd.. cd.. cd.. cd.. SET ARCHIVEROOTDIR=%CD% :: *** Get rid of data we dont need in the GUCEF dirs ...
6,379
the-stack-v2-dedup
Batchfile
spark-submit --class com.tencent.wechat.registration.MainFunc --master local[*] --driver-memory 5g --conf spark.network.timeout=600s target\scala-2.11\try-sbt_2.11-0.1-SNAPSHOT.jar
6,380
the-stack-v2-dedup
Batchfile
echo off hbcheck /s /m if errorlevel==1 goto End xenoball %1 %2 %3 :End 
6,381
the-stack-v2-dedup
Batchfile
@ECHO OFF title JSON Prettify Launcher cls echo Enter input file name/path (e.g. "C:\temporary\json\transaction.json"): set /p infile="" echo. python json-prettify.py --infile %infile% echo. pause
6,382
the-stack-v2-dedup
Batchfile
start git pull
6,383
the-stack-v2-dedup
Batchfile
@echo off echo 'compile ATG' java -jar Coco.jar -o . %1 echo 'compile java code' javac *.java -d ./output echo 'test example' java -cp ./output JavaParser %2
6,384
the-stack-v2-dedup
Batchfile
@echo on :: if %~d0==C: goto :eof if %~d0==D: goto :eof ::if %~d0==W: goto :eof set /p svn="Напиши 3 буквы: " if not "%svn%"=="svn" goto :eof for /f "delims=`" %%I in ('dir /ad /s /b ^|find ".svn"') do ( if exist "%%I" rd /q /s "%%I" ) for /f %%I in ('type advanced.clear.list.txt') do del /q %%I ::eof
6,385
the-stack-v2-dedup
Batchfile
java -jar "%ECLIPSE_HOME%\startup.jar" -application org.eclipse.ant.core.antRunner -buildfile "%ECLIPSE_HOME%\plugins\org.eclipse.pde.build_3.2.0.v20060603\scripts\productBuild\productBuild.xml" -Dconfigs="win32, win32, x86" -DeclipseBaseURL="file:///%cd%/temp.zip" -DbaseLocation="%ECLIPSE_HOME%" -Dproduct="..\..\core\...
6,386
the-stack-v2-dedup
Batchfile
echo "Don't forget to run 'npm install' before building" echo "It is important to install gulp globally before building" gulp
6,387
the-stack-v2-dedup
Batchfile
@echo off call Engine\Programs\Premake\premake5.exe vs2017 @REM really weird error check that I don't udnerstand set foundErr=1 if errorlevel 0 if not errorlevel 1 set "foundErr=" if defined foundErr pause
6,388
the-stack-v2-dedup
Batchfile
@echo off IF ERRORLEVEL 2 GOTO ERROR xcopy C:\xampp\htdocs\barber "C:\Users\prosoft\barberApp\www" /E /I /Y /exclude:exclusion.txt echo Proceso Completado pause exit :ERROR pause
6,389
the-stack-v2-dedup
Batchfile
imgset ide10 "/cd/menzo/menzobe.cue" pause cd menzo call run
6,390
the-stack-v2-dedup
Batchfile
cd "GUI/bin/Debug" start GUI.exe
6,391
the-stack-v2-dedup
Batchfile
@echo off echo Install shutdownpc: npm install shutdownpc
6,392
the-stack-v2-dedup
Batchfile
\Windows\Microsoft.NET\Framework\v4.0.30319\msbuild.exe ..\..\src\JavaScriptEngineSwitcher.Jint\JavaScriptEngineSwitcher.Jint.csproj /p:Configuration=Release ..\..\.nuget\nuget.exe pack ..\JavaScriptEngineSwitcher.Jint\JavaScriptEngineSwitcher.Jint.nuspec
6,393
the-stack-v2-dedup
Batchfile
cmd_/home/lyk/linux_driver/ex16_chrdev_open_sem/ex16_chrdev_open_sem.ko := ld -r -m elf_i386 -T /usr/src/linux-headers-3.13.0-32-generic/scripts/module-common.lds --build-id -o /home/lyk/linux_driver/ex16_chrdev_open_sem/ex16_chrdev_open_sem.ko /home/lyk/linux_driver/ex16_chrdev_open_sem/ex16_chrdev_open_sem.o /home/l...
6,394
the-stack-v2-dedup
Batchfile
@echo off if "%1" EQU "/?" (goto help) else (goto action) :help echo Logs output of a command to a file. echo. echo LOG destination command [arg1-7] echo. echo destination Destination for log file echo command Command used echo arg1-7 Due to how the command works, only 7 arguments at most echo....
6,395
the-stack-v2-dedup
Batchfile
@echo off cls if not exist "tools\FAKE\tools\Fake.exe" "tools\nuget.exe" "install" "FAKE" "-OutputDirectory" "tools" "-ExcludeVersion" "-Version" "4.63.2" if not exist "tools\Nunit.ConsoleRunner\tools\nunit3-console.exe" "tools\nuget.exe" "install" "NUnit.ConsoleRunner" "-OutputDirectory" "tools" "-ExcludeVersion" "-Ve...
6,396
the-stack-v2-dedup
Batchfile
.\makefsdata.exe -i copy /Y fsdata.c ..\
6,397
the-stack-v2-dedup
Batchfile
CHCP 65001 cd config start werl -smp -pa ../ebin -name server@127.0.0.1 -setcookie test -boot start_sasl -config sasl_log -s loginserver start
6,398
the-stack-v2-dedup
Batchfile
echo {ENTER} | "Get My Output.exe" > output.txt FINDSTR Parameter output.txt
6,399