source string | code_lang string | content string | idx int64 |
|---|---|---|---|
the-stack-v2-dedup | Batchfile | @ECHO off
CALL "%VS120COMNTOOLS%vsvars32.bat"
CD "%~dp0vs2013"
wke.sln
EXIT | 2,800 |
the-stack-v2-dedup | Batchfile | @echo off
start win_tools\win64\DPInst_x64 | 2,801 |
the-stack-v2-dedup | Batchfile | @echo off
echo Starting Vagrant...
vagrant up
echo.
echo Finished.
timeout 5
| 2,802 |
the-stack-v2-dedup | Batchfile | @echo off
:: Set output path
set PBOUTPUT=%1
if "%1" == "" set PBOUTPUT=%~dp0\..\bin\www
:: Set paths for application output and source dir
set PBOUTPUTAPP=%PBOUTPUT%\lib\haxigniter\application
set PBAPPSRC=%~dp0\..\src\haxigniter\application
:: ----- Synchronize resources ---------------------------------... | 2,803 |
the-stack-v2-dedup | Batchfile | d:
cd d:\Angular\VissionPro1.0\src\app\pages\forms\form-dcomunidad | 2,804 |
the-stack-v2-dedup | Batchfile | @echo off
goto :main
:main
set /a limit=%1_length - 1
for /l %%g in (0, 1, %limit%) do (
if %%g equ 0 (
set maximum=!%1[%%g]!
) else (
if !%1[%%g]! gtr !maximum! (
set maximum=!%1[%%g]!
)
)
)
set %2=!maximum!
goto :eof | 2,805 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
ECHO Setting up virtual environment...
CD src
python -m venv virt
ECHO Installing requirements...
CALL virt\Scripts\activate
pip install -r requirements.txt
ECHO Setup complete, running app...
CD ..
CALL run | 2,806 |
the-stack-v2-dedup | Batchfile | @echo off
set /p msg=Enter MSG:
git add -A
git commit -m "%msg%"
git push origin master
pause | 2,807 |
the-stack-v2-dedup | Batchfile | "D:\Program Files\PHP5\php.exe" .\inserttask.php
pause
| 2,808 |
the-stack-v2-dedup | Batchfile | ### test.bat- 201x - Fabien Desert ###
version = "2.0.0"
build_hour = "11H00"
echo "Build ${build_hour}"
echo "version ${version}" | 2,809 |
the-stack-v2-dedup | Batchfile | @echo off
a.exe in_%1.txt > out.txt
fc out.txt out_%1.txt
Pause | 2,810 |
the-stack-v2-dedup | Batchfile | cmake -G "Eclipse CDT4 - MinGW Makefiles" ..
| 2,811 |
the-stack-v2-dedup | Batchfile | @echo off
cd bin/
svg2cairoxml ../%1 %1.xml
lua cairoxml2cairo.lua -f cs %1.xml ../%1.cs
del %1.xml
cd .. | 2,812 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
CALL python gen_proj.py --ignore-environment --format=msvs -G msvs_version=2013 --generator-output=build\msvs-12.0
PAUSE
| 2,813 |
the-stack-v2-dedup | Batchfile | @echo off
python chip8.py
pause | 2,814 |
the-stack-v2-dedup | Batchfile |
set selDir=D:\paradise\stuff\Images\heartThrober
set inDir=C:\Heaven\YummyBaker
set selDir2=D:\paradise\stuff\Images\Chudvati
set selDir3=D:\paradise\stuff\Images\littleToImagination
set selDir4=D:\paradise\stuff\Images\FaceSwap
Set _dummy="%temp:rtiFacia=%"
IF NOT %_dummy% == "%temp%" (set selDir=D:\paradise\stuf... | 2,815 |
the-stack-v2-dedup | Batchfile | haxelib run openfl build project_test.xml neko
pause | 2,816 |
the-stack-v2-dedup | Batchfile | @echo off
CALL .\visualisation\frame-processing\venv\scripts\activate.bat
echo Starting processing...
CALL py .\visualisation\frame-processing\frame-processing.py
| 2,817 |
the-stack-v2-dedup | Batchfile | @ECHO off
CLS
REM Download and extract the footnotes for the notes pages
CALL footnotes article
CALL footnotes book
CALL footnotes thesis
REM Create and upload the category pages
CALL categories
ECHO ==================================================================
| 2,818 |
the-stack-v2-dedup | Batchfile | REM DSMX Deploy Batch
@echo off
chcp 1252
cd /d "C:\Program Files (x86)\DirectSmile\DirectSmile Installation Service\Client"
SET "DIRECTSMILE_AZURE_CDN=http://directsmile.blob.core.windows.net/installer"
IF "%DEPLOY_VERSION%" == "DSMX_LATEST_RELEASE" (
ECHO +--------------------------------------------------------... | 2,819 |
the-stack-v2-dedup | Batchfile | @echo off
echo "Start sync"
curl -X GET http://appliveadmin.yaboabc.com/api/live/cleanLives
echo "Stop" | 2,820 |
the-stack-v2-dedup | Batchfile | @echo off
set T_FILENAME="TR_Scramble Spirits (UE) [!].sms"
set S_FILENAME="Scramble Spirits (UE) [!].sms"
set SCRIPTNAME="scramblespiritssms"
java -jar Hextractor.jar -cip %S_FILENAME% %T_FILENAME% %SCRIPTNAME%.ips
pause
| 2,821 |
the-stack-v2-dedup | Batchfile | @echo off
rem author thinkgem@163.com
echo Compressor JS and CSS?
pause
cd %~dp0
set COMP_PATH=..\..\..\..\..\..\bin\compressor
call %COMP_PATH%\compressor.bat attachment\css\webuploader.extend.css
call %COMP_PATH%\compressor.bat attachment\js\webuploader.extend.js
echo.
echo Compressor Success
ping 127... | 2,822 |
the-stack-v2-dedup | Batchfile | -w -s "c:\My_Designs\Project\library.cfg" -j "c:\My_Designs\Project\Multiplier\projlib.cfg" -d "c:\My_Designs\Project\Multiplier\compile" -work Multiplier -O3 -e 100 -2002 "c:\My_Designs\Project\Multiplier\src\Gates.vhd" "c:\My_Designs\Project\Multiplier\src\4-bit Adders.vhd" "c:\My_Designs\Project\Multiplier\sr... | 2,823 |
the-stack-v2-dedup | Batchfile | http-server http -p 80 | 2,824 |
the-stack-v2-dedup | Batchfile | @echo off
java -cp lib/ant/ant-1.6.5.jar;lib/ant/ant-launcher-1.6.5.jar;lib/ant/ant-antlr-1.6.5.jar;lib/ant/ant-junit-1.6.5.jar;lib/junit/junit-3.8.1.jar;xruby-0.3.0.jar;"%JAVA_HOME%/lib/tools.jar" com.xruby.debug.cmd.CommandLineFrontEnd %*
| 2,825 |
the-stack-v2-dedup | Batchfile | @echo off
for %%i in (*.jpg) do (
echo ![%%~ni]^(book_images/%%i^)
) | 2,826 |
the-stack-v2-dedup | Batchfile | SET CURDIR=%~dp0
SET ROOT_DIR=%CURDIR%\..\..\
cd %ROOT_DIR%
SET ROOT_DIR=%cd%
cd deps\win\cmake-3.15.3-win64-x64\bin
set PATH=%PATH%;%cd%
cd ..\..\..\..\
rmdir build /s /q
mkdir build
cd build
cmake ..\codes\ -G "Visual Studio 16 2019" -A x64
cd %CURDIR%
| 2,827 |
the-stack-v2-dedup | Batchfile | -w -s "c:\My_Designs\Counter12Bit\library.cfg" -j "c:\My_Designs\Counter12Bit\Counter12Bit\projlib.cfg" -d "c:\My_Designs\Counter12Bit\Counter12Bit\compile" -work Counter12Bit -O3 -e 100 -2002 "c:\My_Designs\Counter12Bit\Counter12Bit\src\TestBench\counter12bit_TB.vhd" | 2,828 |
the-stack-v2-dedup | Batchfile | openssl s_client -connect 127.0.0.1:7777 -cipher AES128-SHA -debug -msg -cert clientcert.pem -key clientkey.pem -tls1 -CAfile rootcert.pem -verify 1 -pass pass:pascal
PAUSE
| 2,829 |
the-stack-v2-dedup | Batchfile | "C:\glassfish3\jdk\jre\bin\java.exe" -jar "MCRSAClient.jar" | 2,830 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
cd %~dp0
whoami /PRIV | FIND "SeLoadDriverPrivilege" > NUL
IF not errorlevel 1 GOTO START
powershell.exe -Command Start-Process "setup.bat" -Verb Runas
exit
:START
net stop MSSQL$SQLEXPRESS
net stop MSSQLFDLauncher$SQLEXPRESS
net stop SQLBrowser
net stop SQLTELEMETRY$SQL... | 2,831 |
the-stack-v2-dedup | Batchfile | @echo off
title batch create md5
set /p TXT=Please enter this filelist txt filename(default is filelist.txt):
if "%TXT%"=="" set TXT="filelist.txt"
set starttime=%time%
if exist filemd5.txt del filemd5.txt
set /a n=0
setlocal enabledelayedexpansion
::两种写法都可以
for /f "usebackq skip=1" %%a in (%TXT%) do (
::for ... | 2,832 |
the-stack-v2-dedup | Batchfile | echo off
echo RUNPILE INITIATED
javac ./src/Test/*.java -d ./bin/Test
pause
java -cp ./bin/Test/ Test
pause
runpile.bat | 2,833 |
the-stack-v2-dedup | Batchfile | ECHO ON
set sai='koti'
echo "VENU BABU"
echo %env.sai%
echo %sai%
| 2,834 |
the-stack-v2-dedup | Batchfile | @echo off
echo moving to KL2 SolutionDir
cd ..\..\..
set executable=".\KProcess.Ksmed.Presentation.Shell\bin\Debug\Ksmed2.exe"
set MSBuildDir="C:\Windows\Microsoft.NET\Framework64\v4.0.30319"
REM echo %executable%
REM pause
REM
REM echo "checking executable compilation state"
REM if not exist %executable% (
REM ... | 2,835 |
the-stack-v2-dedup | Batchfile | "C:\Windows\Microsoft.NET\Framework\v4.0.30319\installutil.exe" "%~dp0\RaceTime.AssettoCorsa.WindowsService.exe"
Net Start RaceTime.AssettoCorsaService
| 2,836 |
the-stack-v2-dedup | Batchfile | @echo off
@start "MI" "%~dp0\_\_install\MInstAll\MInst.exe" | 2,837 |
the-stack-v2-dedup | Batchfile | @echo off
python main.py -s 60
pause
| 2,838 |
the-stack-v2-dedup | Batchfile | @echo off
java -jar accountkeeper.jar
| 2,839 |
the-stack-v2-dedup | Batchfile | nuget.exe pack src\Rhythm.Umbraco.CodeMirror\Rhythm.Umbraco.CodeMirror.csproj -Build -OutputDirectory dist -Properties Configuration=Release
pause | 2,840 |
the-stack-v2-dedup | Batchfile | @echo off
egasm +peexe +optimizejumps -gui rtl.asm
dcc32 -B rtl2pas.dpr
rtl2pas
| 2,841 |
the-stack-v2-dedup | Batchfile | CMD PROMPT('Time and Attendance Menu')
| 2,842 |
the-stack-v2-dedup | Batchfile | for /R E:\MATIN_2015_DATA_1\ %%i in (*.gz) do winrar x -inul %%i %%i\.. | 2,843 |
the-stack-v2-dedup | Batchfile | 7z920.exe
curl -LOk https://github.com/open-learning-exchange/BeLL-Apps/archive/0.12.76.zip
7z.exe x 0.12.76.zip
timeout 15
move BeLL-Apps-0.12.76 BeLL-Apps
del /f 0.12.76.zip
| 2,844 |
the-stack-v2-dedup | Batchfile | cmd_drivers/w1/masters/ds2482.mod := { echo drivers/w1/masters/ds2482.o; echo; } > drivers/w1/masters/ds2482.mod
| 2,845 |
the-stack-v2-dedup | Batchfile | git checkout -b gh-pages
call grunt publish
git add --all
git commit -m "update"
git push origin gh-pages --force
git checkout master
git branch -D gh-pages
| 2,846 |
the-stack-v2-dedup | Batchfile | @rem Generate the Java# code for .proto files
setlocal
@rem enter this directory
cd /d %~dp0
rmdir /q /s gen
mkdir gen\se\trantor\grpcproto
@set TOOLS_PATH=C:\Users\rmcar\Source\Repos\grainsim\packages\Google.Protobuf.Tools.3.0.0\tools\windows_x64
@set TOOLS_PATH=C:\Users\carltmik\grpc2\examples\csharp\helloworld\... | 2,847 |
the-stack-v2-dedup | Batchfile | java -Xmx1024m -cp kgserver-1.0.7-jar-with-dependencies.jar fr.inria.edelweiss.kgramserver.webservice.EmbeddedJettyServer %*
| 2,848 |
the-stack-v2-dedup | Batchfile | Simplify3.exe "Yoda Bust.obj" "Yoda Bust.out.obj" 0.1 | 2,849 |
the-stack-v2-dedup | Batchfile | cls
@echo off
echo .....................................................
echo :'######:::::'###::::'########:'########:::::'###::::
echo '##... ##:::'## ##::: ##.....:: ##.... ##:::'## ##:::
echo ##:::..:::'##:. ##:: ##::::::: ##:::: ##::'##:. ##::
echo . ######::'##:::. ##: ######::: ########::'##:::. ##:
echo :........ | 2,850 |
the-stack-v2-dedup | Batchfile | @REM
@REM Copyright (C) 2009-2013 Barchart, Inc. <http://www.barchart.com/>
@REM
@REM All rights reserved. Licensed under the OSI BSD License.
@REM
@REM http://www.opensource.org/licenses/bsd-license.php
@REM
echo %CMD_PATH%
assoc .SH=bashscript
assoc .SH
ftype bashscript="%CYGWIN_HOME%\bin\bash.exe" "%%1"
ftype bas... | 2,851 |
the-stack-v2-dedup | Batchfile | @echo off
choice /C dme /M "defrag,mem,end"
if errorlevel 3 goto end
if errorlevel 2 goto mem
if errorlevel 1 goto defrag
:defrag
c:\dos\defrag
goto end
:mem
mem
goto end
:end
echo good bye | 2,852 |
the-stack-v2-dedup | Batchfile | @echo off
set CLASSPATH=
FOR %%i IN ("lib\*.jar") DO CALL "setclasspath.bat" %%i
echo %CLASSPATH%
java -cp "%CLASSPATH%" pxb.android.dex2jar.dump.Dump %*
| 2,853 |
the-stack-v2-dedup | Batchfile | java -cp "bin;lib/sqlite-jdbc-3.16.1.jar" main.Manager
| 2,854 |
the-stack-v2-dedup | Batchfile | start "Worker 1" cmd /T:0A /k .\Worker\bin\debug\Worker.exe sample
start "Client 1" cmd /T:0C /k .\Client\bin\debug\Client.exe sample | 2,855 |
the-stack-v2-dedup | Batchfile | @echo off
@REM
@set GADEPS=..\deps.win32
echo Create directories in %GADEPS%
@REM mkdir %GADEPS%
mkdir %GADEPS%\bin
mkdir %GADEPS%\lib
mkdir %GADEPS%\include
mkdir %GADEPS%\include\SDL2
mkdir %GADEPS%\include\live555
@REM
echo Installing stdint headers ...
bin\7za x -y msinttypes-r26.zip *.h
move /y *.h %G... | 2,856 |
the-stack-v2-dedup | Batchfile | C:\Users\TonySoprano\Desktop\scripts\ezcl2\npm start
| 2,857 |
the-stack-v2-dedup | Batchfile | psql -h localhost -U postgres -d postgres -p 5432 -f ".\sql\drop_cp9_tables.sql"
pause | 2,858 |
the-stack-v2-dedup | Batchfile | ECHO "Checking for build directory..."
IF exist ".\build\" (
ECHO "build directory already exists. Removing..."
RMDIR /S /Q build
)
ECHO "Creating build directory"
MKDIR build
ECHO "Moving into build directory"
CD build
ECHO "Enabling MSVC Dev Tools"
REM CALL "%MSVCTools%/VsDevCmd.bat"
ECHO "Generating build env... | 2,859 |
the-stack-v2-dedup | Batchfile | python setup.py build
python setup.py sdist
twine upload dist/fxtest-0.0.6.tar.gz | 2,860 |
the-stack-v2-dedup | Batchfile | cmd_/home/zamorano0695/build-tools-gcc/arm-linux-gnueabi/arm-linux-gnueabi/include/sound/.install := /bin/bash scripts/headers_install.sh /home/zamorano0695/build-tools-gcc/arm-linux-gnueabi/arm-linux-gnueabi/include/sound ./include/uapi/sound sfnt_info.h compress_params.h firewire.h sb16_csp.h asequencer.h tlv.h compr... | 2,861 |
the-stack-v2-dedup | Batchfile | @echo off
'Install dependencies - Windows only, Works with Python 3.7
title Installing...
py -m pip install discord
py -m pip install requests
py -m pip install pyfiglet
py -m pip install SpeechRecognition
pause
| 2,862 |
the-stack-v2-dedup | Batchfile | -intstyle "ise" -incremental -o "E:/ISE/alu/testbench_isim_beh.exe" -prj "E:/ISE/alu/testbench_beh.prj" "work.testbench"
| 2,863 |
the-stack-v2-dedup | Batchfile | :: Display PATH as a list
:: Frank P. Westlake, 10:30 2006-06-19
@Echo OFF
SetLocal ENABLEEXTENSIONS
FOR %%a in ("%PATH:;=" "%") Do Echo.%%~a
Goto :EOF
| 2,864 |
the-stack-v2-dedup | Batchfile | C:\Users\Robert\AppData\Local\Programs\Python\Python37\python -m http.server
http://localhost:8000/public_html/learning/quiz_v2.html
| 2,865 |
the-stack-v2-dedup | Batchfile | del ../**/migrations/0*.py
del db.sqlite3
python manage.py makemigrations chorp_models
python manage.py migrate
python manage.py loaddata sampledata.json
python manage.py loaddata devadmin.json | 2,866 |
the-stack-v2-dedup | Batchfile | java -cp .\karate.jar;. com.intuit.karate.Main %*
| 2,867 |
the-stack-v2-dedup | Batchfile | @echo off
TITLE Retek ISO-RPOS Version...
call javaenv.bat
set classpath=%classpath%;..\..\library\cif.jar
java com.chelseasystems.cs.util.Version
java com.cif.Version
java com.chelseasystems.cr.appmgr.Version
java com.chelseasystems.mc.Version
java com.chelseasystems.ab.Version
java com.chelseasystems.rb.Version
jav... | 2,868 |
the-stack-v2-dedup | Batchfile | @echo off
color 27
title Aplicativo Web - Olimpiadas Matematicas
echo.
echo.
echo ===============================================
echo.
echo Bienvenidos!
echo.
echo Iniciado servidor...
echo.
echo ===============================================
echo.
echo.
echo No cerrar esta ventana por favor
"C:/Program Files (x86)/... | 2,869 |
the-stack-v2-dedup | Batchfile | ../../../../.git/annex/objects/mW/Gg/MD5E-s6820--75e858499242ec69844c7976a08e7238.cmd/MD5E-s6820--75e858499242ec69844c7976a08e7238.cmd | 2,870 |
the-stack-v2-dedup | Batchfile | set destdir="source_snapshots_shared\%date%_%time:~0,2%%time:~3,2%"
md %destdir%
robocopy ..\_shared_sources %destdir% /e /xd .git | 2,871 |
the-stack-v2-dedup | Batchfile | REM start IMS Data Processing
osql -r -S 172.20.0.82 -U sa -P love2you -d BMSCNProc2 -i "IMS\0_Prepare_IMS.sql" 1>"IMS\log\0_Prepare_IMS.log" 2>"IMS\log\ERROR_0_Prepare_IMS.log"
REM osql -r -S 172.20.0.82 -U sa -P love2you -d BMSCNProc2 -i "IMS\Step_1_Load_tblIMSRawData.sql" 1>"IMS\log\Step_1_Load_tblIMSRawDa... | 2,872 |
the-stack-v2-dedup | Batchfile | del *.~* /s
del *.dcu /s
del *.dof /s
del *.cfg /s
del *.ddp /s
del *.exe /s
del *.rar /s
del *.zip /s
del *.kz /s
del *.local /s
del *.identcache /s | 2,873 |
the-stack-v2-dedup | Batchfile | docker run --rm -it ^
-v %CD%\work:/home/user/work ^
-v %CD%/..:/openbread ^
-v %CD%/..:/geek ^
geek_docker %*
| 2,874 |
the-stack-v2-dedup | Batchfile | call npm install -g yarn@1.22.10
call yarn set version berry
call yarn config set enableGlobalCache true
call yarn config set packageExtensions --json "{ \"ps-tree@*\": { \"dependencies\": { \"event-stream\": \"*\" } } }"
call yarn install
call yarn node index.js
| 2,875 |
the-stack-v2-dedup | Batchfile | echo "" > todo3.txt
| 2,876 |
the-stack-v2-dedup | Batchfile | javac Eclipse2Studio.java
jar -cfve eclipse2studio.jar Eclipse2Studio *.class
erase *.class
| 2,877 |
the-stack-v2-dedup | Batchfile | @echo off
cd %~dp0
rem HEAD
d: && cd .. && git.exe ls-remote origin %1 | 2,878 |
the-stack-v2-dedup | Batchfile | @echo off
echo.
echo Running the unit tests ...
echo.
python tests/run.py
echo.
pause | 2,879 |
the-stack-v2-dedup | Batchfile | @echo off
setlocal
for %%h in (/h /help -help -h "") do (
if /I "%~1" equ "%%~h" (
goto :printHelp
)
)
if "%~2" equ "" goto :printHelp
set "HOST=%~1"
set /a PORT=%~2
set "host=google.com"
set /a port=443
for /f %%a in ('powershell "$t = New-Object Net.Sockets.TcpClient;try{$t.... | 2,880 |
the-stack-v2-dedup | Batchfile | del "..\Firmware-V1\data\html\view\*.html"
xcopy .\data\html\*.svg ..\Firmware\data\html\ /E /Y
xcopy .\data\html\*.min.html ..\Firmware\data\html\ /E /Y
xcopy .\data\html\*.min.css ..\Firmware\data\html\ /E /Y
xcopy .\data\html\*.min.js ..\Firmware\data\html\ /E /Y
copy %APPDATA%\..\Local\Temp\VMBuilds\Firmware-V1\es... | 2,881 |
the-stack-v2-dedup | Batchfile |
docker build ./apiChat -t umbook-apichat
echo 'Tagging'
docker tag umbook-apichat:latest bragamann/umbook-apichat:2020-07-03
echo 'Pushing'
docker push bragamann/umbook-apichat:2020-07-03
echo 'Terminado'
echo 'Id da imagem no DHub: bragamann/umbook-apichat:2020-07-03'
docker build ./apiDados -t umbook-apidados
ec... | 2,882 |
the-stack-v2-dedup | Batchfile | start HFGraphics.exe panel3
exit | 2,883 |
the-stack-v2-dedup | Batchfile | @%~dp0busybox.exe rpm2cpio %* | 2,884 |
the-stack-v2-dedup | Batchfile | cmd_/home/robert_tan/Documents/CSC399/ucsma/OpenWRT-14.07-JS9331/build_dir/target-mips_34kc_uClibc-0.9.33.2/linux-ar71xx_generic/compat-wireless-2014-05-22/drivers/net/wireless/ath/ath9k/ath9k.ko := mips-openwrt-linux-uclibc-ld -r -m elf32btsmip -T /home/robert_tan/Documents/CSC399/ucsma/OpenWRT-14.07-JS9331/build_dir... | 2,885 |
the-stack-v2-dedup | Batchfile | powershell -Command "& {.\01.SetupPrereqs.ps1" -NoExit}
powershell -Command "& {.\02.InstallDocumentSet.ps1" -NoExit} | 2,886 |
the-stack-v2-dedup | Batchfile | @echo off
rem This file is for calling from WinEdt. The root name of the document is passed as the first argument.
rem This file then passes that on the "makedocument" and adds additional options.
rem The "makedocument" batch file is found "C:\Custom Program Files\MiKTeK" (or similar) and it does the main processing ... | 2,887 |
the-stack-v2-dedup | Batchfile |
start /wait C:\Data\cci_connectivity\scripts\a0_hansen_aggregate_threshold_postagg_20160108.py
start /wait C:\Data\cci_connectivity\scripts\a1_species_refining_ranges_and_converttopolygon_20160108.py
start /wait C:\Data\cci_connectivity\scripts\a2_create_grid_from_raster.py
start /wait C:\Data\cci_connectivity\scripts... | 2,888 |
the-stack-v2-dedup | Batchfile | cmd_my_system_call/built-in.o := rm -f my_system_call/built-in.o; ar rcSTPD my_system_call/built-in.o my_system_call/printinfo.o my_system_call/hello_world.o
| 2,889 |
the-stack-v2-dedup | Batchfile | REM maybe latest electron version has bug for debugging.
REM electron --debug=5858 . README.md
electron . README.md | 2,890 |
the-stack-v2-dedup | Batchfile | cmd_drivers/clk/clk-si544.ko := ld -r -m elf_x86_64 -z max-page-size=0x200000 --build-id -T ./scripts/module-common.lds -o drivers/clk/clk-si544.ko drivers/clk/clk-si544.o drivers/clk/clk-si544.mod.o; true
| 2,891 |
the-stack-v2-dedup | Batchfile | @echo off
java -jar pbtool.jar | 2,892 |
the-stack-v2-dedup | Batchfile | @explorer.exe "C:\Program Files\Èñ½ÝÍøÂç\Ruijie Supplicant\RuijieSupplicant.exe"
| 2,893 |
the-stack-v2-dedup | Batchfile | @echo off
setlocal ENABLEDELAYEDEXPANSION
for /l %%i in (0,4,20000) do (
echo %%i>>test_input.txt
set /a output=%%i*2
echo !output!>>test_correct.txt
) | 2,894 |
the-stack-v2-dedup | Batchfile |
curl -XGET -s http://localhost:5000/
powershell -c "Invoke-RestMethod -Uri http://localhost:5000/" | 2,895 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
ECHO.
ECHO ...............................................
ECHO PRESS 1 OR 2, or 3 to EXIT.
ECHO ...............................................
ECHO.
ECHO 1 - Pastebin Search
ECHO 2 - Threat investigation
ECHO 3 - EXIT
ECHO.
SET /P M=Type 1, 2 OR 3 then press ENTER:
IF %M%==1 GOTO :Pastebin Sear... | 2,896 |
the-stack-v2-dedup | Batchfile | set OPTFILE="scripts\mlcp_options_taxa.txt"
call c:\mlcp\bin\mlcp.bat -options_file %OPTFILE%
echo "Data Load Complete"
pause | 2,897 |
the-stack-v2-dedup | Batchfile | cmd_tests/built-in.o := rm -f tests/built-in.o; /Users/user/Documents/devel/tools/arm-gcc/bin/arm-none-eabi-ar rcsD tests/built-in.o
| 2,898 |
the-stack-v2-dedup | Batchfile | @echo off
rem = '''
set pypath="%~dp0python\python.exe"
if not exist %pypath% set pypath="D:\tools\python-2.6.5\python.exe"
if not exist %pypath% ( echo I can't find "%~dp0python\python.exe" !
pause
goto :EOF
)
%pypath% -x "%~f0" %*
goto :EOF
rem '''
import os
import sys
#import pdb
import struct
from ... | 2,899 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.