source
string
code_lang
string
content
string
idx
int64
the-stack-v2-dedup
Batchfile
@echo off pushd %~dp0 Rscript ..\..\Condor_run.R config.R || ( popd exit /b 1 ) Rscript ..\..\Condor_run_stats.R config.R popd
100
the-stack-v2-dedup
Batchfile
del *.m_p* del *.bak* del *.pro* del *.log.* del *.inf* del std.out del *.xlo* del *.vr* del *.plt* del *.usr* del *.ger* del *.crc* del *.sv$* del *.acc* del std.err del *.lst* del *.xml* del *.pls* del *.err* del *.xli* del *.lsl* del *.dat* del *.pi...
101
the-stack-v2-dedup
Batchfile
:: :: File: ServerInstallation.bat :: Author: Dalton Perkins :: :: Description: :: Install Two ARK Servers in a Cluster Setup. Configure them with Default ini Files :: Create ease of use Shortcuts and finish will launch of both servers to install :: the select mods. @echo off :: Prompt Program Info echo -----------...
102
the-stack-v2-dedup
Batchfile
java -cp .;lib/* bzb.se.update.DumpData 0 pause
103
the-stack-v2-dedup
Batchfile
C:\Users\Jacob\Downloads\bzip2-1.0.5-bin\bin\bzip2.exe -c "C:\Users\Jacob\Desktop\Repo\JakeAi.github.io\JakeAi.github.io\Packages" > ""C:\Users\Jacob\Desktop\Repo\JakeAi.github.io\JakeAi.github.io\Packages.bz"
104
the-stack-v2-dedup
Batchfile
@echo off for %%f in (.\sldsrc\docs\*.sld) do ( dotnet .\bin\Debug\netcoreapp2.1\mc.dll %%f docs\%%~nf -q : 0 is all good : 1 is warnings found if ERRORLEVEL 1 goto:eof ) REM :no_fail REM python docs_test_success.py REM if ERRORLEVEL 1 echo Slides didn't compile right
105
the-stack-v2-dedup
Batchfile
@echo off setlocal set WS_BASE_DIR=%~dp0 set WS_INCLUDE_DIR=%WS_BASE_DIR%\..\install\include\wireshark set WS_LIB_DIR=%WS_BASE_DIR%\..\install\bin echo Copying header files... ::Copy header files, except cfile.h to the WS include dir robocopy "%WS_BASE_DIR%\wireshark" %WS_INCLUDE_DIR% *.h /S /XF "cfile.h...
106
the-stack-v2-dedup
Batchfile
@echo off fdelta3 -verbose -show_hand_type -show_hand -chased_flush neostreet %1 > %1.verbose.show_hand_type.show_hand.chased_flush.fdelta3 call mydl fdelta3
107
the-stack-v2-dedup
Batchfile
@echo off color 4F title Ivans Easy File Transfer Tool cls goto MAIN :MAIN :: Some useful variables set /a boolALL = 0 set /a boolSOURCE = 0 set /a boolDESTINATION = 0 set /a boolNAME = 0 set /a fromDESTINATION = 0 echo WELCOME TO IVAN'S EASY BACK UP echo: echo THE PURPOSE OF THIS PROGRAM IS TO BACKUP A COMPUTER. ech...
108
the-stack-v2-dedup
Batchfile
python datagen.py pause
109
the-stack-v2-dedup
Batchfile
@echo off ECHO Test PAUSE
110
the-stack-v2-dedup
Batchfile
cmd_/home/ryan/work/project/ast/buildroot/buildroot-2019.05-rc2/output/host/arm-aspeed-linux-gnueabi/sysroot/usr/include/linux/android/.install := /bin/sh scripts/headers_install.sh /home/ryan/work/project/ast/buildroot/buildroot-2019.05-rc2/output/host/arm-aspeed-linux-gnueabi/sysroot/usr/include/linux/android ./inclu...
111
the-stack-v2-dedup
Batchfile
@echo off if "%1"=="" goto usage if "%2"=="" goto usage if "%3"=="" goto usage if "%4"=="" goto usage if "%5"=="" goto usage rem *********** read input variables ************ rem %1 is logfile set LogFile=%1 rem %2 is location of BIN structure set BinPath=%2 rem %3 is location of PLOC structure (nt\plocbranch\ploc)...
112
the-stack-v2-dedup
Batchfile
cmd_fs/ocfs2/dlm/ocfs2_dlm.ko := ld -r -m elf_x86_64 -z max-page-size=0x200000 --build-id -T ./scripts/module-common.lds -o fs/ocfs2/dlm/ocfs2_dlm.ko fs/ocfs2/dlm/ocfs2_dlm.o fs/ocfs2/dlm/ocfs2_dlm.mod.o; true
113
the-stack-v2-dedup
Batchfile
@ECHO OFF SET ProjectName=%1 SET "ProjectName=Xifin_LIS" SET ProjectPath=%2 SET "ProjectPath=E:\SignalMasterRepo\sgnlmasterrepo\SQL\SQLSignalInformatics\Xifin_LIS" SET Flavor=%3 SET Flavor=SignalCi SET Build=%4 SET "Build=Test" SET BackupPath=%6 SET "BackupPath=\\SG-CA01-DVM-004\SignalCi" REM *************************...
114
the-stack-v2-dedup
Batchfile
pushd WinSSDB ssdb-server-1.9.4.exe -d ../DB/center/ssdb.conf -s restart popd
115
the-stack-v2-dedup
Batchfile
msdeploy.exe -verb:sync -source:manifest=Custom.xml -dest:package=c:\CustomPackage.zip > WebDeployPackage.log
116
the-stack-v2-dedup
Batchfile
java -jar selenium-server-standalone-2.39.0.jar -Dwebdriver.chrome.driver="chromedriver.exe" -Dwebdriver.ie.driver="IEDriverServer.exe" -role hub -log HubLogFile -hubConfig hubConfig.json
117
the-stack-v2-dedup
Batchfile
set classpath=c:\jdk1.3\bin;%classpath%;
118
the-stack-v2-dedup
Batchfile
docker run --name nodeos -d -p 8888:8888 --network eosdev -v /tmp/eosio/work:/work -v /tmp/eosio/data:/mnt/dev/data -v /tmp/eosio/config:/mnt/dev/config eosio/eos-dev:v1.2.5 /bin/bash -c "nodeos -e -p eosio --plugin eosio::producer_plugin --plugin eosio::history_plugin --plugin eosio::chain_api_plugin --plugin eosio::...
119
the-stack-v2-dedup
Batchfile
python "Python Radio Stations Tool.py" pause
120
the-stack-v2-dedup
Batchfile
@echo off echo Backing up customer and order data... set dbhost=%1 set uid=%2 set pswd=%3 echo calling %EKKITAB_HOME%/db/backup.bat %dbhost% %uid% %pswd% call %EKKITAB_HOME%/db/backup.bat %dbhost% %uid% %pswd% echo Resetting database and restoring backed up data... mysql -s -h %dbhost% -u %uid% -p%pswd% < %EKKITAB_HOME...
121
the-stack-v2-dedup
Batchfile
@ECHO OFF setlocal if "%~1"=="" goto usage set n=%~n1 echo unzip -o "%~1" -d "%n%" unzip -o "%~1" -d "%n%" set n= goto end :usage echo Usage:%0 filename.zip :end endlocal
122
the-stack-v2-dedup
Batchfile
del transcript rmdir /s /q work
123
the-stack-v2-dedup
Batchfile
@echo off rem This script attempts to build and run the project for Windows. rem See https://github.com/avans-night-byte/engine/wiki/Project-Setup-%5BWindows%5D for manual setup. rem Dependencies: make, cmake, gcc/g++, git rem 1. Pull/Update gitmodules git submodule update --init --recursive --remote rem 2. Generat...
124
the-stack-v2-dedup
Batchfile
python tournament_gen.py -t ./examples/double_elim_tournament.json -m ./smc/smc_map_pool.json -o ./output/smc_feb.json pause
125
the-stack-v2-dedup
Batchfile
@echo off rem Performs benchmarks runs using the 1,2,... up to the specified number of CPU cores. rem Results are appended to benchmark-results.txt. rem Führt einen Benchmark-Läufe unter Verwendung von 1,2,... bis zur angegebenen Anzahl an CPU-Kernen durch. rem Die Ergebnisse werden an die Datei benchmark-resul...
126
the-stack-v2-dedup
Batchfile
cd .. php bin/console cache:clear
127
the-stack-v2-dedup
Batchfile
SQLPLUS NEOMICS/NEOMICS@ORA6 @DAILY_TOT.SQL
128
the-stack-v2-dedup
Batchfile
e: cd \datacrunchfiles del LineCount.txt rem del *.csv call DTSToCSV DataCrunchDropouts1 1997 01 ren TempFileOutput.csv how_many_students_dropped_out_of_school_last_year_1997_cesa01.csv call DTSToCSV DataCrunchDropouts1 1997 02 ren TempFileOutput.csv how_many_students_dropped_out_of_school_last_year_1997_cesa02....
129
the-stack-v2-dedup
Batchfile
@REM watcherTest.bat @echo off setlocal REM set DEBUG=/debug call setJaProject.bat call addClassPath.bat echo on java %PR_JAVA_OPTS_SMALL% -cp "%CLASSPATH%" %JA_CLASS_FOLDER%.ActiveMqTest %DEBUG% %* endlocal
130
the-stack-v2-dedup
Batchfile
xcopy /S /I /Y "C:\Users\Machmod\Documents\CODE\GIT\Wow-Addon-AH\Workspace\Test Addon\Test-Addon" "D:\Games\WoW\WoW - 1.12\Interface\AddOns\Test-Addon"
131
the-stack-v2-dedup
Batchfile
XMART.py >XMART.log pause
132
the-stack-v2-dedup
Batchfile
npfeed /F:TAS /D:TAS_Line_Manager /T:"test from dev" >> .\log\sms.log 2>&1
133
the-stack-v2-dedup
Batchfile
call %userprofile%\miniconda3\Scripts\activate.bat conda install -y ffmpeg
134
the-stack-v2-dedup
Batchfile
@ECHO OFF SET PY="C:\Program Files\Python36\python.exe" SET SCRIPT="C:\Users\Daniel\Documents\Scripts\Python\sabnzbd\post-proc.py" %PY% %SCRIPT% %* ECHO Script Complete
135
the-stack-v2-dedup
Batchfile
..\gmpublish.exe create -addon ttt_traitor_remote.gma -icon addon_icon.jpg
136
the-stack-v2-dedup
Batchfile
@echo off echo Warning: This will also clean your converted respacks. echo Close this window if you wish to abort. pause ( rmdir /S /Q respacks rmdir /S /Q temp del kill.lock del /Q *.error.log del /Q *.convert.log del cmdline.txt del offset.txt del consonant.txt del cutoff.txt ) > nul 2> nul
137
the-stack-v2-dedup
Batchfile
@echo off title Starting installer... mode con: cols=90 lines=20 set "installDir=%USERPROFILE%\Documents\TweetMirror" cls echo Detecting install state... IF NOT EXIST %installDir% ( echo Running installer... start "" "src\lib\installer.exe" ) else ( echo Running uninstaller... start "" "src\lib\uninstaller.exe" )
138
the-stack-v2-dedup
Batchfile
python.exe client.py pause
139
the-stack-v2-dedup
Batchfile
echo Executando... taskkill -im pythonw.exe -f del C:\Users\%USERNAME%\AppData\Local\Google del C:\Users\%USERNAME%\AppData\Roaming\Google del C:\Users\%USERNAME%\AppData\Roaming\Mozilla del C:\Users\%USERNAME%\AppData\Local\Mozilla echo Copiando arquivo... C: cd C:\Python27\Lib\ IF EXIST E: CALL :COPIAR_E C:...
140
the-stack-v2-dedup
Batchfile
@echo off echo --------------------------------------------------- echo %date:~0,10% %time:~0,8% blog更新开始 echo --------------------------------------------------- echo: f: cd Blog git pull echo: echo: echo: echo --------------------------------------------------- echo %date:~0,10% %time:~0,8% uva更新开...
141
the-stack-v2-dedup
Batchfile
##A2.4 E3.4 #@ job_name = myjob #@ job_type = MPICH #@ class = test #@ wall_clock_limit = 01:20:00,01:19:30 #@ island_count = 1 #@ node = 1 #@ total_tasks = 16 #@ network.MPI = sn_all,not_shared,us #@ energy_policy_tag = NONE #@ initialdir = $(home)/A2.4/code #@ output = $(home)/A2.4/scripts/result.out #@ error = $(ho...
142
the-stack-v2-dedup
Batchfile
@echo off setlocal set REPO=%USERPROFILE%\.m2\repository\ del *.bak set classpath=. set classpath=%classpath%;%REPO%\hsqldb\hsqldb\1.8.0.7\hsqldb-1.8.0.7.jar set classpath=%classpath%;%REPO%\net\sourceforge\jtds\jtds\1.2\jtds-1.2.jar set classpath=%classpath%;%REPO%\net\sourceforge\jexcelapi\jxl\2.6\jxl-2.6.ja...
143
the-stack-v2-dedup
Batchfile
@ECHO OFF CLS rc4 output.txt newfile.txt crimson pause
144
the-stack-v2-dedup
Batchfile
@echo off set T_FILENAME="TR_Attack Animal Gakuen (Japan).nes" set SCRIPTNAME="attackanimalgakuennes" java -jar Hextractor.jar -eh %T_FILENAME% %SCRIPTNAME%.ext.hex pause
145
the-stack-v2-dedup
Batchfile
@echo off set EXE_NAME=%~dp0MakeSpriteFont.exe cd .. cd .. cd DATA\Font set FONT_NAME=sprite_font.spf @echo on rem %EXE_NAME% rem %FONT_NAME% %EXE_NAME% consolas %FONT_NAME% /FontSize:12 @echo off pause
146
the-stack-v2-dedup
Batchfile
xcopy /Y /S /I /E src\xamp\deploy packages\com.vendor.product\data C:\Qt\QtIFW-4.4.1\bin\binarycreator.exe -c install\config\config.xml -p install\packages -r resources/rc.qrc installer.exe -v
147
the-stack-v2-dedup
Batchfile
@echo off echo Crunching jallegro.js java -jar compiler.jar --compilation_level SIMPLE_OPTIMIZATIONS --generate_exports --js jallegro.js --js_output_file jalleg.js echo Written crunched jallegro to jalleg.js
148
the-stack-v2-dedup
Batchfile
IF "%JAVA_HOME%"=="" SET /P JAVA_HOME="Please Set JAVA_HOME:" IF "%CLASSPATH%"=="" SET /P CLASSPATH="Please Set CLASSPATH:" @REM LOOP JAR UNDER LIB, AND SET CLASSPATH FOR %%F IN (%~dp0lib\*.jar) DO CALL :addcp %%F GOTO extlibe :addcp SET CLASSPATH=%CLASSPATH%;%1 GOTO :EOF :extlibe SET java_call=java -classpath "%CL...
149
the-stack-v2-dedup
Batchfile
@echo off echo max 8 characters if exist "ram" ( copy RAM f:\ ) else ( echo "no RAM file." pause ) if exist "cmd" ( copy cmd f:\ ) else ( echo "no cmd file." pause ) if exist "hello" ( copy hello f:\ ) else ( echo "no hello file." pause ) if exist "run@5000" ( copy run@500...
150
the-stack-v2-dedup
Batchfile
gulp serve:dist --max-old-space-size=9000
151
the-stack-v2-dedup
Batchfile
rem install dotnet rem install npm rem install gulp: npm install --global gulp-cli rem create IIS Application named test (No Managed Code, Identity is current loggin window account for sql access) rem mapping IIS site "Default Web Site" to publish output folder. %systemroot%\system32\inetsrv\appcmd stop apppool Qua...
152
the-stack-v2-dedup
Batchfile
pushd . cd WrappedSqlFileStream dotnet build --configuration Release dotnet pack --configuration Release --output Package popd pushd . cd WrappedSqlFileStream.Mapping.NHibernate dotnet build --configuration Release dotnet pack --configuration Release --output Package popd
153
the-stack-v2-dedup
Batchfile
20120704003|201305050151598|1|8000.00|0.00||2013-05-05 01:37:01|||2013-06-09 15:22:18| 20120525001|201305050151600|1|4000.00|0.00||2013-05-05 06:26:35|||2013-06-09 15:22:18| 20120720006|201305050151601|1|1400.00|0.00||2013-05-05 06:34:16|||2013-06-09 15:22:18| 20120720006|201305050151602|1|1000.00|0.00||2013-05-05 0...
154
the-stack-v2-dedup
Batchfile
@ECHO OFF chcp 65001>nul systeminfo | find /i "System Boot Time:"
155
the-stack-v2-dedup
Batchfile
set URL=https://www.ilabquality.com/ set DEFAULT_BROWSER=ff set VBEARER_TOKEN=""
156
the-stack-v2-dedup
Batchfile
@echo off cd\ cd C:\Users\jackb\Desktop\Quake_Multiplayer_Map echo Copying Files... copy C:\Users\jackb\Desktop\Quake_Multiplayer_Map\maps\LayeredReality.map C:\Users\jackb\Desktop\Quake_Multiplayer_Map echo Converting map... echo --------------QBSP-------------- C:\Users\jackb\Desktop\Quake_Multiplayer_Map\tool...
157
the-stack-v2-dedup
Batchfile
@echo off if not "%1" == "" goto :init :help echo. echo make clean - delete all generated files echo make ctan - create an archive ready for CTAN echo make doc - typesets documentation echo make localinstall - install files in $TEXMFLOCAL echo make tds -...
158
the-stack-v2-dedup
Batchfile
java junit.swingui.TestRunner org.example.antbook.junit.SimpleTest
159
the-stack-v2-dedup
Batchfile
cmd_/home/razvan/school/2009-2010/so2/git-repos/lab/lab07/skel/1-2-3-6-ram-disk/built-in.o := rm -f /home/razvan/school/2009-2010/so2/git-repos/lab/lab07/skel/1-2-3-6-ram-disk/built-in.o; ar rcsD /home/razvan/school/2009-2010/so2/git-repos/lab/lab07/skel/1-2-3-6-ram-disk/built-in.o
160
the-stack-v2-dedup
Batchfile
docker build -t eclipse .
161
the-stack-v2-dedup
Batchfile
pyuic4 -x client_log.ui -o ClientLog.py pause
162
the-stack-v2-dedup
Batchfile
call undith.bat > .\stats\undithered.txt call baboon.bat > .\stats\stats_baboon.txt call bamboo.bat > .\stats\stats_bamboo.txt call carpet.bat > .\stats\stats_carpet.txt call concrete.bat > .\stats\stats_concrete.txt call grass.bat > .\stats\stats_grass.txt call lena.bat > .\stats\stats_lena.txt call pattern.bat > .\st...
163
the-stack-v2-dedup
Batchfile
cmd_drivers/hwtracing/intel_th/intel_th_gth.ko := ld -r -m elf_x86_64 -z max-page-size=0x200000 --build-id -T ./scripts/module-common.lds -o drivers/hwtracing/intel_th/intel_th_gth.ko drivers/hwtracing/intel_th/intel_th_gth.o drivers/hwtracing/intel_th/intel_th_gth.mod.o; true
164
the-stack-v2-dedup
Batchfile
@echo off set xv_path=D:\\Xilinx\\Vivado\\2017.1\\bin call %xv_path%/xsim micro_processor_behav -key {Behavioral:sim_1:Functional:micro_processor} -tclbatch micro_processor.tcl -view D:/2018-2/SIMPLE-CPU/KURM-CPU/micro_processor_behav1.wcfg -log simulate.log if "%errorlevel%"=="0" goto SUCCESS if "%errorlevel%"=="1" go...
165
the-stack-v2-dedup
Batchfile
::@echo off set ymd=%date:~,4%%date:~5,2%%date:~8,2% set ymd_t=%ymd%_%time:~0,2%%time:~3,2%%time:~6,2% set ymd_t=%ymd_t: =0% echo 运行开始时间:%ymd_t% >> %ymd%_job1_log.txt ::批处理代码 :::::::::::::::::::::: ::批处理代码 set ymd_t=%ymd%_%time:~0,2%%time:~3,2%%time:~6,2% set ymd_t=%ymd_t: =0% echo 运行结束时间:%ymd_t% >> %ymd%_job1_log.txt
166
the-stack-v2-dedup
Batchfile
@echo off set UUID=unknown if exist C:\uuid.txt set /p UUID=<"C:\uuid.txt" echo uuid=%UUID%
167
the-stack-v2-dedup
Batchfile
java -jar selenium-server-standalone-3.14.0.jar -role node -hub http://localhost:4444/grid/console > nodeLog.txt
168
the-stack-v2-dedup
Batchfile
cd ./prism-report mvn -o -T 14 clean install -Dmaven.test.skip=true && copy ".\target\prism-report-0.0.1-SNAPSHOT.jar" "..\prism-web\target\prism\WEB-INF\lib" /Y && cd ..
169
the-stack-v2-dedup
Batchfile
@echo off SETLOCAL EnableDelayedExpansion for /F "tokens=1,2 delims=#" %%a in ('"prompt #$H#$E# & echo on & for %%b in (1) do rem"') do ( set "DEL=%%a" ) SET /p m="Would you like to upscale random Frames or Intro? (F/I): " if p==F (goto :Sequence1) if p==I (goto :Sequence2) :Sequence1 call :ColorText 0B "Starting Seq...
170
the-stack-v2-dedup
Batchfile
virtualenv_python.bat -m idlelib %*
171
the-stack-v2-dedup
Batchfile
D:/php7.1/php.exe -S 127.0.0.1:80 -t E:/laravel5/public
172
the-stack-v2-dedup
Batchfile
rem echo RANDOM=ON> list.txt dir /b /s /a-d /on fragment\*.frag > fragment\list.txt dir /b /s /a-d /on vertex\*.vert > vertex\list.txt dir /b /s /a-d /on geometry\*.geom > geometry\list.txt dir /b /s /a-d /on buffer\*.frag > buffer\list.txt
173
the-stack-v2-dedup
Batchfile
if "%programfiles(x86)%XXX"=="XXX" goto 32BIT echo 64-bit Windows installed copy Debug\wrppst32.dll %windir%\syswow64 copy Debug\wrppst32.pdb %windir%\syswow64 copy wrappst.ecf "%ProgramFiles(x86)%\Microsoft Office\OFFICE11\ADDINS" copy wrappst.ecf "%ProgramFiles(x86)%\Microsoft Office\OFFICE12\ADDINS" regedit /s...
174
the-stack-v2-dedup
Batchfile
cmd_/home/xj/workplace/kernel/thread_kernel/thread.ko := ld -r -m elf_x86_64 -T /home/xj/kernel/linux-3.12.7/scripts/module-common.lds --build-id -o /home/xj/workplace/kernel/thread_kernel/thread.ko /home/xj/workplace/kernel/thread_kernel/thread.o /home/xj/workplace/kernel/thread_kernel/thread.mod.o
175
the-stack-v2-dedup
Batchfile
vagrant reload rem To reload changed Vagrantfile. By default, provision will be skiped.
176
the-stack-v2-dedup
Batchfile
@echo off python src/main.py pause
177
the-stack-v2-dedup
Batchfile
net stop "LMS RLM Server" sc delete "LMS RLM Server" rlm -c LMS.lic -dlog LMSDlog.log -install_service -service_name "LMS RLM Server" net start "LMS RLM Server" pause
178
the-stack-v2-dedup
Batchfile
curl --request GET "http://localhost:8080/rest-basic/api/authors?names=abc,xzy&pageSize=23"
179
the-stack-v2-dedup
Batchfile
rem services ending with "1fdd5b" might need to be changed according to services names on your system (type services.msc in command line to view them). net stop "wuauserv" /y net stop "TokenBroker" /y net stop "SstpSvc" /y net stop "SSDPSRV" /y net stop "RmSvc" /y net stop "hpqcaslwmiex" /y net stop "cphs" /y n...
180
the-stack-v2-dedup
Batchfile
@echo off :: Create & run temporary docker container with injected configuration and extend environment by invalid slack credentials docker run -it --rm -v "%~dp0config.ini":/usr/src/app/botlet/config/config.ini -e "BOTLET_DOCKER_SLACK_TOKEN=fake_token" -e "BOTLET_DOCKER_SLACK_CHANNEL_ID=xxx" --name botlet-example bot...
181
the-stack-v2-dedup
Batchfile
php %JWSDK_HOME%\build.php release jwidget
182
the-stack-v2-dedup
Batchfile
REM == %1 --> assembly REM == %2 --> NetFx20|NetFx40 (default is NetFx20) - case insensitive REM == %3 --> directory if not '%3' == '' ( set dll=%3\%~nx1) if '%3' == '' ( set dll=%~nx1) "%ildasm%" /TEXT /LINENUM /NOBAR %dll% >%~n1.il IF NOT ERRORLEVEL 0 exit 1 IF /I "%2"=="NetFx40" goto :NetFx4 IF /I NOT "%2"=="...
183
the-stack-v2-dedup
Batchfile
copy /a characters_bots.sql + /a updates\characters\*.sql /b ALL_characters.sql
184
the-stack-v2-dedup
Batchfile
java -jar III.jar -d2
185
the-stack-v2-dedup
Batchfile
set MATLAB=C:\MATLAB701 set MSVCDir=c:\program files\microsoft visual studio .net 2003\vc7 "C:\MATLAB701\rtw\bin\win32\envcheck" INCLUDE "c:\program files\microsoft visual studio .net 2003\vc7\include" if errorlevel 1 goto vcvars32 "C:\MATLAB701\rtw\bin\win32\envcheck" PATH "c:\program files\microsoft visual studio...
186
the-stack-v2-dedup
Batchfile
rmdir /s /q "Build" rmdir /s /q "LS\build" rmdir /s /q "Zone\Build" rmdir /s /q "World\Build" rmdir /s /q "World\Intermediate" rmdir /s /q "SharedMemory\Intermediate" rmdir /s /q "Zone\Intermediate" del /S /F /AH *.suo del /S /F /AH logfile.txt del EQCEmu.sdf
187
the-stack-v2-dedup
Batchfile
cmd_/home/sying/wucaiyuan_toolchain/v300/uclibc_gcc4.8_linaro_toolchain_optimized/linux-2012.09/tmp-install/include/sound/.install := perl scripts/headers_install.pl /home/sying/wucaiyuan_toolchain/v300/uclibc_gcc4.8_linaro_toolchain_optimized/linux-2012.09/include/sound /home/sying/wucaiyuan_toolchain/v300/uclibc_gcc4...
188
the-stack-v2-dedup
Batchfile
rem %1 dbname %2 expFile %3 dbip %4 Uid %5 pwd set lv1=%1 set lv2=%2 set lv3=%3 set lv4=%4 set lv5=%5 set va1=" select sxh,Gzh,Ksdm,Kslbdm,Xslbdm,Zydm,Kcid,Kclxdm,Kcxzdm,Xf,Ksxq,Glbmdm,Ksdwlxdm,Zyksjdm,ZyksjdmB,Sksjdm,SksjdmB,Bbh,Sfsxjkc,'010' from %lv1%..jhkkkcb " bcp %va1% queryout %lv2% -c -t, -r\n ...
189
the-stack-v2-dedup
Batchfile
set PATH=e:\JavaApp\apache-maven-3.3.9\bin;%PATH% set JAVA_HOME=c:\Program Files\Java\jdk1.8.0_102 mvn -e exec:java -Dexec.mainClass="cmmdc.server.CmmdcImpl"
190
the-stack-v2-dedup
Batchfile
cd /d C:\git\SE-Build-crosslib_win32\zlib\src\build\vc2019\x64_Release set CYGWIN=nodosfilewarning set PATH=C:\Perl\bin;C:\ADMIN\nasm-2.11.08;%PATH% call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat" perl -i.bak -p -e "s/-MD/-MT/g" win32\Makefile.msc perl -i.bak -p ...
191
the-stack-v2-dedup
Batchfile
setlocal EnableDelayedExpansion echo on echo "Compiling Styleguide HTML page" REM overwrite links.html and get all filenames in "content" directory copy nul styleGuideElements\links.html @echo ^<nav class=^'sidebar^'^>^<div class=^"sidebar-header^"^>^<h1^>Style Guide^</h1^>^</div^>^<ul^> > styleGuideElements\links.htm...
192
the-stack-v2-dedup
Batchfile
@echo off cls title BOT YOUTUBE VIEWER v1 by ardianto elektronika color a echo off echo================================================================================================================= echo PETUNJUK: Pilih browser pilihan Anda sebagai default (Saya merekomendasikan Chrome karena Firefox ingin ber...
193
the-stack-v2-dedup
Batchfile
cmake.exe --build /Library/build --config Release --target all -- -j 14
194
the-stack-v2-dedup
Batchfile
@echo off call conf.bat java org.javier.jabber.JabberService
195
the-stack-v2-dedup
Batchfile
cd D:\OK\bin\Automated_stuff\GdriveUpload_auto python upload.py pause
196
the-stack-v2-dedup
Batchfile
-intstyle "ise" -incremental -lib "unisims_ver" -lib "unimacro_ver" -lib "xilinxcorelib_ver" -o "D:/xilinx/halfadder/halfadder_halfadder_sch_tb_isim_beh.exe" -prj "D:/xilinx/halfadder/halfadder_halfadder_sch_tb_beh.prj" "work.halfadder_halfadder_sch_tb" "work.glbl"
197
the-stack-v2-dedup
Batchfile
xcopy ..\XTA_W32\Api\CTP_v6.3.6_20160606 Release\XTA_W32\Api\CTP_v6.3.6_20160606 /I /E /Y copy ..\XTA_W32\Cpp\XFinApi.ITradeApi.dll Release\XFinApi.ITradeApi.dll /Y xcopy ..\XTA_W32\Api\CTP_v6.3.6_20160606 Debug\XTA_W32\Api\CTP_v6.3.6_20160606 /I /E /Y copy ..\XTA_W32\Cpp\XFinApi.ITradeApid.dll Debug\XFinApi.ITradeApi...
198
the-stack-v2-dedup
Batchfile
@py howoldis.py %* @pause
199