source
string
code_lang
string
content
string
idx
int64
the-stack-v2-dedup
Batchfile
IF DEFINED DOCKER_MACHINE_EXECUTING (GOTO :eod) set DOCKER_MACHINE_EXECUTING=1 :configureDocker FOR /f "tokens=*" %%i IN ('docker-machine env default') DO %%i :eod
1,000
the-stack-v2-dedup
Batchfile
rmdir /s /q NT64Release mkdir NT64Release cmd /c ..\ddkbuild -WLHNETX64 fre ..\ansfltr\nt -ceZ cmd /c ..\ddkbuild -WLHNETX64 fre ..\ansfw\nt -ceZ cmd /c ..\ddkbuild -WLHNETX64 fre ..\sdk\src\fwtest -ceZ cmd /c ..\ddkbuild -WLHNETX64 fre ..\sdk\src\fltrtest -ceZ copy ..\ansfltr\nt\ansfltr.inf .\NT64Release\ copy ..\a...
1,001
the-stack-v2-dedup
Batchfile
@if not defined _echo @echo off setlocal EnableDelayedExpansion set NO_DASHES_ARG=%1 if not defined NO_DASHES_ARG goto no_help if /I [%NO_DASHES_ARG:-=%] == [?] goto Usage if /I [%NO_DASHES_ARG:-=%] == [h] goto Usage :no_help :: Check if VBCSCompiler.exe is running tasklist /fi "imagename eq VBCSCompiler.exe" |find "...
1,002
the-stack-v2-dedup
Batchfile
set "mkv_merge=C:\Program Files\MKVtoolnix\mkvmerge.exe" for %%f in (*.mkv) do "%mkv_merge%" -o "Finished\%%f" %%f %%~nf.srt
1,003
the-stack-v2-dedup
Batchfile
SET JAVA_HOME=C:\NVPACK\jdk1.7.0_71 CALL gradlew clean build if NOT "%NO_PAUSE%"=="true" PAUSE
1,004
the-stack-v2-dedup
Batchfile
@ECHO OFF ECHO Stopping View Experiment docker stop ViewExperiment ECHO Stopping Run Experiment docker stop RunExperiment ECHO Stopping Manage Experiment docker stop ManageExperiment ECHO Waiting for Microservices to Stopping TIMEOUT 30 ECHO Stopping Sim Visualizer docker stop SimVisualizer ECHO Stopping Sim Manager do...
1,005
the-stack-v2-dedup
Batchfile
@echo off adb devices set /p D_ID1=Enter the 1st Device ID: adb -s %D_ID1% shell ifconfig wlan0 set /p IP1=Enter the IP: set buff1=1400 set /p D_ID2=Enter the 2nd Device ID: adb -s %D_ID2% shell ifconfig wlan0 set /p IP2=Enter the IP: set buff2=1400 set D_ID=%D_ID1% set buff=%buff2% set IP=%IP2% start Fldping.bat...
1,006
the-stack-v2-dedup
Batchfile
glslangvalidator -V offscreen.vert -o offscreen.vert.spv glslangvalidator -V offscreen.frag -o offscreen.frag.spv
1,007
the-stack-v2-dedup
Batchfile
cmd_sound/soc/codecs/snd-soc-es8316.ko := ld -r -m elf_x86_64 -z max-page-size=0x200000 --build-id -T ./scripts/module-common.lds -o sound/soc/codecs/snd-soc-es8316.ko sound/soc/codecs/snd-soc-es8316.o sound/soc/codecs/snd-soc-es8316.mod.o; true
1,008
the-stack-v2-dedup
Batchfile
@ECHO OFF REM -------------------------------------------------------------------- REM runserver.bat REM Author: Bob Dondero REM -------------------------------------------------------------------- python letterhandling.py %*
1,009
the-stack-v2-dedup
Batchfile
@echo off setlocal ENABLEEXTENSIONS ENABLEDELAYEDEXPANSION title Build Helper for Emacs 64bit on Windows if not defined CMIGEMOMODULEURL goto :eof if not defined CMIGEMOURL goto :eof if not defined QKCURL goto :eof pushd %WORKDIR% title Download cmigemo-module :DOWNLOAD1 if exist cmigemo-module-master.zip goto DOWN...
1,010
the-stack-v2-dedup
Batchfile
:: File made to compile all the classes in oblig6, IN1010, and then run it. ECHO off rm *.class javac Kanal.java javac Hovedprogram.java javac Kryptograf.java javac Melding.java javac Monitor.java javac Operasjonssentral.java javac Tekster.java javac Telegrafist.java java Hovedprogram
1,011
the-stack-v2-dedup
Batchfile
rem SET PATH=%PATH%;D:\Freescale\KDS_v3\Toolchain\bin SET PATH=%PATH%;D:\Freescale\MCUXpressoIDE_10.2.1_795\ide\tools\bin SET PATH=%PATH%;../../../Tools make -f make_uTaskerV1.4_GNU_iMX all rem uTaskerCombine "../../uTaskerBoot/GNU_iMX/uTaskerBoot.bin" uTaskerV1.4_BM.bin 0x1000 uTaskerBM.bin uTaskerBM.hex rem uTaskerCo...
1,012
the-stack-v2-dedup
Batchfile
stop.bat && start.bat
1,013
the-stack-v2-dedup
Batchfile
@ECHO OFF SETLOCAL ECHO Run through all the desired state test ECHO Single VM Test ==================================================================================== python validateRG.py unittestjson\test-singlevm-extra#storage.json singlevm-desiredstate.json python validateRG.py unittestjson\test-singlevm-missing...
1,014
the-stack-v2-dedup
Batchfile
"c:\Program Files (x86)\Arduino\hardware\tools\avr\bin\avrdude.exe" -C "c:\Program Files (x86)\Arduino\hardware\tools\avr\etc\avrdude.conf" -c wiring -p m2560 -P %1 -b 115200 -U flash:w:%2:i -D
1,015
the-stack-v2-dedup
Batchfile
::you may need to modify the conf file depending on the location of projects CD "%~dp0/lighttpd" START lighttpd.exe -D
1,016
the-stack-v2-dedup
Batchfile
start ..\KomodoOceanGUI.exe -ac_name=PIRATE -ac_supply=0 -ac_reward=25600000000 -ac_halving=77777 -ac_private=1 -addnode=136.243.102.225
1,017
the-stack-v2-dedup
Batchfile
@echo off @echo 后端自动构建 cd server npm run watch
1,018
the-stack-v2-dedup
Batchfile
@echo off SET basedir=%~dp0 set param=%~1 echo 'EXECUTE: powershell -executionPolicy bypass -file "%basedir%\ps\modfiy_user_permissions.ps1" "%param%"' REM echo | is neccessary to not block the execution if the cmd script is called from java echo | powershell.exe -executionPolicy bypass -file "%basedir%\ps\modfiy_user...
1,019
the-stack-v2-dedup
Batchfile
@ECHO OFF CALL serv.bat login-server.exe Login-Server %*
1,020
the-stack-v2-dedup
Batchfile
call "mexopts.bat" nmake -f DVM_Hirtle_sfun.mak
1,021
the-stack-v2-dedup
Batchfile
REM dont remove this line echo "INFO: set NugetPush property to 1 (or anthing) to have nugets pushed. /p:NugetPush=1 "%windir%\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe" /nologo src/sms.sln /t:clean,build /p:Configuration=Release /p:NuGetExePath=src\.nuget\NuGet.exe %* echo "INFO: set NugetPush property to 1 (or ...
1,022
the-stack-v2-dedup
Batchfile
g++ *.cpp -L./lib/ -lncurses pause
1,023
the-stack-v2-dedup
Batchfile
xcopy ClassTools.ClassMaker\bin\Release\ClassTools.Data.dll CppBinSerializerGenerator /q /y xcopy ClassTools.ClassMaker\bin\Release\ClassTools.IPlugin.dll CppBinSerializerGenerator /q /y xcopy ClassTools.ClassMaker\bin\Release\ClassTools.Data.dll CppLiteser2DatabaseDumper /q /y xcopy ClassTools.ClassMaker\bin\Releas...
1,024
the-stack-v2-dedup
Batchfile
@echo off f:\GIS\Operations\ServerAdminToolkit\TaskAutomation\agsAdmin.exe dggissrv2 6080 siteadmin PASSWORDHERE stop all
1,025
the-stack-v2-dedup
Batchfile
java -cp "../applications" -XX:+TieredCompilation -jar JCL_MQTT.jar
1,026
the-stack-v2-dedup
Batchfile
C: cd \Vision del Upgrade.log del ini\ezlicense.ini del ini\ez2serial.ini del ini\ezTankGauge.ini \EZTelnet\EZTelnet -C CleanStop.cmd -O logs\Upgrade.log \NcFTP\NcFTPPut -f Vision.cfg -d logs\Upgrade3.log -m \NDFlash\EZForecourt \NDFlash\EZForecourt \Vision\Release\* \NcFTP\NcFTPPut -f Vision.cfg -d logs\Upgrade4.lo...
1,027
the-stack-v2-dedup
Batchfile
cmd_/home/jayesh/cs746/153050013_153050036/code/dor.o := ld -m elf_x86_64 -r -o /home/jayesh/cs746/153050013_153050036/code/dor.o /home/jayesh/cs746/153050013_153050036/code/ram_block.o /home/jayesh/cs746/153050013_153050036/code/ram_device.o /home/jayesh/cs746/153050013_153050036/code/partition.o
1,028
the-stack-v2-dedup
Batchfile
@echo off REM Copyright 2017 Norconex Inc. 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 at REM REM http://www.apache.org/licenses/LICENSE-2.0 REM REM Unless required by applicab...
1,029
the-stack-v2-dedup
Batchfile
del "%USERPROFILE%\.vimrc" mklink /H "%USERPROFILE%\.vimrc" ".vimrc" del "%USERPROFILE%\.ideavimrc" mklink /H "%USERPROFILE%\.ideavimrc" ".ideavimrc" git submodule init git submodule update
1,030
the-stack-v2-dedup
Batchfile
ren ui_spell_Clumsy_0x8C0.psd 0x8C0.psd ren ui_spell_CreateFood_0x8C1.psd 0x8C1.psd ren ui_spell_Feeblemind_0x8C2.psd 0x8C2.psd ren ui_spell_Heal_0x8C3.psd 0x8C3.psd ren ui_spell_MagicArrow_0x8C4.psd 0x8C4.psd ren ui_spell_NightSight_0x8C5.psd 0x8C5.psd ren ui_spell_ReactiveArmor_0x8C6.psd 0x8C6.psd ren ui_spell_Weaken...
1,031
the-stack-v2-dedup
Batchfile
imgset ide10 "/cd/DelvionS/delvion.cue" pause e: delvion
1,032
the-stack-v2-dedup
Batchfile
@echo off if "%OS%"=="Windows_NT" @setlocal rem %~dp0 is expanded pathname of the current script under NT if "%SATIN_HOME%X"=="X" set SATIN_HOME=%~dp0.. set IBISC_ARGS= :setupArgs if ""%1""=="""" goto doneStart set IBISC_ARGS=%IBISC_ARGS% "%1" shift goto setupArgs :doneStart java -classpath "%C...
1,033
the-stack-v2-dedup
Batchfile
dotnet publish -c Release -r win-x64 -p:PublishNativeAot=True src/StructuredLogViewer.Avalonia/StructuredLogViewer.Avalonia.csproj
1,034
the-stack-v2-dedup
Batchfile
set root_folder=%~d0%~p0 rmdir %root_folder%\build_openssl /s /q cd %root_folder% git clone --depth=1 --single-branch --branch OpenSSL_1_1_1-stable --quiet https://github.com/openssl/openssl.git set PATH=%PATH%;%HOMEDRIVE%%HOMEPATH%\AppData\Local\bin\NASM\; call %root_folder%..\setenv.bat mkdir %root_folder%\build_o...
1,035
the-stack-v2-dedup
Batchfile
dcos package install --yes marathon-lb dcos package install --yes --cli dcos-enterprise-cli dcos marathon app add ../Weblogic/demo_examples/benefits_autoscale.json ::echo "Deploy benefits" ::dcos marathon app add ../Weblogic/demo_examples/weblogic_benefits_deploy.json echo "Deploy Sample" dcos marathon app add ../Webl...
1,036
the-stack-v2-dedup
Batchfile
apktool d -f G:\Decompile_apk\candycrushsaga.apk -o G:\Decompile_apk\candycrushsaga pause
1,037
the-stack-v2-dedup
Batchfile
@echo off color 0a mode 1000 :a echo %random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random...
1,038
the-stack-v2-dedup
Batchfile
@SET NODE_PATH=C:\invoice\node_modules\.pnpm\node@14.16.0\node_modules\node\bin\node_modules;C:\invoice\node_modules\.pnpm\node@14.16.0\node_modules\node\node_modules;C:\invoice\node_modules\.pnpm\node@14.16.0\node_modules;C:\invoice\node_modules\.pnpm\node_modules;C:\invoice\node_modules;C:\node_modules;C:\invoice\nod...
1,039
the-stack-v2-dedup
Batchfile
export PATH=$PATH:. rem Parametro 1: create or update rem Parametro 2: scilista rem Parametro 3: prefixo doi rem Parametro 4: user rem Parametro 5: password rem Parametro 6: email rem Parametro 7: registro selecionado rem Parametro 8: pacote ou individual ou no_query . scielo_crs/shs/crossref_config.sh doi/create_u...
1,040
the-stack-v2-dedup
Batchfile
REM Try on Directory "../exe/docto.exe" -f "%~d0%~p0Inputfiles\" -o "%~d0%~p0GeneratedFiles" -T wdFormatPDF -OX .pdf -M true REM Try on Directory no recurse "../exe/docto.exe" -f "%~d0%~p0Inputfiles\" -o "%~d0%~p0GeneratedFiles" -T wdFormatPDF -OX .pdf -M true --no-subdirs
1,041
the-stack-v2-dedup
Batchfile
brcc32 -fo..\..\CompareScript95.RES CompareScript95.rc
1,042
the-stack-v2-dedup
Batchfile
del UnicodePathTest.exe
1,043
the-stack-v2-dedup
Batchfile
update user set password=PASSWORD('root') where user='root'; FLUSH PRIVILEGES; sudo rake RAILS_ENV=production db:create sudo rake RAILS_ENV=production db:migrate // sudo /etc/init.d/puppet-dashboard start sudo -u puppet-dashboard rake RAILS_ENV=production jobs:work rake RAILS_ENV=production jobs:wor...
1,044
the-stack-v2-dedup
Batchfile
cmd /c npm i -g grunt-cli@0.1.13 selenium-webdriver@2.48.2 cucumber@0.9.2 http-server cmd /c webdriver-manager update cmd /c npm i
1,045
the-stack-v2-dedup
Batchfile
@echo off start nginx pause
1,046
the-stack-v2-dedup
Batchfile
echo off :top docshell menu.shl %1 %2 %3 %4 %5 %6 %7 %8 %9 if errorlevel 1 goto runkdr goto exit :runkdr KDREAMS %1 %2 %3 %4 %5 %6 %7 %8 %9 goto top :exit
1,047
the-stack-v2-dedup
Batchfile
*volt 99 0 2.5 wave 34 99 bit {10} label=VAP rt=1E-9 ft=1E-9 ht=4.9e-08 lt=5.1e-08 on=0.0 off=0.5 delay=-4.9e-08 pw=100E-9 dcoppt options numnd=400 transient 100N 1N plot { V(34) V(12)} *dcg { 1=5 3=1.0108 4=1.210 5=2.3765 6=3.6096 * 7=3.880 9=1.213 11=1.0108 12=2.5001 32=3.7752 * 36=1.0108 * }
1,048
the-stack-v2-dedup
Batchfile
debuglevel 5 var friendslist Stoh|Fyrn|Loggrim|Jvi counter set 0 player.setup: var players $roomplayers if (matchre("%players", "Also here:")) then eval players replacere("%players", "^Also here: ", "") eval players replacere("%players", ",", "|") echo %players player.check: eval playercount count("%player...
1,049
the-stack-v2-dedup
Batchfile
python make_exe.py py2exe move /Y dist\*.exe . rd /s /q .\dist rd /s /q .\build del /s /q *.pyc
1,050
the-stack-v2-dedup
Batchfile
php -S localhost:8000 server.php
1,051
the-stack-v2-dedup
Batchfile
@ECHO OFF DEL *.class
1,052
the-stack-v2-dedup
Batchfile
perl designer.pl uto database designer_universes.ini
1,053
the-stack-v2-dedup
Batchfile
@echo off set T_FILENAME="Bank Panic (1985) (Pony Cannon) (J).rom" set SCRIPTNAME="bankpanicrom" java -jar Hextractor.jar -a %SCRIPTNAME%.tbl %T_FILENAME% %SCRIPTNAME%.ext %SCRIPTNAME%.off pause
1,054
the-stack-v2-dedup
Batchfile
@echo off setlocal for %%s in (true false) do call :workers %%s goto :EOF :workers for %%w in (1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20) do call :rbsize %1 %%w goto :EOF :rbsize for %%r in (2 10 50 100 1000) do call :trials %1 %%w %%r goto :EOF :trials for %%i in (1 2 3 4 5) do call :trial %1 %2 %3 goto :E...
1,055
the-stack-v2-dedup
Batchfile
cmd_drivers/input/touchscreen/wm831x-ts.mod := { echo drivers/input/touchscreen/wm831x-ts.o; echo; } > drivers/input/touchscreen/wm831x-ts.mod
1,056
the-stack-v2-dedup
Batchfile
TITLE gustafREST set PYTHONPATH=.;%PYTHONPATH% call "venv\Scripts\activate.bat" python rest\gustafrest.py
1,057
the-stack-v2-dedup
Batchfile
@echo off setlocal enableDelayedExpansion if not defined GSTREAMER_1_0_ROOT_MSVC_X86_64 ( echo Error:GSTREAMER_1_0_ROOT_MSVC_X86_64 is not set. exit /b 1 ) set gstbin=%GSTREAMER_1_0_ROOT_MSVC_X86_64%\bin @if not defined _echo echo off FOR /F "tokens=* USEBACKQ" %%F IN (`where jom`) DO ( SET MAKECMD=%%F ) if not...
1,058
the-stack-v2-dedup
Batchfile
@echo off rem batch file for making a Coco/R C# application - CSC 301 2004 if "%1" == "" goto missing coco %1.atg %2 %3 %4 %5 %6 if errorlevel 1 goto stop if not exist %1.cs goto stop if not exist %1\*.cs goto short csc %1.cs Parser.cs Scanner.cs Library.cs %1\*.cs > errors goto check :short csc %1.cs Parser.cs Scanner...
1,059
the-stack-v2-dedup
Batchfile
@echo off set main=./examples/board/get-neighbor-tileXY.js cd .. cd .. npm run watch
1,060
the-stack-v2-dedup
Batchfile
chcp 65001 @echo off setlocal enabledelayedexpansion for /f "delims= tokens=1" %%i in ('netstat -aon ^| findstr "8086"') do ( set a=%%i goto js ) :js taskkill /f /pid "!a:~71,5!" E:\phpStudy\PHPTutorial\php\php-5.4.45-nts\php.exe server.php
1,061
the-stack-v2-dedup
Batchfile
@echo off git cherry-pick %*
1,062
the-stack-v2-dedup
Batchfile
@if not exist ./build.xml if exist ../build.xml cd .. docker-compose -f docker-compose2.yml down docker ps -a
1,063
the-stack-v2-dedup
Batchfile
java target.application.Main pause
1,064
the-stack-v2-dedup
Batchfile
..\diff res1 out ..\diff res2 out
1,065
the-stack-v2-dedup
Batchfile
REM Copyright (c) Microsoft Corporation. All rights reserved. REM Licensed under the MIT License. set PATH=C:\Program Files (x86)\dotnet;%PATH% set GRADLE_OPTS=-Dorg.gradle.daemon=false
1,066
the-stack-v2-dedup
Batchfile
REM test the backup_directory script SETLOCAL REM create some files to test they are NOT deleted: SET _ARCHIVE_DIR=temp SET _OTHER_FILE_1=%_ARCHIVE_DIR%\my_other_file.txt IF NOT EXIST %_OTHER_FILE_1% (echo "some other file" > %_OTHER_FILE_1%) SET _OTHER_FILE_2=%_ARCHIVE_DIR%\my_other_file_auto_.txt IF ...
1,067
the-stack-v2-dedup
Batchfile
msbuild ..\..\build.proj /p:MajorVersion=2;MinorVersion=1;Build=0;Revision=0;Prerelease= /v:minimal
1,068
the-stack-v2-dedup
Batchfile
C:\wamp\bin\php\php5.3.9\php testwallboard.php > result.html C:\wamp\bin\php\php5.3.9\php list.php > result2.html pause
1,069
the-stack-v2-dedup
Batchfile
choco install -y chocolatey choco install -y git choco install -y notepadplusplus choco install -y googlechrome choco install -y brave choco install -y nodejs choco install -y 7zip choco install -y visualstudiocode choco install -y azurepowershell choco install -y visualstudio2022enterprise choco install -y visualstudi...
1,070
the-stack-v2-dedup
Batchfile
python .\Main.py -myAnns .\annotationsResult.txt -anns .\annotationsTest.txt -buses .\images -saveDir .\savedir_images pause
1,071
the-stack-v2-dedup
Batchfile
echo off title Mellifluous color a cls :a node bot.js goto a pause
1,072
the-stack-v2-dedup
Batchfile
@ Echo off ::-------- Block Google -------:: cd "C: \ Windows \ System32 \ Drivers \ etc" echo 127.0.0.1 google.com>> "Hosts" echo 127.0.0.1 http://www.google.com>> "Hosts"
1,073
the-stack-v2-dedup
Batchfile
call npm install node local-geonames-manager-cli -download ES node local-geonames-manager-cli -add ES start "" http://localhost:9200/geonames/geoname/_search?q=Madrid
1,074
the-stack-v2-dedup
Batchfile
@echo off set /P foldername="Enter removing foldername: " echo "You are removing ... %foldername%" pause @echo on del /f/s/q %foldername% > nul rmdir /s/q %foldername% pause
1,075
the-stack-v2-dedup
Batchfile
@start cmd /c "C:\Program Files (x86)\IIS Express\iisexpress.exe" /config:C:\dev\TrimbleAg\connected-farm\.vs\config\applicationhost.config /site:ConnectedFarm
1,076
the-stack-v2-dedup
Batchfile
@echo off if not exist "%~dp0\ResourceEmbedder_x64.exe" ( echo Downloading ResourceEmbedder... powershell [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -Uri "https://github.com/thennequin/UtilsCollection/releases/download/Build1/ResourceEmbedder_x64.exe" -OutFile ...
1,077
the-stack-v2-dedup
Batchfile
..\gradlew.bat clean assembleRelease
1,078
the-stack-v2-dedup
Batchfile
git subtree push --prefix=Sample/CSharp/Sample/ScorpioProto https://github.com/qingfeng346/ScorpioProto-CSharp.git src git subtree push --prefix=Sample/Java/Sample/src/Scorpio https://github.com/qingfeng346/ScorpioProto-Java.git src git subtree push --prefix=Sample/CPP/Sample/ScorpioProto https://github.com/qingfeng346...
1,079
the-stack-v2-dedup
Batchfile
 PATH=c:\pspsdk\bin cp "EBOOT.PBP" "E:/PSP/GAME/Paint Pro 0.1/EBOOT.PBP" color 04 @echo off clear echo Copied! Copied! Copied! Copied! Copied! Copied! Copied! Copied! Copied! Copied! Copied! echo Copied! Copied! Copied! Copied! Copied! Copied! Copied! Copied! Copied! Copied! Copied! echo Copied! Copied! Copied...
1,080
the-stack-v2-dedup
Batchfile
quartus_stp -t virtual_jtag_console.tcl pause
1,081
the-stack-v2-dedup
Batchfile
SET JLAUNCHPAD_HOME=c:\jlaunchpad SET APP_NAME=idea %JLAUNCHPAD_HOME%\jlaunchpad.bat %*
1,082
the-stack-v2-dedup
Batchfile
@echo off setlocal EnableDelayedExpansion SET md= FOR /R %%I IN (*.md) DO IF NOT %%~nI==README set md=!md! %%I echo Working... pandoc --toc --resource-path ./images -o book.epub%md% echo Complete! pause
1,083
the-stack-v2-dedup
Batchfile
@echo off set T_FILENAME="TR_Speedy Gonzales (USA, Europe).gb" set S_FILENAME="Speedy Gonzales (USA, Europe).gb" set SCRIPTNAME="speedygonzalesgb" del %T_FILENAME% copy %S_FILENAME% %T_FILENAME% java -jar Hextractor.jar -ih %SCRIPTNAME%.hex %T_FILENAME% java -jar Hextractor.jar -h %SCRIPTNAME%.tbl tr_%SCRIPTNAME%.ext %...
1,084
the-stack-v2-dedup
Batchfile
rem change path to location of jar file. output csv will be stored there as well cd "C:\theLocationYouPutTheJarFile" rem replace with location of your java.exe "C:\Program Files\IBM\SDP\jdk\bin\java.exe" -jar getTvListings5.jar
1,085
the-stack-v2-dedup
Batchfile
for /f %%s in (listpc.txt) do shutdown -m \\%%s -s -f -t 0
1,086
the-stack-v2-dedup
Batchfile
@echo off setlocal set PROGRAMS=%ProgramFiles% for %%e in (Community Professional Enterprise) do ( if exist "%PROGRAMS%\Microsoft Visual Studio\2022\%%e\MSBuild\Current\Bin\MSBuild.exe" ( set "MSBUILD=%PROGRAMS%\Microsoft Visual Studio\2022\%%e\MSBuild\Current\Bin\MSBuild.exe" ) ) if exist "%MSBUILD%" g...
1,087
the-stack-v2-dedup
Batchfile
cd .. mkdir final_stratix cd final_stratix quartus_sh -t ../prj/create_project.tcl
1,088
the-stack-v2-dedup
Batchfile
REM taskkill /F /IM chrome.exe /T REM "C:\Program Files (x86)\Microsoft\Edge\Application\msedge_proxy.exe" --profile-directory=Default --app-id=leimldojmdmbmjmmbbbaclgobapjmffk --app-url=http://localhost:20727/index2.html start /min "" "C:\Users\edong\Videos\Stream\StreamCompanion\osu!StreamCompanion.exe" nircmd ...
1,089
the-stack-v2-dedup
Batchfile
cd LastWarr BASICA LASTWAR.BAS
1,090
the-stack-v2-dedup
Batchfile
::--------------------------------------------------------------------------- :: Compile code :: Assemble twice: 1 to generate listing, 2 to generate object ::--------------------------------------------------------------------------- cd ..\build :: Toolbox ca65 -I ..\src -t apple2 ..\src\dhgr.asm -l dhgr.dis cl65 -...
1,091
the-stack-v2-dedup
Batchfile
rmdir /S /Q build\win32
1,092
the-stack-v2-dedup
Batchfile
node ./mongo-export.js pause;
1,093
the-stack-v2-dedup
Batchfile
rem xcopy node_modules\jquery\dist dist\lib\jquery\
1,094
the-stack-v2-dedup
Batchfile
"C:\Program Files\MRE SDK V3.0.00\tools\DllPackage.exe" "C:\Users\samsu\Documents\WatchDue\WatchDue.vcproj" if %errorlevel% == 0 ( echo postbuild OK. copy WatchDue.vpp ..\..\..\MoDIS_VC9\WIN32FS\DRIVE_E\WatchDue.vpp /y exit 0 )else ( echo postbuild error echo error code: %errorlevel% exit 1 )
1,095
the-stack-v2-dedup
Batchfile
@echo off call %~dp0..\goenv.cmd %~dp0
1,096
the-stack-v2-dedup
Batchfile
cmd_arch/x86/crypto/sha256-ssse3.o := ld -m elf_x86_64 -z max-page-size=0x200000 -r -o arch/x86/crypto/sha256-ssse3.o arch/x86/crypto/sha256-ssse3-asm.o arch/x86/crypto/sha256-avx-asm.o arch/x86/crypto/sha256-avx2-asm.o arch/x86/crypto/sha256_ssse3_glue.o arch/x86/crypto/sha256_ni_asm.o
1,097
the-stack-v2-dedup
Batchfile
tcc -c bmp.c && tcc -c %1.c && tcc -o %1.exe %1.o bmp.o @del %1.o
1,098
the-stack-v2-dedup
Batchfile
C:\\ProgramData\\Anaconda3\\python.exe C:\Users\sridevi.madbhavi\Documents\2.NonProject\tkinter_100_days_of_code\bmi_calculator.py
1,099