source
string
code_lang
string
content
string
idx
int64
the-stack-v2-dedup
Batchfile
rmdir /s /q final rmdir /s /q comics_to_rename rm todo.txt rm log.txt mkdir comics_to_rename echo.>comics_to_rename/"Adventure Time 006 (4 covers) (2012) (Digital) (D-Rek-Empire).cbr" echo.>comics_to_rename/"Ame-Comi V Supergirl 03 (of 03) (2012) (Digital) (Nahga-Empire).cbr" echo.>comics_to_rename/"American Vampire 03...
4,500
the-stack-v2-dedup
Batchfile
rem Clean up output folder del /q *.aux del /q *.glo del /q *.log del /q *.out del /q *.bbl del /q *.ilg del /q *.idx del /q *.blg del /q *.ind del /q *.ist del /q *.lof del /q *.lot del /q *.toc del /q *.glg del /q *.gls del /q *.lol cd chapters del /q *.aux cd..
4,501
the-stack-v2-dedup
Batchfile
cd bin start cmd /c "MiraBot.exe" cd ../starcraft start cmd /c RunStarcraftWithBWAPI.bat
4,502
the-stack-v2-dedup
Batchfile
set toPath=C:\Users\David\AppData\Local\Microsoft\VisualStudio\14.0\Extensions\ay5otj3q.e53 set fromPath=E:\DocumentosDavid\Programa\Gesem\MVC5-Scaffolder\CustomBasicScaffolder\MVC5Scaffolding.vsix\bin\Debug xcopy %fromPath%\*.dll %toPath%\ /s/d/y xcopy %fromPath%\Templates\*.t4 %toPath%\Templates\ /s/d/y pause
4,503
the-stack-v2-dedup
Batchfile
:: USER-SPECIFIC VARIABLES, PLEASE SET THESE :: OUTPUT_DIRECTORY :: The directory where all your *.class files end up :: In IntelliJ, the default is ${YOUR_PROJECT_FOLDER}/out/production/${YOUR_PROJECT_NAME} set OUTPUT_DIRECTORY=C:\Users\Astrid\Dropbox\A_Universiteit\Semester_5\Gedistribueerde_systemen\Practicum...
4,504
the-stack-v2-dedup
Batchfile
jshint "%cd%"
4,505
the-stack-v2-dedup
Batchfile
-intstyle "ise" -incremental -lib "unisims_ver" -lib "unimacro_ver" -lib "xilinxcorelib_ver" -o "G:/ceshi/lab4/test_for_register_isim_beh.exe" -prj "G:/ceshi/lab4/test_for_register_beh.prj" "work.test_for_register" "work.glbl"
4,506
the-stack-v2-dedup
Batchfile
@echo off go build -mod vendor echo Done to build.
4,507
the-stack-v2-dedup
Batchfile
:: Emails a warning out :: Usage: > email.bat <mail address to send email to> cmail.exe -host:hacks@joelruhland.net:password@smtp.zoho.com:587 -starttls -from:hacks@joelruhland.net -to:%1 -subject:"Urgent Alert!" -body:"User has fallen!"
4,508
the-stack-v2-dedup
Batchfile
java -jar yuicompressor-2.4.7.jar --type js --charset utf-8 ../WebRoot/js/easyui-extend.js -o ../WebRoot/js/easyui-extend-min.js java -jar yuicompressor-2.4.7.jar --type js --charset utf-8 ../WebRoot/js/kindeditor-4.1.10/kindeditor-all-mine.js -o ../WebRoot/js/kindeditor-4.1.10/kindeditor-all-mine-min.js
4,509
the-stack-v2-dedup
Batchfile
::Draw a Clock Task from Rosetta Code Wiki ::Batch File Implementation :: ::Directly open the Batch File... @echo off & mode 44,8 title Sample Batch Clock setlocal enabledelayedexpansion ::Set the characters... set "#0_1=ÛÛÛÛÛ" set "#0_2=Û Û" set "#0_3=Û Û" set "#0_4=Û Û" set "#0_5=ÛÛÛÛÛ" set "#1_1= Û" set ...
4,510
the-stack-v2-dedup
Batchfile
cd P:\ECLIPSE\selenium workspace\demoBank mvn clean install
4,511
the-stack-v2-dedup
Batchfile
java -cp target\classes com.javafortesters.tests.GroupDataGenerator 2 groups.csv csv
4,512
the-stack-v2-dedup
Batchfile
@echo off set /P N=いくつまわしますか? for /L %%i in (1,1,%N%) do ( start %1 )
4,513
the-stack-v2-dedup
Batchfile
cmd_/home/sai_j/WLDD/11_LAB2/MKtimer.ko := ld -r -m elf_x86_64 -T ./scripts/module-common.lds --build-id -o /home/sai_j/WLDD/11_LAB2/MKtimer.ko /home/sai_j/WLDD/11_LAB2/MKtimer.o /home/sai_j/WLDD/11_LAB2/MKtimer.mod.o
4,514
the-stack-v2-dedup
Batchfile
javac .\Main.java .\SoundClout.Controller.java jar cfm SoundClout.jar Manifest.txt .\Main.class .\Main.class .\SoundClout.Controller.class .\connectdevices.fxml .\devicetester.fxml .\editdevicegroups.fxml .\editgroupbehavior.fxml .\home.fxml
4,515
the-stack-v2-dedup
Batchfile
msbuild "..\SkyScanner.sln" /t:Rebuild /p:Configuration=Release if %errorlevel% neq 0 exit /b %errorlevel% nuget pack "..\src\SkyScanner\bin\Release\SkyScanner.nuspec"
4,516
the-stack-v2-dedup
Batchfile
javac -cp .;../../lib/antlr-3.3.jar;../../lib/cantlr.jar;../../lib/ComtorDocs.jar CRDriver.java jar cfm CRDriver.jar META-INF.txt *.class del *.class
4,517
the-stack-v2-dedup
Batchfile
@ECHO OFF set file1="%CD%\Icons\miku_recyclebin_empty.ico" set file2="%CD%\Icons\miku_recyclebin_full.ico" set file3="%CD%\Registry\RecycleBin_miku.reg" set file4="%CD%\Registry\RecycleBin_default.reg" set file5="%CD%\Other\Uninstall.cmd" set destination="%SystemRoot%\MikuRecycleBin\" :START cls echo Hatsune...
4,518
the-stack-v2-dedup
Batchfile
CALL COPY /y /b .\config/default.js .\config\default.js.bk CALL git reset -- hard CALL git pull CALL COPY /y /b .\config\default.js.bk .\config\default.js CALL npm install CALL pm2 restart app.js CALL pm2 save PAUSE
4,519
the-stack-v2-dedup
Batchfile
python "%~dp0\windows_spotlight_copier.py"
4,520
the-stack-v2-dedup
Batchfile
HiMECS.exe /ufA379042.id /pf.\projects\20H3240(내구시험장).himecs
4,521
the-stack-v2-dedup
Batchfile
svn checkout http://italo-martial-arts.googlecode.com/svn/trunk/ italo-martial-arts-read-only
4,522
the-stack-v2-dedup
Batchfile
REM In order for this to work, need Linux containers turned on REM and not Windows containers docker stop some-rabbit docker rm some-rabbit docker run -d --hostname my-rabbit --name some-rabbit -p 5672:5672 -p 15672:15672 rabbitmq:management
4,523
the-stack-v2-dedup
Batchfile
for /f %%i in ('dir "D:\DATA\ZhangH\zhangheng20160824\flu_out\*.fa" /s /b') do copy "%%i" "D:\DATA\ZhangH\zhangheng20160824\HELLO\"
4,524
the-stack-v2-dedup
Batchfile
@echo off REM opening message echo starting start.bat // C:\WORKS_2\WS\WS_Others.JVEMV6\JVEMV6\37_miscs\9_prog_lang REM ================================= REM dispatch REM 2019/06/15 09:53:28 REM ================================= if "%1"=="" ( echo %%1 is blank. go to 'all' goto all ) REM ==================...
4,525
the-stack-v2-dedup
Batchfile
@echo off SET buildDir="build" ::SET buildType="Debug" SET buildType="Release" SET buildUnitTests=false SET buildIntegrationTests=false SET buildTools=false SET enableLogs=false mkdir %buildDir% cd %buildDir% cmake -G "Visual Studio 15 2017" -A x64 -DCMAKE_BUILD_TYPE=$buildType -DBUILD_UNIT_TESTS=$buildUnitTests -DB...
4,526
the-stack-v2-dedup
Batchfile
@echo off REM ** REM * Hoa REM * REM * REM * @license REM * REM * New BSD License REM * REM * Copyright © 2007-2012, Ivan Enderlin. All rights reserved. REM * REM * Redistribution and use in source and binary forms, with or without REM * modification, are permitted provided that the following conditions are met: REM *...
4,527
the-stack-v2-dedup
Batchfile
@echo off rem ----------------------------------------------------------------------------- rem Start Script for the mnisqm Server rem ----------------------------------------------------------------------------- if "%OS%" == "Windows_NT" setlocal call mnisqm.bat --stop :end
4,528
the-stack-v2-dedup
Batchfile
@ECHO OFF setlocal EnableDelayedExpansion SET BINDIR=%~dp0 SET BATNAME=%0 :Loop IF "%1"=="" GOTO Continue IF "%1"=="-g" ( SET FLAG="-g" ) ELSE IF "%1"=="-o" ( SET FLAG="-o" ) ELSE IF "%1"=="-h" ( GOTO usage ) ELSE ( IF %FLAG%=="-g" ( SET TARGET=%1 SET FLAG="" ) ELSE IF %FLAG%=="-o" ( SET OU...
4,529
the-stack-v2-dedup
Batchfile
javac addstudent.java java addstudent
4,530
the-stack-v2-dedup
Batchfile
@echo off rem start /d G:\Programs\Players\1by1 1by1.exe start /d "G:\Program Files (x86)\1by1" 1by1.exe
4,531
the-stack-v2-dedup
Batchfile
cd /d %~dp0 call defines.bat set Localization=zh-Hans set NugetServer=-NugetSource %NugetSrc% set NugetApiKey=-NugetApiKey %ApiKey% set NugetPush=-NugetPush set Builder=output\DXNugetPackageBuilder.exe %Builder% %LibsBinPath% %LibsBinPath% %LibsTargetNugetFolder% 2 %Localization% %NugetServer% %NugetApiKey% %NugetPu...
4,532
the-stack-v2-dedup
Batchfile
call gradlew copyReadme ^ :Libraries:crossbow:build :Libraries:crossbow:bintrayUpload ^ :Libraries:crossbow-wear:build :Libraries:crossbow-wear:bintrayUpload ^ :Libraries:crossbow-wear-receiver:build :Libraries:crossbow-wear-receiver:bintrayUpload
4,533
the-stack-v2-dedup
Batchfile
@ECHO OFF CLS @ECHO Now ! you can edit your resources files with Visual Studio or any text editor @PAUSE
4,534
the-stack-v2-dedup
Batchfile
@echo off python %XIA2_ROOT%\Applications\get_mosflm_commands.py %*
4,535
the-stack-v2-dedup
Batchfile
@echo off powershell -NoProfile -ExecutionPolicy Unrestricted .\dtscut.ps1
4,536
the-stack-v2-dedup
Batchfile
::2020.11.23 @echo off ::設置程序文件夾位置 set softdir=D:\Program Files set softdir2=C:\Program Files (x86) set softdir3=D:\My Documents\Gitee ::公司用軟件 start "" "%softdir%\Tencent\WeChat\WeChat.exe" ::start "" "%softdir3%\customization\Software\Win_WiFi\Modules\Restart_WiFi.bat" ::完成後退出 exit
4,537
the-stack-v2-dedup
Batchfile
@echo off title %cd% rem pause rem echo. cd %~dp0 cd.. call mvn -Declipse.workspace=%cd% eclipse:clean eclipse:eclipse cd bin pause
4,538
the-stack-v2-dedup
Batchfile
cl /Ox /DOKWIN32 /DWIN32 liptimer.c lip.c Wsock32.lib
4,539
the-stack-v2-dedup
Batchfile
@echo off rem ------------------------------------------------------------------ rem Uses .NET Framework's aspnet_regiis.exe utility to encrypt or rem decrypt sensitive settings in the application configuration files, rem create or delete RSA key containers, grant or revoke access to the rem RSA key containers for user...
4,540
the-stack-v2-dedup
Batchfile
ഊ敀档景൦挊汯牯㈠਍਍捥潨䴠摡⁥祢䐠潲敺ഡഊ攊档祔数∠敹≳琠湵湩瑳污扸硯戠潬瑡慷敲愠摮∠潮•潴挠湡散൬猊瑥⼠⁰潣㵮਍晩⼠⁩┢潣╮•㴽∠敹≳朠瑯示獥਍晩⼠⁩┢潣╮•㴽∠潮•潧潴㨠潮਍਍示獥ഠ瀊睯牥桳汥挭浯慭摮∠敇⵴灁硰慐正条⁥楍牣獯景⹴慇業杮敓癲捩獥簠删浥癯ⵥ灁硰慐正条≥਍潰敷獲敨汬ⴠ潣浭湡⁤䜢瑥䄭灰偸捡慫敧䴠捩潲潳瑦堮潢䅸灰簠删浥癯ⵥ灁硰慐正条≥਍潰敷獲敨汬ⴠ潣浭湡⁤䜢瑥䄭灰偸捡慫敧䴠捩潲潳瑦堮潢䝸浡佥敶汲祡簠删浥癯ⵥ灁硰慐正条≥਍潰敷獲敨汬ⴠ潣浭湡⁤䜢瑥䄭灰偸捡慫敧䴠捩潲潳瑦堮潢䝸浡湩佧敶汲祡簠删浥癯ⵥ灁硰慐正条≥਍潰敷獲敨汬ⴠ潣浭湡⁤䜢瑥䄭灰偸捡慫敧䴠捩潲潳瑦堮潢卸数捥周呯硥佴敶汲祡簠删浥癯ⵥ灁硰慐正条≥਍潰敷獲敨...
4,541
the-stack-v2-dedup
Batchfile
@echo off ECHO "start to import mysql" mysql -h127.0.0.1 -uroot -ptuya2016 music_db < db.sql ECHO "import mysql end"
4,542
the-stack-v2-dedup
Batchfile
SET V1API=http://localhost/VersionOne.Web/rest-1.v1/Data SET V1USER=admin SET V1PASS=admin SET V1ASSET=%1 SET V1CMD=%2 SET V1ATTRIBUTE=%3 SET V1VALUE=%4 IF NOT [%5]==[] SET V1API=%5 IF NOT [%6]==[] SET V1USER=%6 IF NOT [%7]==[] SET V1PASS=%7 curl -X POST --basic -u %V1USER%:%V1PASS% %V1API%/%V1ASSET% --data "<Asset><...
4,543
the-stack-v2-dedup
Batchfile
@call %~dp0nssm-app-config net stop %X_SVC% net start %X_SVC%
4,544
the-stack-v2-dedup
Batchfile
..\..\..\VisualBoyAdvance-M.exe fonts.gb
4,545
the-stack-v2-dedup
Batchfile
@echo off setlocal "C:\Program Files\Git\usr\bin\curl.exe" %*
4,546
the-stack-v2-dedup
Batchfile
SET DIR=%~dp0 pushd %DIR%build call npm install grunt-cli call npm install call grunt download-atom-shell popd %DIR%build\atom-shell\atom.exe hello-app
4,547
the-stack-v2-dedup
Batchfile
@ECHO OFF echo Installing WindowsService... echo --------------------------------------------------- C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\InstallUtil Middleware.Scheduler.WindowService.exe echo --------------------------------------------------- echo Done. pause
4,548
the-stack-v2-dedup
Batchfile
c:\zabbix\bin\zabbix_agentd.exe -i -c c:\zabbix\conf\zabbix_agentd.win.conf net start "Zabbix Agent"
4,549
the-stack-v2-dedup
Batchfile
@echo off cls :: Set targets if "%1" == "" (set target=funciones) else (set target=%1) if "%2" == "" (set output=prueba) else (set target=%2) echo Targetting %target%.c echo Outputting %output%.js echo[ :: Compile translator set program=traductor cd .. flex %program%.l bison -d %program%.y gcc lex.yy.c %program%.tab....
4,550
the-stack-v2-dedup
Batchfile
@echo off c:\users\informatics\workspace\06-first-robort\env\scripts\python.exe -m robot.rebot %*
4,551
the-stack-v2-dedup
Batchfile
# Cadence Genus(TM) Synthesis Solution, Version 19.11-s087_1, built Aug 13 2019 11:48:07 # Date: Fri Jan 08 17:45:40 2021 # Host: portatil (x86_64 w/Linux 3.10.0-1127.13.1.el7.x86_64) (1core*2cpus*3physical cpus*Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz 8192KB) # OS: CentOS Linux release 7.8.2003 (Core) set html_log_...
4,552
the-stack-v2-dedup
Batchfile
@echo off title %~f0 rem Enable seamless mode persistently across reboots reg add "HKLM\SOFTWARE\Invisible Things Lab\Qubes Tools\qga" /v SeamlessMode /t REG_DWORD /d 1 /f
4,553
the-stack-v2-dedup
Batchfile
node blinkdiff.js "InputImages" "TestImages" "OutputImages"
4,554
the-stack-v2-dedup
Batchfile
@echo off for %%d IN (UTILS,SQL,ADAK_STD,QCommaEdit,QSearchEdit,QLimitedTextEdit,QAdakDate,ODS_IO) do CALL BUILD_MINGW__.BAT %%d for %%d IN (KERNEL,GRUP_KERNEL,MENU_KERNEL,EMAIL,SMS,REPORT_KERNEL,BELGE_KERNEL,TASARIMCI,LOGIN,YONETIM) do CALL BUILD_MINGW__.BAT %%d qmake mingw32-make for %%d IN (UPDATE_DB, DESIGNER)...
4,555
the-stack-v2-dedup
Batchfile
-intstyle "ise" -incremental -lib "secureip" -o "D:/Education/sem - V/ISE Design/comparator/comparator_testbench_isim_beh.exe" -prj "D:/Education/sem - V/ISE Design/comparator/comparator_testbench_beh.prj" "work.comparator_testbench"
4,556
the-stack-v2-dedup
Batchfile
stack test --ta="-p Part"%1
4,557
the-stack-v2-dedup
Batchfile
@echo off XmlPreprocess.exe /c /x EVCPathList.xml /e %1 /i ..\Director\Director.exe.config XmlPreprocess.exe /c /x EVCPathList.xml /e %1 /i ..\Director\common.config XmlPreprocess.exe /c /x EVCPathList.xml /e %1 /i ..\Workers\WorkerManager.exe.config XmlPreprocess.exe /c /x EVCPathList.xml /e %1 /i ..\Workers\commo...
4,558
the-stack-v2-dedup
Batchfile
@echo on REM !/bin/sh REM REM $RCSfile: set_home.bat,v $ REM REM Copyright (c) 1999-2002. The Res Medicinae Developers. All rights reserved. REM REM This software is published under the GPL GNU General Public License. REM This program is free software; you can redistribute it and/or REM modify it under the terms of t...
4,559
the-stack-v2-dedup
Batchfile
@echo off COLOR 0A echo -- D I S C O R D R A I D E R -- cd Bot1 call start cmd /k node bot.js --harmony cd .. cd Bot2 call start cmd /k node bot.js --harmony cd .. cd Bot3 call start cmd /k node bot.js --harmony
4,560
the-stack-v2-dedup
Batchfile
@echo off set ProjectPath=%~dp0 set NsisPath=%ProjectPath%\..\NSIS set NsisCompiler=%NsisPath%\Bin\makensis.exe echo %ProjectPath% REM 判断dll是否编译完成 if not exist %ProjectPath%\build\bin\Release\NsisPluginsDemo.dll echo [error] %ProjectPath%\build\Release\NsisPluginsDemo.dll not find. && exit /b 1 REM 拷贝dll文件到NSIS编译器插...
4,561
the-stack-v2-dedup
Batchfile
docker run -p 8070:80870 mecdcme/hackathon-front-end
4,562
the-stack-v2-dedup
Batchfile
set INCLUDE=%LIBRARY_INC% set LIB=%LIBRARY_LIB% set LIBPATH=%LIBRARY_LIB% set INSTALL_PREFIX=%LIBRARY_PREFIX% set "UNIX_STYLE_INSTALL_PREFIX=%INSTALL_PREFIX:\=/%" set "UNIX_STYLE_BUILD_PREFIX=%BUILD_PREFIX:\=/%" set "UNIX_STYLE_BUILD_PREFIX=%UNIX_STYLE_BUILD_PREFIX:C:=/c%" set "UNIX_STYLE_RECIPE_DIR=%RECIPE_DIR:C:\=...
4,563
the-stack-v2-dedup
Batchfile
java -cp .\;..\;%JEUS_HOME%\lib\system\jeus.jar TestClient 9999 127.0.0.1 %1
4,564
the-stack-v2-dedup
Batchfile
echo re-setting version for tycho version to work... cmd /C mvn tycho-versions:set-version -Dtycho.mode=maven -DnewVersion=%1 echo setting version cmd /C mvn tycho-versions:set-version -Dtycho.mode=maven -DnewVersion=%2 git status
4,565
the-stack-v2-dedup
Batchfile
echo on cd book java StreamDemo pause
4,566
the-stack-v2-dedup
Batchfile
tasm -80 -b t1f_1.asm pause
4,567
the-stack-v2-dedup
Batchfile
chcp 65001 edub app-dm32.exe run arch=dm32 inc=. app.d ^ [my_common-lib#@E:\d-dev\d-sample\common\my_common.lib.bin] ^ [vibe-d:data] if %errorlevel% neq 0 (exit /b) ::edub app.lib build arch=dm32 inc=. app.d [botan]
4,568
the-stack-v2-dedup
Batchfile
@echo off pushd ..\.. bin\schemadiff samples\diff\original\article.xsd samples\diff\modified\article.xsd samples\diff\schema-diff-output pushd samples\diff :end
4,569
the-stack-v2-dedup
Batchfile
@rem call python on windows @cd /d %~dp0 python %1
4,570
the-stack-v2-dedup
Batchfile
cd Yuya.Net.CoreServices.Tests/ call runtest.bat cd ..
4,571
the-stack-v2-dedup
Batchfile
set CATALINA_OPTS=-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=9999 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false -Dweb.port=80 set CATALINA_HOME=%~dp0install set CLASSPATH= install\bin\catalina.bat run
4,572
the-stack-v2-dedup
Batchfile
NET STOP "SQL Server (SQL2012)" NET START "SQL Server (SQL2012)"
4,573
the-stack-v2-dedup
Batchfile
@echo off rem ============================================================================ rem Copyright 2014-2017 Intel Corporation rem rem Licensed under the Apache License, Version 2.0 (the "License"); rem you may not use this file except in compliance with the License. rem You may obtain a copy of the License...
4,574
the-stack-v2-dedup
Batchfile
@echo off goto START :Usage echo Usage: createprovpkg customizations.xml provpkgname echo customizations.xml.......... Input customization.xml file echo provpkgname................. Output filename echo [/?]........................ Displays this usage string. echo Example: echo createprovpkg C:\Iot...
4,575
the-stack-v2-dedup
Batchfile
echo on cd book java DetectEndOfFile pause
4,576
the-stack-v2-dedup
Batchfile
@echo off @call env.bat set dir=hmm12_mfcc_pca set dir=hmm1 @rem set dir=hmm0viterbi set phonems=monophones1 @rem set phonems=phonems.lst set dict=cdict.txt @rem set dict=mono_dict.txt set ftest=test.lst @rem del /q cwords.net set z_my_cmd=%HTKTOOLS_DIR%\HParse -T 1 wgram_cont.txt cwords.net @echo on @REM echo %z_...
4,577
the-stack-v2-dedup
Batchfile
:: script to start artillery @echo off python "C:\Program Files (x86)\Artillery\artillery.py" exit exit exit
4,578
the-stack-v2-dedup
Batchfile
@echo off REM --------------------------------------------------------------------------- REM UCBSysLoadSequence.bat REM Batch upload to Stardog using SMS files. REM --------------------------------------------------------------------------- cd C:\_github\SENDConform\data\studies\RE Function in Rats\ttl REM Import wo...
4,579
the-stack-v2-dedup
Batchfile
java -jar %~dp0\target\Blue4-PageMap.jar %*
4,580
the-stack-v2-dedup
Batchfile
SET "LIBS_JDK=%~dp0jdk-1.8.0_45" %PATH_PREPEND% "%LIBS_JDK%\bin" %PATH_SET% "JAVA_HOME=%LIBS_JDK%"
4,581
the-stack-v2-dedup
Batchfile
ProcsFunctions IVR-SQL-01\SQL01 TaskTimeTracker 706 Welcome1
4,582
the-stack-v2-dedup
Batchfile
@ECHO OFF GOTO BEGIN :CLEANUP CD %CWD% SET INST_DIR= IF EXIST %SOURCEROOT%\Boost RD /S /Q %SOURCEROOT%\Boost GOTO END :FAIL ECHO Building failed, leaving source tree as is and dumping custom env vars CD %CWD% IF DEFINED INST_DIR ECHO INST_DIR = %INST_DIR% SET INST_DIR= GOTO END :BEGIN IF NOT EXIST %BUILDR...
4,583
the-stack-v2-dedup
Batchfile
start java -Dmp3.fileStore.loc=/www/mediaProductStore -classpath ".;..\..\lib\Prism-MW-2.0.jar;..\..\lib\glide.jar;..\..\lib\jigsaw.jar;" mobilemedia.startMobileMediaServer --hostName localhost --portNum 9268 --archName urn:glide:prism:MMServer pause
4,584
the-stack-v2-dedup
Batchfile
zip tampermonkey-backup-.zip *.js *.json
4,585
the-stack-v2-dedup
Batchfile
@echo off REM ============================================================================ REM batch-name: common_log.bat REM about: 共通ログ出力バッチ REM %1: 呼び出し元ファイル REM %2: ログ出力コード REM %3: ログ出力メッセージ REM ============================================================================ setlocal cd /d %~dp0 REM ==================...
4,586
the-stack-v2-dedup
Batchfile
cd bin neko XmlIncluder.n root.xml -o test1/done.xml -d test1 -- root.xml -o test2/done.xml -d test2 pause
4,587
the-stack-v2-dedup
Batchfile
rd /s /q public node_modules/.bin/brunch watch --server
4,588
the-stack-v2-dedup
Batchfile
echo on cd book java HuffmanCode pause
4,589
the-stack-v2-dedup
Batchfile
set JAVA_HOME=C:\Program Files\Java\jdk1.8.0_45 set PATH="C:\Program Files\Java\jdk1.8.0_45\bin";%PATH% set CLASSPATH=.;C:\Dev\Tomcat8\lib\servlet-api.jar;C:\Dev\Tomcat8\lib\jsp-api.jar;C:\Dev\Tomcat8\lib\el-api.jar;C:\Dev\Tomcat8\webapps\WebTutorial\WEB-INF\lib\mongo-java-driver-3.1.0-20150911.172057-81.jar; ...
4,590
the-stack-v2-dedup
Batchfile
jconsole -pluginpath bean_topthreads.jar pause
4,591
the-stack-v2-dedup
Batchfile
C:\MongoDB\Server\3.2\bin\mongod.exe --dbpath C:\Users\Rafael\Documents\GitHub\CursoNODE\TEMA8\ToDoAPI\db
4,592
the-stack-v2-dedup
Batchfile
cmd_drivers/mydriver/timer.ko := arm-openwrt-linux-muslgnueabi-ld -EL -r -T /mnt/hdd2/scc153/tina2.0/Tina-V2/lichee/linux-3.4/scripts/module-common.lds --build-id -o drivers/mydriver/timer.ko drivers/mydriver/timer.o drivers/mydriver/timer.mod.o
4,593
the-stack-v2-dedup
Batchfile
@echo off e: cd Works\c-program set /p option=choose your work dir: cd %option% set /p cfile=choose file you want to make to run: set info=****************RUN C PROGRAMME************************ set d=%date:~0,10% set t=%time:~0,8% echo %info% echo * *filename: %cfile% echo * Fuck C *Power by cheng e...
4,594
the-stack-v2-dedup
Batchfile
@echo off set DIR="%~dp0" set JAVA_EXEC="%DIR:"=%\java" pushd %DIR% & %JAVA_EXEC% %CDS_JVM_OPTS% -p "%~dp0/../app" -m hellofx/com.qunhe.Main %* & popd
4,595
the-stack-v2-dedup
Batchfile
Executable = /bin/echo Arguments = "Notification = $$([ifThenElse(JobNotification==0,""Never"",ifThenElse(JobNotification==1,""Always"",ifThenElse(JobNotification==2,""Complete"",ifThenElse(JobNotification==3,""Error"",""Unknown""))))])" Universe = vanilla log = job...
4,596
the-stack-v2-dedup
Batchfile
@echo off if exist "youtube-dl.exe" (set "yt_exe=youtube-dl") else (if exist "..\youtube-dl.exe" (set "yt_exe=..\youtube-dl") else (set "yt_exe=..\..\youtube-dl")) @echo on %yt_exe% -f "bestvideo+bestaudio" --config-location youtube-dl_videos_4k.cnf 1>youtube-dl_stdout.txt 2>youtube-dl_stderr.txt
4,597
the-stack-v2-dedup
Batchfile
java -jar ReflectionTester.jar %1 rem > RunTester.bat InvestigatorImpl.class
4,598
the-stack-v2-dedup
Batchfile
cd ../aa_otoyedekcim/0-SCRAPES/urls_11 call scrapy crawl parts
4,599