source string | code_lang string | content string | idx int64 |
|---|---|---|---|
the-stack-v2-dedup | Batchfile | cmd_drivers/char/hw_random/rng-core.o := /home/only/myandroid/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o drivers/char/hw_random/rng-core.o drivers/char/hw_random/core.o
| 4,200 |
the-stack-v2-dedup | Batchfile | rem ==========================
rem
rem browser
rem
rem ==========================
pushd "C:\Program Files (x86)\Google\Chrome\Application"
start chrome.exe "https://mail.google.com/mail/u/0/?shva=1#search/myself+-daylog+UH8G6E"
start chrome.exe "http://benfranklin.chips.jp/cake_apps/Cake_IFM11/images/index_2?filter_... | 4,201 |
the-stack-v2-dedup | Batchfile | @echo off
title building cefau3
set files=cefau3.c api/accessibility_handler.c api/browser.c ^
api/browser_process_handler.c api/callback.c api/command_line.c ^
api/context_menu_handler.c api/cookie.c api/dialog_handler.c ^
api/display_handler.c api/dom.c api/download_hadler.c ^
api/download_item.c api/drag_d... | 4,202 |
the-stack-v2-dedup | Batchfile | cmd_drivers/net/ethernet/intel/igb/igb.o := ld -m elf_x86_64 -z max-page-size=0x200000 -r -o drivers/net/ethernet/intel/igb/igb.o drivers/net/ethernet/intel/igb/igb_main.o drivers/net/ethernet/intel/igb/igb_ethtool.o drivers/net/ethernet/intel/igb/e1000_82575.o drivers/net/ethernet/intel/igb/e1000_mac.o drivers/net... | 4,203 |
the-stack-v2-dedup | Batchfile | @echo off
CALL I:\User\Downloads\node-v12.19.0-win-x64\wat2wasm life.wat
if errorlevel 1 pause
if errorlevel 1 exit
CALL I:\User\Downloads\node.exe --experimental-modules --experimental-wasm-modules index.mjs
pause
| 4,204 |
the-stack-v2-dedup | Batchfile | @echo off
echo Initializing environment...
call "%~dp0\..\scripts\path.bat"
echo Running program...
cd "%~dp0\..\converter\python"
python processor.py %1 | 4,205 |
the-stack-v2-dedup | Batchfile | ::a command tool for installing mariadb
::put this file under the root directory of the decompressed zip(which contains bin directory)
::you can also use the cmd manually with this doc: https://mariadb.com/kb/en/mysql_install_dbexe/
::shared with CC-BY-NC-SA, repository url: https://github.com/spawpaw/code-snipppet
::... | 4,206 |
the-stack-v2-dedup | Batchfile | @echo off
echo.
echo === Decompiling and recompiling ===
md %1\orig >nul 2>nul
md %1\recomp >nul 2>nul
del %1\*.jack >nul 2>nul
node decomp %1
copy %1\*.vm %1\orig >nul 2>nul
del %1\*.vm >nul 2>nul
call ..\nand2tetris\tools\JackCompiler.bat %1
copy %1\*.vm %1\recomp >nul 2>nul
del %1\*.vm >nul 2>nul
copy %1\orig\*.vm %... | 4,207 |
the-stack-v2-dedup | Batchfile | setup.exe -s \ -i \mstools\mstools.inf
| 4,208 |
the-stack-v2-dedup | Batchfile | php artisan generate:scaffold objects --fields="deleted:integer, hidden:integer, name:string"
php artisan generate:scaffold programs --fields="deleted:integer, hidden:integer, name:string"
php artisan generate:scaffold telescopes --fields="deleted:integer, hidden:integer, name:string"
php artisan generate:scaffold dete... | 4,209 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
setlocal DISABLEDELAYEDEXPANSION
REM OLD
REM SET BIN_TARGET=%~dp0/../squizlabs/php_codesniffer/scripts/phpcs
REM NEW COMPOSER HOME or relative to outside vendor
REM SET BIN_TARGET=%~dp0/vendor/squizlabs/php_codesniffer/scripts/phpcs
IF "%COMPOSER_HOME%"=="" (
REM echo NOT SET
IF EXIST "%USERPROFILE%/AppD... | 4,210 |
the-stack-v2-dedup | Batchfile | @echo off
REM Three sample scripts which perform basic memory and breakpoint operations
REM on a C6416.
cmd /c "%~dp0..\..\bin\dss" Memory.js
cmd /c "%~dp0..\..\bin\dss" MemoryDump.js
cmd /c "%~dp0..\..\bin\dss" Breakpoints.js | 4,211 |
the-stack-v2-dedup | Batchfile | adb shell pm uninstall com.miui.enbbs
pause | 4,212 |
the-stack-v2-dedup | Batchfile | CrmSvcUtil.exe ^
/codecustomization:"GenerateAttributeConstants.CodeCustomizationService, GenerateAttributeConstants" ^
/codewriterfilter:"GenerateAttributeConstants.FilteringService, GenerateAttributeConstants" ^
/url:https://grantsdev.api.crm4.dynamics.com/XRMServices/2011/Organization.svc ^
/username:grantsapisvc@ma... | 4,213 |
the-stack-v2-dedup | Batchfile | java -jar num2.2.jar
pause | 4,214 |
the-stack-v2-dedup | Batchfile | @python -m findfaces.tool detect %*
| 4,215 |
the-stack-v2-dedup | Batchfile | /opt/MentorGraphics/modeltech/bin/vlib /home/dmonk/Firmware/DTC-firmware/DTC-front/DTC-front.cache/compile_simlib/modelsim/v_deinterlacer_v5_0_12
/opt/MentorGraphics/modeltech/bin/vmap v_deinterlacer_v5_0_12 /home/dmonk/Firmware/DTC-firmware/DTC-front/DTC-front.cache/compile_simlib/modelsim/v_deinterlacer_v5_0_12
/opt/... | 4,216 |
the-stack-v2-dedup | Batchfile | @echo off
set args=%1
shift
:start
if [%1] == [] goto done
set args=%args% %1
shift
goto start
:done
..\..\programs\PortableGit\bin\git.exe %args% | 4,217 |
the-stack-v2-dedup | Batchfile | @echo off
REM =================================
goto :main
REM =================================
REM =================================
:DeQuote
for /f "delims=" %%A in ('echo %%%1%%') do set %1=%%~A
REM goto :EOF
exit /b
REM =================================
:main
REM =================================
i... | 4,218 |
the-stack-v2-dedup | Batchfile | @echo off
dotnet pack src/srp/srp.csproj -c Release | 4,219 |
the-stack-v2-dedup | Batchfile | gmcs -platform:x86 routing.cs
| 4,220 |
the-stack-v2-dedup | Batchfile | rd /s /q .vs
rd /s /q Binaries
rd /s /q Debug
rd /s /q Intermediate
rd /s /q Saved
rd /s /q Plugins\Substance\Intermediate
rd /s /q Plugins\Substance\Binaries
del "*.sdf"
del "*.sln"
del "*.db" | 4,221 |
the-stack-v2-dedup | Batchfile | "c:\Program Files (x86)\MSBuild\14.0\Bin\MSBuild.exe" SFEF.sln /t:Rebuild /p:Configuration=Release /p:Platform="any cpu" | 4,222 |
the-stack-v2-dedup | Batchfile |
@echo off
echo.
set current="%~dp0"
set "Migration_Testing=C:\Common Root\File Migration Testing"
set target_version_1=2007
set target_version_2=2013
set "source=%Migration_Testing%"
set lib_name=Libs
set output_script=C:\Users\%USERNAME%\desktop\FRT_file_migration_script
if exist %output_script% (
del /Q %output... | 4,223 |
the-stack-v2-dedup | Batchfile | @echo off
REM Runs the given program with jbook-java
REM Rnvkes jbook-run.sh
REM the fully qualified path to the current directory
SET JBOOK_TOOLS_DIR=%~dp0
%JBOOK_TOOLS_DIR%\bash-run.bat %JBOOK_TOOLS_DIR%\jbook-run.sh %1
| 4,224 |
the-stack-v2-dedup | Batchfile | cd /D "%~dp0"
java -jar FileTransferUtility.jar
pause | 4,225 |
the-stack-v2-dedup | Batchfile | dotnet FileTransfer.dll %* | 4,226 |
the-stack-v2-dedup | Batchfile | @echo off
setlocal
set CWD=%~dp0
if not exist %CWD%data mkdir %CWD%data
| 4,227 |
the-stack-v2-dedup | Batchfile | cmd_/home/panyoujie/cm12.1/out/target/product/q39/obj/KERNEL_OBJ/usr/include/linux/netfilter_ipv6/.install := /bin/bash /home/panyoujie/cm12.1/kernel/tcl/q39/scripts/headers_install.sh /home/panyoujie/cm12.1/out/target/product/q39/obj/KERNEL_OBJ/usr/include/linux/netfilter_ipv6 /home/panyoujie/cm12.1/kernel/tcl/q39/inc... | 4,228 |
the-stack-v2-dedup | Batchfile | @echo off
echo Starting SetupComplete.cmd > COM1:
if not exist D:\ (
(echo select disk 1 & echo online disk & echo attribute disk clear readonly) | diskpart
) > COM1:
echo. > COM1:
REM This sleep fixes a multitude of timing problems
REM We use ping instead of timeout as timeout seems to have timing
REM problems if ... | 4,229 |
the-stack-v2-dedup | Batchfile | @echo off
cd /d %~dp0
java -cp ".;libs/weka.jar;libs/util.jar;libs/Catalano.Image.jar" GenderPredictor -t contTrainingInstances.serialized
| 4,230 |
the-stack-v2-dedup | Batchfile | avalon test UltraLaminator.asln
avalon build UltraLaminator.asln RevBBoard | 4,231 |
the-stack-v2-dedup | Batchfile | @reg add "HKCU\Control Panel\Input Method" /v EnableHexNumpad /t REG_SZ /d 1 /f
| 4,232 |
the-stack-v2-dedup | Batchfile | @echo off
setlocal EnableDelayedExpansion
rem
rem Define as vari�veis do Bat
:SetaVarBat
rem Define as constantes dos locais dos arquivos
set PATH=%PATH%;C:\Program Files (x86)\MySQL\MySQL Workbench 6.3 CE\
set MYSQL=MySQLWorkbench.exe
set ENTRADA=%cd%\modelo\modelo.mwb
set SAIDA_SQL=%cd%\modelo\BD... | 4,233 |
the-stack-v2-dedup | Batchfile | @echo off
cd C:\Program Files\EMC\DPA\services\bin | 4,234 |
the-stack-v2-dedup | Batchfile | del server.zip
cd server1
"C:\Program Files\7-Zip\7z.exe" a -tzip ..\server.zip *
cd ".." | 4,235 |
the-stack-v2-dedup | Batchfile | @echo off
echo Build gfx.c from gfx folder
folder2c gfx gfx
sdcc -c -mz80 --std-sdcc99 gfx.c
echo Build Main
sdcc -c -mz80 --std-sdcc99 deathchase.c
echo Linking
sdcc -mz80 --data-loc 0xC000 deathchase.rel SMSlib/SMSlib.rel gfx.rel
ihx2sms deathchase.ihx deathchase.sms
| 4,236 |
the-stack-v2-dedup | Batchfile | type ..\source\jquery.ajp.*.js > ..\source\release\jquery.ajp.js
| 4,237 |
the-stack-v2-dedup | Batchfile | REM check log files for all modules
REM main log files go in log/*.rlg
REM reference logs are in tests/*.rlg
.\r38 -Dno_init_file util/checkall.red -- log/checkall.log
| 4,238 |
the-stack-v2-dedup | Batchfile | @echo on
echo ToolsetGameTestingTemplateInclude = %ToolsetGameTestingTemplateInclude%
echo %cd%
setx ToolsetGameTestingTemplateInclude "%cd%\..\ExportTesting\Code"
pause | 4,239 |
the-stack-v2-dedup | Batchfile | @echo off
set
path=c:\tasm\bin;c:\tasm\include;c:\tasm\include;c:\wdosx\bin;c:\dos;%PATH%
echo PATH=%PATH%
| 4,240 |
the-stack-v2-dedup | Batchfile | git add Batch/2017-01-02DoingSomething.bat
git add Batch/2017-01-02DoingSomethingArchive.bat
git add IIS/WordEngineering/WordUnion/2015-10-23DoctoralDissertation.html
git add IIS/WordEngineering/WordUnion/2015-10-23DoctoralDissertation.pdf
git add IIS/WordEngineeri... | 4,241 |
the-stack-v2-dedup | Batchfile | @echo off
title MakeCMDhq
cd ..
rem 编译前 先清理上次编译的文件
rd /q /s dist\CMDhq
rd /q /s build\CMDhq
rem 延时3秒
choice /t 3 /d y /n >null
rem 编译CMDhq可执行文件
start pyinstaller CMDhq.py
rem 设置延时10秒
choice /t 10 /d y /n >null
rem 设置要检测的进程名
set "taskname=pyinstaller.exe"
rem 判断编译进程是否存在
tasklist|find /i "%taskname... | 4,242 |
the-stack-v2-dedup | Batchfile | @echo off
if (%1)==() (
echo XML DIRECTORY NOT SPECIFIED
goto :EOF
)
pushd %1
setlocal
set CV_XMLCOUNT=0
for /f %%i in ('dir /b /a-d /o-d *') do call :my_delete %%i
popd
endlocal
goto :EOF
:my_delete
set /a CV_XMLCOUNT=%CV_XMLCOUNT% + 1
if %CV_XMLCOUNT% GEQ 5 del %1
goto :EOF
~
~
| 4,243 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
REM
REM To invoke the GW server with secure support. Pass the name of your certificate,
REM which is assumed to be in the "MStore:My,xxx" area. It will set the secure port to
REM 9998
REM
SETLOCAL
IF "%1"=="" GOTO NO_CERT
SET APPCMD=%CQC_RESDIR%\CQCGWSrv.exe /GlobalLogMode=Failed /DataDir=%CQC_DATADIR% "/Ce... | 4,244 |
the-stack-v2-dedup | Batchfile | @echo off
@rem ***************************************************************************
@rem This script is used to setup certain artifacts in a zip distribution after
@rem the extraction process. This script has to be rerun whenever the target
@rem location is moved to another folder or machine
@rem
@rem JAVA_HOM... | 4,245 |
the-stack-v2-dedup | Batchfile | @echo off
set stb=..\..\..\stb
set g=..\..\..\glad
set gl=..\..\..\..\glext
set src=..\Drift_Engine
set compile_flags= -DDRIFT_SLOW=1 /nologo /FC /Zi /MD
set common_link_flags= opengl32.lib -opt:ref -incremental:no /Debug:fastlink
set platform_link_flags= gdi32.lib user32.lib winmm.lib shell32.lib kernel32.lib %comm... | 4,246 |
the-stack-v2-dedup | Batchfile | @echo off
NET START "ReadDataBaseService1"
@pause | 4,247 |
the-stack-v2-dedup | Batchfile | cd C:\cleanlog
java -jar "C:\cleanlog\logCleaner.jar"
pause | 4,248 |
the-stack-v2-dedup | Batchfile | REM Compile the final project and try to test it
REM These are the fourth set of tests
REM "``set x y number'' command works. Numbers can be placed into the
REM spreadsheet and printed."
setlocal enableDelayedExpansion
@ECHO OFF
REM Set up carriage return and linefeed for findstr
REM as described at ss64.com and sta... | 4,249 |
the-stack-v2-dedup | Batchfile | @echo off
title Compiling Electra Server
cd src
dir /s /B *.java > ../sources.txt
cd ../
"C:\Program Files\Java\jdk1.7.0_03\bin\javac.exe" -classpath src;lib\events.jar;lib\commons-compress-1.4.1.jar;lib\bcel-5.2.jar;lib\snakeyaml-1.11.jar -d bin @sources.txt
del sources.txt
pause | 4,250 |
the-stack-v2-dedup | Batchfile | set NDIR=%date:~6%%date:~3,2%%date:~0,2%_01
rem set NDIR=%date:~10%%date:~4,2%%date:~7,2%_01
set NSUB="D:\Itacsystem\TMCFILES\ARCHIVE\FLATFILES"
d:
cd %NSUB%
md %NDIR%
move *.txt %NDIR%
"C:\Program Files\7-Zip\7z.exe" a -t7z %NDIR%.7z %NDIR% -mx9 -mmt
rd /S /Q %NDIR%
set NSUB="D:\Itacsystem\TMCFILES\FAILED"
... | 4,251 |
the-stack-v2-dedup | Batchfile | @start "" "C:\Program Files (x86)\Vim\vim80\gvim.exe" -u %USERPROFILE%\repos\dotfiles\editors\vim\vimrc.vim %*
| 4,252 |
the-stack-v2-dedup | Batchfile | REM script for build of module <GraphBld>
gpx -cg mkalphab.def
gpx -cg mkinout.def
gpx -cg mkscanne.def
gpx -cg mknameha.def
gpx -cg graphbld.mod
gpx -cg mkalphab.mod
gpx -cg mkinout.mod
gpx -cg gpfiles.mod
gpx -cg mkscanne.mod
gpx -cg mknameha.mod
| 4,253 |
the-stack-v2-dedup | Batchfile | ctpping tcp://210.14.72.21:4400
pause | 4,254 |
the-stack-v2-dedup | Batchfile | IF %type% ==froid (
IF %dbuser% ==system (
sqlplus %dbuser%/%dbpassword% as sysdba @cold.bat %d_repertory%
)ELSE (
IF %dbuser% ==sys (
sqlplus %dbuser%/%dbpassword% as sysdba @cold.bat %d_repertory%
)ELSE (
sqlplus %dbuser%/%dbpassword% @cold.bat %d_repertory%
)
)
)ELSE (
IF %dbuser% ==system (
sqlplus %dbuser%/%dbpass... | 4,255 |
the-stack-v2-dedup | Batchfile | set DIR=..
set OUT_DIR=..\ts
protoc.exe -I=%DIR% ClientServer.proto --js_out=import_style=commonjs,binary:%OUT_DIR% --grpc-web_out=import_style=typescript,mode=grpcwebtext:%OUT_DIR% | 4,256 |
the-stack-v2-dedup | Batchfile | @echo off
:: =========================================================================================================
:: ChangeHalByRundll.cmd 使用Windows的rundll32命令来更改计算机类型的批处理
:: 用法: ChangeHalByRundll <硬件ID>
:: <硬件ID>是指你想更改成的计算机类型所对应的HardwareID。
:: 例如:你想将计算机改成ACPI Uniprocessor类型,那么使用命令:ChangeHalByRundll ACPIPIC_UP
... | 4,257 |
the-stack-v2-dedup | Batchfile | echo set ws=WScript.CreateObject("WScript.Shell")>"frpc.vbs"
echo ws.Run "cmd /c %~dp0frpc.exe -c %~dp0frpc2.ini",vbhide >>"frpc.vbs"
copy frpc.vbs "%programdata%\Microsoft\Windows\Start Menu\Programs\Startup" /y
| 4,258 |
the-stack-v2-dedup | Batchfile | sc stop EsExtensionDaemonService
sc delete EsExtensionDaemonService
pause | 4,259 |
the-stack-v2-dedup | Batchfile | @echo off
setlocal
set "PATH=%PATH%;C:\Program Files\NVIDIA Corporation\NVSMI"
for /f %%i in ('nvidia-smi -L ^| find /v /c ""') do set num_gpu=%%i
echo found %num_gpu% GPU(s) >&2
set config=etc\mcts_%num_gpu%gpu_notensorrt.conf
echo use config file '%config%' >&2
pushd %~dp0..
echo log to %CD%\log >&2
md log 2>NUL... | 4,260 |
the-stack-v2-dedup | Batchfile | @echo off
FOR /F "tokens=3" %%a IN ('reg query "HKCU\Control Panel\Desktop" /v PreferredUILanguages ^| find "PreferredUILanguages"') DO set UILanguage=%%a
echo User Display Language: %UILanguage%
if %UILanguage%==pl-PL goto pl
if NOT %UILanguage%==pl-PL goto eng
:pl
start PL
exit
:eng
start ENG
exit | 4,261 |
the-stack-v2-dedup | Batchfile | @echo off
set progpath=D:\papps\PortableApps\Notepad++Portable
set prog=Notepad++Portable.exe
%progpath%/%prog% %1
| 4,262 |
the-stack-v2-dedup | Batchfile | java -cp lib\hsqldb.jar org.hsqldb.Server -database.0 file:sudokudb\puzzles -dbname.0 puzzles | 4,263 |
the-stack-v2-dedup | Batchfile | !
!-------------------------- Default Units for Model ---------------------------!
!
!
defaults units &
length = mm &
angle = rad &
force = newton &
mass = kg &
time = sec
!
defaults units &
coordinate_system_type = cartesian &
orientation_type = body123
!
!-------------------... | 4,264 |
the-stack-v2-dedup | Batchfile | pushd "%~dp0"
:: add scheduled tasks
schtasks /create /tn salt-win_pkg.notify /xml c:\salt\win_pkg.notify\win_pkg.notify.xml /f
schtasks /Create /tn salt-win_pkg.notify-list_upgrades /ru "SYSTEM" /sc ONEVENT /MO "*[System[Provider[@Name='SaltMinion'] and EventID=125]]" /ec Application /rl HIGHEST /tr "c:\salt\salt-cal... | 4,265 |
the-stack-v2-dedup | Batchfile | msiexec /i LibreOffice.msi /le "libreoffice-install-log.txt" /passive /norestart
msiexec /i LibreOffice_helppack_ru.msi /le+ "libreoffice-install-log.txt" /passive /forcerestart
| 4,266 |
the-stack-v2-dedup | Batchfile | @echo Off
pushd %~dp0
setlocal enabledelayedexpansion
set PROGRAMSROOT=%PROGRAMFILES%
if defined PROGRAMFILES(X86) set PROGRAMSROOT=%PROGRAMFILES(X86)%
:: Find the highest version of MSBuild installed on the system, or default to the version installed with .NET v4.0.
set MSBUILD_VERSION=0
for /D %%x in ("%PROGRAMSROO... | 4,267 |
the-stack-v2-dedup | Batchfile | mkdir mongodata
mongod --dbpath mongodata
| 4,268 |
the-stack-v2-dedup | Batchfile | cls
cd %~dp0
start .\tools\MAPL_1.4\GVM.exe salida.txt | 4,269 |
the-stack-v2-dedup | Batchfile | set GOPATH=%USERPROFILE%\go
set files=auth.proto
protoc -I. -I%GOPATH%\src -I%GOPATH%\src\github.com\grpc-ecosystem\grpc-gateway\third_party\googleapis^
--go_out=plugins=grpc:./ ./*.proto^
--grpc-gateway_out=logtostderr=true:./^
%auth.proto%
protoc -I. -I%GOPATH%\src -I%GOPATH%\src\github.com\grpc-ecosystem\gr... | 4,270 |
the-stack-v2-dedup | Batchfile | @echo off
call %windir%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe "XRails-LoginUI VS-2010.sln" /p:Configuration=Debug /p:Platform="x86"
pause >nul | 4,271 |
the-stack-v2-dedup | Batchfile | "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v7.0\bin\nvcc" -I "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v7.0\include" -I "C:\ProgramData\NVIDIA Corporation\CUDA Samples\v7.0\common\inc" cannyedge.cu -l freeglut -o viewer.exe -arch=sm_20
viewer.exe | 4,272 |
the-stack-v2-dedup | Batchfile | :: @(MSG_ORIGIN)
:: @(MSG_EDIT_WARNING)
@echo off
pushd "%~dp0"
@(CMake) -G"@(CMake.Generator)" . || popd && exit /b %ERRORLEVEL%
@(CMake) --build . -- /p:Configuration=@(Native.Configuration) /m
popd && exit /b %ERRORLEVEL%
| 4,273 |
the-stack-v2-dedup | Batchfile | @echo off
echo Turning Angle Run
echo angle = pi/6
for %%a in (1 2 3 4 5 6 7 8 9 10) do mpiexec -np 2 MazeService.exe -m maze_24x8.in -x 8 -y 24 -a 1 -o StatsFileOneAgent%%a.csv -i AgentInfo.txt -s false -h false -r 1.0 -im 4 -t 0.167 -wi 5.0 -run %%a
echo angle = 5pi/12
for %%a in (11 12 13 14 15 16 17 18 19 20) do m... | 4,274 |
the-stack-v2-dedup | Batchfile | @echo off
set T_FILENAME="TR_Robocop (U) (V1.0) [M][!].gb"
set S_FILENAME="Robocop (U) (V1.0) [M][!].gb"
set SCRIPTNAME="robocopgb"
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 %T_FILENAME%
jav... | 4,275 |
the-stack-v2-dedup | Batchfile | @echo off
if "%1"=="main" goto main
if "%1"=="template" goto template
if "%1"=="te" goto template
if "%1"=="client" goto client
if "%1"=="cl" goto client
if "%1"=="cert" goto cert
if "%1"=="adv" goto adv
if "%1"=="EMPTY" goto empty
if "%1"=="er" goto errors
if "%1"=="sph" goto sph
if "%1"=="spv" goto spv
if "%1"=="cel... | 4,276 |
the-stack-v2-dedup | Batchfile | -intstyle "ise" -incremental -lib "secureip" -o "D:/github/POCP/StopWatch/stopwatch/main_tb_isim_beh.exe" -prj "D:/github/POCP/StopWatch/stopwatch/main_tb_beh.prj" "work.main_tb"
| 4,277 |
the-stack-v2-dedup | Batchfile | @echo off
echo Start Gateway
echo ########################################################## & echo.
cd ../../Gateway
call gradlew bootRun
pause
pause | 4,278 |
the-stack-v2-dedup | Batchfile | eisNumBackup Logs\Different.System_Test4.log
eisNumBackup Logs\Different.System_Test4.err
@rem bin\Debug\AnalyseDifferences.exe System_Test4 Different.System_Test4.txt 1>Logs\Different.System_Test4.log 4>Logs\Different.System_Test4.err
bin\Debug\AnalyseDifferences.exe System_Test4 \\adebs04\SysAdmin$\SysBuild\PvcsToGit... | 4,279 |
the-stack-v2-dedup | Batchfile | @echo off
set commandfile=command.ftp
set logfile=upload.log
REM 创建ftp命令文件
REM 没有区分二进制传输?
REM 更改本地路径(注意最后不要再加 / 符号)
echo lcd d:/projects/www/sd_tounick/custom/base/lib>>%commandfile%
REM 更改远程目录
echo cd /data/httpd/b2b2c/custom/base/lib>>%commandfile%
REM 上传文件
echo mput tounickpub.php>>%commandfile%
echo quit>>%command... | 4,280 |
the-stack-v2-dedup | Batchfile | call ../../do_path.bat
make clean
pause
| 4,281 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
SETLOCAL
IF NOT DEFINED RJK_UTILS_HOME (
FOR /F "delims=" %%P IN ("%~dp0..") DO SET RJK_UTILS_HOME=%%~fP
)
CALL run_start %0 "%~1"
IF defined help GOTO HELP
SET help=usage
GOTO BEGINGETOPT
:ENDGETOPT
IF not defined util GOTO HELP
IF defined pause SET ignoreerrors=1& SET ignoreexitcode=1
SET cmd=%RJK_U... | 4,282 |
the-stack-v2-dedup | Batchfile | copy objfre_w2K_x86\i386\kdwin32k.sys ..\Release
copy objfre_w2K_x86\i386\kdwin32k.pdb ..\Release
| 4,283 |
the-stack-v2-dedup | Batchfile | python flores/funciones01.py "5" "5"
python flores/funciones02.py "3" "6" "10"
python flores/funciones03.py "12" "12" "12" "12"
python flores/funciones04.py "3.14" "20"
python flores/funciones05.py "100" "20" "12"
python flores/funciones06.py "25" "12" "2"
python flores/funciones07.py "25" "10" "5"
python flores... | 4,284 |
the-stack-v2-dedup | Batchfile | echo off
rem 执行安装程序
java -classpath .;WebRoot/WEB-INF/classes cn.green.oa.install.Installer
rem 暂停
pause
| 4,285 |
the-stack-v2-dedup | Batchfile | set Path=%PATH%;C:\android\sdk\platform-tools;C:\android\sdk\build-tools\29.0.2
set GRADLE_HOME=C:\android\gradle-5.4.1
set PATH=%PATH%;%GRADLE_HOME%\bin
zipalign -v -p 4 C:\android\workspace\AppListviewDemo7\build\outputs\apk\release\AppListviewDemo7-universal-release-unsigned.apk C:\android\workspace\AppListviewDemo7... | 4,286 |
the-stack-v2-dedup | Batchfile | @echo off
del 3.exe 2>nul 1>nul
type 1.fsx 2.fsx 3.fsx
echo Test 1=================================================
%FSC% 3.fsx --nologo
3.exe
del 3.exe
echo Test 2=================================================
%FSI% 3.fsx
echo Test 3=================================================
%FSI% --nologo < pipesc... | 4,287 |
the-stack-v2-dedup | Batchfile | C:\dev_painterly_rendering_u_saliency\SaliencyPainterlyRendering\x64\Debug\SaliencyPainterlyRendering.exe %1 \render\deployment\SBlackandwhite_s15_d5_g10_b10_N1_ps6_gs1_ts150_copy.json
| 4,288 |
the-stack-v2-dedup | Batchfile | ffmpeg\bin\ffmpeg.exe -i %1 -map 0:a -ac 2 -ar 44100 -ab 128k %~n1.mp3
pause
| 4,289 |
the-stack-v2-dedup | Batchfile | d:
cd Work_space\01-Avr8\03-work_jacq_WinAVR\work_space\can_bootloader_example\download_examples
batchisp -cmdfile can128_can_isp_ringtones_2.txt
pause | 4,290 |
the-stack-v2-dedup | Batchfile | @echo off
rmdir ConsoleServer /s /q
for /R %%i in (.) do rmdir "%%i\Debug" /s /q
for /R %%i in (.) do rmdir "%%i\Release" /s /q
for /R %%i in (.) do rmdir "%%i\obj" /s /q
for /R %%i in (.) do rmdir "%%i\bin" /s /q
for /R %%i in (.) do rmdir "%%i\TestShadowCopy" /s /q
for /R %%i in (.) do rmdir "%%i\TestResul... | 4,291 |
the-stack-v2-dedup | Batchfile | start C:\Users\lhb\Desktop\Menge-master315\Menge-master\projects\VS2013\Plugins\GlobalPlanPlugin\GlobalPlanPluginSample.sln | 4,292 |
the-stack-v2-dedup | Batchfile | TCPIllinoisTest.exe -p STATEBASED_RAND -T 100000 --amin 0.00515102595330729 --amax 16.0897947084577 --bmin 0.0361575392243255 --bmax 0.00646610046106675 --alim 1.0 --blim 0.1
TCPIllinoisTest.exe -p STATEBASED_RAND -T 100000 --amin 0.0644856663721081 --amax 14.2018093002037 --bmin 0.0880764153264819 --bmax 0.223266482... | 4,293 |
the-stack-v2-dedup | Batchfile | @echo off
setlocal
set CYGWIN=nodosfilewarnings
make SHELL=cmd .SHELLFLAGS=/c SEPARATOR=\ CC=cl I_FLAG=/I OBJ_FLAG=/Fo EXE_FLAG=/Fe C_FLAG=/c CFLAGS=/Tp RM=rm-f EXESUFFIX=.exe OBJSUFFIX=.obj %*
endlocal
| 4,294 |
the-stack-v2-dedup | Batchfile | C:\zeljkok\tools\bin\tar cvf - assets.xml harvey_photos.xml harvey_notes.xml harvey.gpx harvey1.jpg harvey2.jpg harvey3.jpg harvey4.jpg | gzip > ./zipped/harvey.hwv
| 4,295 |
the-stack-v2-dedup | Batchfile | <!-- :
@echo off
start "" mshta.exe "%~f0"
exit /b
-->
<html>
<head><title>訊息提醒視窗</title></head>
<meta http-equiv="Content-Type" content="text/html; charset=Big5">
<body bgcolor=black>
<script type="text/javascript">
while (true) {
try {
var w = 920, h = 700;
window.resizeTo(w, h);
window.move... | 4,296 |
the-stack-v2-dedup | Batchfile |
ECHO building ptex
SET current=%cd%
if not exist "prereq" ^
mkdir prereq
cd prereq
if not exist "ptex\CMakeLists.txt" ^
git clone https://github.com/wdas/ptex.git
cd ptex
git pull
cd ..
if not exist "build\ptex" ^
mkdir build\ptex
cd build\ptex
cmake -G "Visual Studio 15 2017 Win64"^
-DCMAKE_PREFIX_PATH="... | 4,297 |
the-stack-v2-dedup | Batchfile | ::usage notation: https://en.wikipedia.org/wiki/Usage_message
::Basic Compiler (bc.exe) command-line options: https://support.microsoft.com/en-us/kb/43090
QB_HOME=c:\qb4.5
%QB_HOME%\qb /l %QB_HOME%\qb.qlb /run modules\test\utilityt.bas
del qcumber.lib
:: creates object file(s)
:: source-filename [objec... | 4,298 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
call env_win.cmd
cd %SCRIPTROOT%
%PYTHONROOT%\python loadWorkflow.py %USERINFOPATH%\%USERTABLE_CSV_FILENAME% %WORKFLOW_OPTION%
| 4,299 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.