source string | code_lang string | content string | idx int64 |
|---|---|---|---|
the-stack-v2-dedup | Batchfile |
set BTAD_InstallMode=Uninstall
PowerShellSample.PostProcessing.cmd
pause | 5,400 |
the-stack-v2-dedup | Batchfile | @echo on
Ipython img_rgb2yuv.py
##pause
| 5,401 |
the-stack-v2-dedup | Batchfile | build.lnk
xcopy /E /F /Y dist\* ..\..\..\iphoneencode\
rmdir /S /Q build
rmdir /S /Q dist
| 5,402 |
the-stack-v2-dedup | Batchfile | call ./yolov4-deepsort/Scripts/activate.bat
python3 object_tracker.py --video ./test_videos/final/night_street.mp4 --output ./outputs/night_street.mp4 --model yolov4
::python3 object_tracker.py --video ./test_videos/final/1.mp4 --model yolov4
| 5,403 |
the-stack-v2-dedup | Batchfile | REM Run example build locally
REM For debugging.
REM Careful, this might be out of date. Check against appveyor.yml
set OPENBLAS_COMMIT=5f998ef
set OPENBLAS_ROOT=c:\opt
set MSYS2_ROOT=C:\msys64
set BUILD_BITS=32
set VC9_ROOT=C:\Users\appveyor\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC
git sub... | 5,404 |
the-stack-v2-dedup | Batchfile | Powershell.exe %~DP0DeleteDuplicateComputers.PS1 -SiteServer GISSSCCMDEV2 -SiteCode T00 -Action LoggingOnly -EXTDBName SCCM_EXT -ConfirmYesNo Yes -InstanceName DeleteDuplicateComputers
pause | 5,405 |
the-stack-v2-dedup | Batchfile |
echo "copy apk files"
for /f "delims=" %%t in ('adb devices') do set str=%%t
if "%str:~-6%"=="device" (set mydevice=%str:~,19%) else set mydevice=""
if %mydevice%=="" (echo "no devices" & Goto :eof)
echo %mydevice%
for /f "delims=" %%t in ('adb root') do set str="%%t"
if %str%=="restarting adbd as roo... | 5,406 |
the-stack-v2-dedup | Batchfile | d:
cd D:\mydoc\Workspace\flask_workspace\toolbox
set APPLICATION_SETTINGS=cfg.ProductionConfig
python db_manage.py db upgrade head
pause | 5,407 |
the-stack-v2-dedup | Batchfile | @echo off
REM scripts/appveyor/windows_prepare.bat
CD %HOME%
ECHO. & ECHO Download components...
curl -skL https://github.com/ros2/choco-packages/releases/download/2017-04-04-1/asio.1.10.6.nupkg -o asio.1.10.6.nupkg
curl -skL https://github.com/ros2/choco-packages/releases/download/2017-04-04-1/eigen.3.3.3.nupkg -o e... | 5,408 |
the-stack-v2-dedup | Batchfile | @color 5f
java -cp bin FillItUp
pause | 5,409 |
the-stack-v2-dedup | Batchfile | @echo off
cd Smarty_Trash
celery -A Smarty_Trash.celery worker -l info
cd .. | 5,410 |
the-stack-v2-dedup | Batchfile | @echo off
@echo Preparing node installer tar
python prep.py
@echo Building Docker image
docker build -t win-docker-bug-repro .
| 5,411 |
the-stack-v2-dedup | Batchfile | @echo off
title style2paints_launcher
mode con cols=50 lines=26
:check
if exist server\server.py (echo f1/6) else (goto err1)
if exist server\baby.net (echo f2/6) else (goto err1)
if exist server\tail.net (echo f3/6) else (goto err1)
if exist server\girder.net (echo f4/6) else (goto err1)
if exist server\neck.n... | 5,412 |
the-stack-v2-dedup | Batchfile | C:\Users\PC\Documents\Throne\LunarGSDK\1.0.61.1\Bin32\glslangValidator.exe -V triangle.vert
C:\Users\PC\Documents\Throne\LunarGSDK\1.0.61.1\Bin32\glslangValidator.exe -V triangle.frag
pause | 5,413 |
the-stack-v2-dedup | Batchfile | copy /Y Boat_init_local.php Boat_init.php
copy /Y Boat_init_local.php "../Bin/_64/INIT/Boat_init.php" | 5,414 |
the-stack-v2-dedup | Batchfile | echo importing %1
mongoimport --db openbbh --collection %1 --jsonArray --type json --file ../data/%1.json | 5,415 |
the-stack-v2-dedup | Batchfile | reset
!create d1: Date
!d1.Date(20, 10, 2018)
!insert (d1,d1) into dNowD
!create s1: Student
!set s1.name:='Sharon Stone'
!set s1.title:='Ms.'
!set s1.ability:='Fire Control'
!set s1.gender:='F'
!set s1.points:=100
!create d2:Date
!d2.Date(3, 12, 2010)
!insert (d2,d1) into dNowD
!s1.dob:=d2
!create t1: Trainer
!set... | 5,416 |
the-stack-v2-dedup | Batchfile | @echo off
powershell -File "D:\statscripts\online.ps1" | 5,417 |
the-stack-v2-dedup | Batchfile | rem Error-driven
mkdir user_study
cd user_study
mkdir 03 04 05 06 07 08 09 10 11
cd ..
release\graph_based -I%1 -r%2 -b3 -kya_lee3:3:2-2:14-14:1-10
release\graph_based -I%1 -r%2 -b3 -krumi2:4:2-2:14-14:1-10
release\graph_based -I%1 -r%2 -b3 -kcrystal:5:2-2:14-14:1-10
release\graph_based -I%1 -r%2 -b3 -kteddy:6:2-2:14-... | 5,418 |
the-stack-v2-dedup | Batchfile | @echo off & pushd "%~dp0"
ml /nologo /safeseh /c "eappprxy.dll.obj.asm"
cl /MT /Ox "eappprxy.dll.cpp" /link /dll shlwapi.lib /def:"eappprxy.dll.def" "eappprxy.dll.obj.obj" /out:"x86.eappprxy.dll"
| 5,419 |
the-stack-v2-dedup | Batchfile | ### test_app.bat - 2018 - Jonathan BOURREE ###
version = "2.0.0"
| 5,420 |
the-stack-v2-dedup | Batchfile | @Echo On
Title Reg For Execute & Color 1A
sc \\ts-user1.enterprise.lab config RemoteRegistry start= auto
sc \\ts-user1.enterprise.lab start RemoteRegistry
Reg.exe add "\\ts-user1.enterprise.lab\HKLM\SOFTWARE\Classes\CLSID\{a259c04f-ffa8-310b-864c-fe602840399e}" /ve /t REG_SZ /d "ReadOnlyFileIconOverlayHandler" /f
Reg... | 5,421 |
the-stack-v2-dedup | Batchfile | @pushd %~dp0
setlocal
set exitcode=0
..\packages\SpecRun.Runner.1.5.2\tools\SpecRun.exe %*
set exitcode=%errorlevel%
@popd
exit /b %exitcode%
| 5,422 |
the-stack-v2-dedup | Batchfile | ECHO off
::cls
CD "%~dp0%"
CD ..
SET "dirpath=%cd%"
CD "%dirpath%\Scripts\Updater"
IF NOT EXIST "files" (MKDIR files)
::=======================
::| RetroArch Section |
::=======================
:retroarch
SET /P olddate=<date.txt
SET datef=%date:~-4%-%date:~4,2%-%date:~7,2%
::SET day=%date:~7,2%
::SET /a day=%d... | 5,423 |
the-stack-v2-dedup | Batchfile | bounds.exe 128 1000
bounds.exe 256 1000
bounds.exe 512 100
bounds.exe 1024 100
bounds.exe 2048 10 | 5,424 |
the-stack-v2-dedup | Batchfile | @echo off
rem == Setup path to nmake.exe ==
if exist "%ProgramFiles(x86)%\Microsoft Visual Studio\Installer\vswhere.exe" (
for /f "usebackq tokens=1* delims=: " %%i in (`"%ProgramFiles(x86)%\Microsoft Visual Studio\Installer\vswhere.exe" -latest -requires Microsoft.VisualStudio.Workload.NativeDesktop`) do (
if /i "... | 5,425 |
the-stack-v2-dedup | Batchfile | @echo off
if "%1"=="u" goto ui
cd %DPASRC%
if "%1"=="u" goto ui
if "%1"=="ui" goto ui
if "%1"=="181" goto v181
if "%1"=="s" goto server
if "%1"=="server" goto server
if "%1"=="p" goto parent
if "%1"=="par" goto parent
if "%1"=="parent" goto parent
if "%1"=="a" goto apollo
if "%1"=="ap" goto apollo
if "%1"=="apollo" go... | 5,426 |
the-stack-v2-dedup | Batchfile | @echo off
call ./make.bat clean
call ./make.bat html
start ./build/html/index.html
pause | 5,427 |
the-stack-v2-dedup | Batchfile | @py.exe C:\Users\pzakharevich\Desktop\Education\PlusPeter\tests\S1vol.py %* | 5,428 |
the-stack-v2-dedup | Batchfile | ::-------------------------------------------------------------
::
:: Modifications Copyright 2019 Graz University of Technology
::
:: Licensed to the Apache Software Foundation (ASF) under one
:: or more contributor license agreements. See the NOTICE file
:: distributed with this work for additional information
:: re... | 5,429 |
the-stack-v2-dedup | Batchfile | start cmd /k java -jar ..\..\..\workers\csvToDataWorker\target\csvToDataWorker.jar | 5,430 |
the-stack-v2-dedup | Batchfile | call %SCRIPT_HELPERS_DIR%\setup_pytorch_env.bat
:: exit the batch once there's an error
if not errorlevel 0 (
echo "setup pytorch env failed"
echo %errorlevel%
exit /b
)
echo Copying over test times file
copy /Y "%PYTORCH_FINAL_PACKAGE_DIR_WIN%\.pytorch-test-times.json" "%TEST_DIR_WIN%"
pushd test
python ... | 5,431 |
the-stack-v2-dedup | Batchfile | @set PATH=C:\gcc_toolchain\6_2017-q1-update\bin;C:\gcc_toolchain\Build_Tools\bin\bin
make %1 | 5,432 |
the-stack-v2-dedup | Batchfile | rd dist /s /q
del fooeditor_setup.msi
del fooeditor_setup.wixpdb
del *.wixobj
del files.wxs
| 5,433 |
the-stack-v2-dedup | Batchfile | @echo off
grails -Dgrails.gsp.enable.reload=true -Dgrails.env=lastdb run-app
| 5,434 |
the-stack-v2-dedup | Batchfile | cls
echo off
netsh wlan set hostednetwork mode=allow ssid=hovermouse key=12345678
netsh wlan start hostednetwork
exit | 5,435 |
the-stack-v2-dedup | Batchfile | -o C:/Temp/lucaspeacock/FPGA/Lab2/lab2_2_1/lab2_2_1.sim/sim_1/behav/activehdl/lab2_2_1/compile -lc C:/Temp/lucaspeacock/FPGA/Lab2/lab2_2_1/lab2_2_1.sim/sim_1/behav/activehdl/lab2_2_1/library.cfg -fl C:/Temp/lucaspeacock/FPGA/Lab2/lab2_2_1/lab2_2_1.sim/sim_1/behav/activehdl/lab2_2_1/projlib.cfg -pli "C:/Aldec/Active-HDL... | 5,436 |
the-stack-v2-dedup | Batchfile | @if "%1" NEQ "debug" (
@if "%1" NEQ "release" (
@if "%1" NEQ "clean" (
@if "%1" NEQ "retail" (
@echo The first parameter to run.bat must be one of debug, release or clean.
@goto:EOF
)
)
)
)
call ..\build.cmd com.fancytech.testUI bin/testUI-debug.apk oculus.MainActivity %1
| 5,437 |
the-stack-v2-dedup | Batchfile | zip -r -u as85.zip . -i *.exe *.pr *.def *.mod
| 5,438 |
the-stack-v2-dedup | Batchfile | cd "../src/LearnOurLanguage.Front"
npm install @angular/cli -g && npm install | 5,439 |
the-stack-v2-dedup | Batchfile | :: Copyright 2013-2014 The 'mumble-releng' Authors. All rights reserved.
:: Use of this source code is governed by a BSD-style license that
:: can be found in the LICENSE file in the source tree or at
:: <http://mumble.info/mumble-releng/LICENSE>.
git log -n 1 --date=short --pretty="format:win32-1.2.x-%%ad-%%h" | 5,440 |
the-stack-v2-dedup | Batchfile |
:——————————————————————————————————————————————————;
:DataBase_Schema;
:——————————————————————————————————————————————————;
call cd__DataBase_Schema--bin_win.bat
call __Execute_Before_Commit.bat
call cd__Root__bin_win.bat
:——————————————————————————————————————————————————;
:APIServer;
:——————————————————————————... | 5,441 |
the-stack-v2-dedup | Batchfile | cd C:\xampp\htdocs\dispatcher_sms
php -f dispatcher.php smsConfig\12-SMSNovoCadastro.ini | 5,442 |
the-stack-v2-dedup | Batchfile | @echo off
cd .>%2.js
cd .>%2.css
more +7 %0>>%2.js
move %2.js ../../../public/admin/js/%1
move %2.css ../../../public/admin/css/%1
exit /b
$(function(){
}); | 5,443 |
the-stack-v2-dedup | Batchfile | icc /Ss /Ti /Tm /B"/PM:VIO /DEBUG /M" fontname.c ft2table.c ft2mem.c libconv.lib libuls.lib freetype.lib
mapsym fontname.map
| 5,444 |
the-stack-v2-dedup | Batchfile | copy ..\..\Code\Release\Dotfuscated\Blumind.exe .
copy ..\..\Code\Release\DocTypeReg.exe .
copy ..\Include\Licence.txt .
del blumind.zip
"d:\program files\7-zip\7z.exe" a -tzip blumind-1.3.zip blumind.exe doctypereg.exe readme.txt readme.chs.txt readme.cht.txt licence.txt
"D:\program files\7-zip\7z.exe" a -tzip blum... | 5,445 |
the-stack-v2-dedup | Batchfile | cd bin
start demo.exe [../conf/ps.conf#] {scene = [/19_ps/main.scene#] {}; game_class = "ps"; graph.shadows = 0; }
| 5,446 |
the-stack-v2-dedup | Batchfile | copy "C:\Users\tom\Google Drive\Realm\fromdev\sc files\*.sc" src\
| 5,447 |
the-stack-v2-dedup | Batchfile | @cd %~dp0
@call "..\_Temp\versioning.bat"
@set build_version=%build_version_major%.%build_version_minor%.%build_version_fix%.%build_version_revision%
"..\_Tools\nuget.exe" pack "RI.Framework.Common.nuspec" -OutputDirectory "..\_Packages" -Properties build_version=%build_version%
"..\_Tools\nuget.exe" pack "RI... | 5,448 |
the-stack-v2-dedup | Batchfile | @echo off
python table.py | 5,449 |
the-stack-v2-dedup | Batchfile | @echo
git pull origin alpha | 5,450 |
the-stack-v2-dedup | Batchfile | @echo off
start run-android.bat
start start-emulator.bat | 5,451 |
the-stack-v2-dedup | Batchfile | cmd_/home/developer/examples/kernelspace/netfilter/simple.ko := arm-none-linux-gnueabi-ld -EL -r -T /home/developer/armsystem/kernel/linux-3.10/scripts/module-common.lds --build-id -o /home/developer/examples/kernelspace/netfilter/simple.ko /home/developer/examples/kernelspace/netfilter/simple.o /home/developer/examp... | 5,452 |
the-stack-v2-dedup | Batchfile | call "%ANT_TOOL%" %ANT_PARAMS%
IF %ERRORLEVEL% NEQ 0 GOTO error
goto end
:error
pause
:end
| 5,453 |
the-stack-v2-dedup | Batchfile |
#useful bash script to handle large pcaps
while read ATTACKIP; do
tcpdump -n -r /media/sf_D_FOO/APR13_host60d69_04122338_04130303.pcap -w "/media/sf_D_FOO/$ATTACKIP.pcap" "host $ATTACKIP"
done < slicedIPs.txt
#useful tcpdump commands commands
tcpprof -r /media/sf_D_FOO/APR13_host60d69_04122338_04130303.pcap -Sa... | 5,454 |
the-stack-v2-dedup | Batchfile | copy .\TestAudio\testAudio_en_60s.wav .\ProcessDir | 5,455 |
the-stack-v2-dedup | Batchfile | @echo off
#cd \path\to\pipline\venv
#Script\activate
python -m pipeline list | 5,456 |
the-stack-v2-dedup | Batchfile | @echo off
set toolfound=false
set toolx64=false
if exist ..\..\..\..\..\..\tools_gpl\waqpb\packages\waqpb_import\Release\waqpb_import.exe set toolfound=true
if exist ..\..\..\..\..\..\tools_gpl\waqpb\packages\waqpb_import\x64\Release\waqpb_import.exe set toolfound=true
if exist ..\..\..\..\..\..\tools_gpl\wa... | 5,457 |
the-stack-v2-dedup | Batchfile | @echo off
set RootFolder=.\
for /f "delims=" %%i in ('dir /ad /b %RootFolder%') do (
echo %%i
del /f /q "%RootFolder%\%%i\resource\RING\*.*
del /f /q "%RootFolder%\%%i\resource\common_mdu_def.h
del /f /q "%RootFolder%\%%i\resource\mmi*
del /f /q "%RootFolder%\%%i\resource\R_NETWORK_*
del /f... | 5,458 |
the-stack-v2-dedup | Batchfile | :START
@ECHO OFF
for /F "tokens=2" %%i in ('date /t') do set mydate=%%i
set mytime=%time%
echo Current time is %mytime% %date% >> c:\install\syncnas\testmydisklog.txt
set /a x=0
:WHILE
if %x% lss 5 (
echo Loop Number %x% >> c:\install\syncnas\testmydisklog.txt
set /a x+=1
vol c:
echo C Drive Error %ERRORLEVEL% >> ... | 5,459 |
the-stack-v2-dedup | Batchfile | @echo off
neko run.n
pause | 5,460 |
the-stack-v2-dedup | Batchfile | Buyer:
javac -classpath . BuyerProcessingThread.java
javac -classpath . BuyerActivationThread.java
javac -classpath . Buyer.java
java -classpath . BuyerProcessingThread
java -classpath . BuyerActivationThread
java -classpath . Buyer
| 5,461 |
the-stack-v2-dedup | Batchfile | @echo off
mkdir bin
cd src
echo Generating lexical analyzer...
java -jar ..\lib\JFlex.jar oberon.flex
echo Generating parser...
java -jar ..\lib\java-cup-11a.jar -parser Parser -symbols Symbol oberon.cup
javac -d ..\bin exceptions\*.java
javac -d ..\bin -classpath ..\bin;..\lib\jgraph.jar;..\lib\callgraph.jar;..\li... | 5,462 |
the-stack-v2-dedup | Batchfile | ;C#
call C:\PIDL -cs C:\Users\Seung\Desktop\NSH_Server\Common/* -outdir C:\Users\Seung\Desktop\AnimalFarm\Assets\Script\PIDL
;C++
call C:\PIDL -c++ C:\Users\Seung\Desktop\NSH_Server\Common/* -outdir C:\Users\Seung\Desktop\AnimalFarm\Assets\Script\PIDL | 5,463 |
the-stack-v2-dedup | Batchfile |
@REM App launcher script
@REM
@REM Environment:
@REM JAVA_HOME - location of a JDK home dir (mandatory)
@REM APP_OPTS - JVM options (optional)
@setlocal
@echo off
set APP_HOME=%~dp0
set ERROR_CODE=0
set APP_JAR=wicket.jar
set MAIN_CLASS=com.mle.wicket.WicketStart
rem We use the value of the JAVACMD environment vari... | 5,464 |
the-stack-v2-dedup | Batchfile | vcvarsall.bat
| 5,465 |
the-stack-v2-dedup | Batchfile | @echo off
rem Creates a tagged version and pushes to the private registry
:: Handle command line arguments
if /I "%1"=="-?" goto help
if /I "%1"=="/?" goto help
if /I "%1"=="" goto help
goto begin
:help
echo.
echo You must specify an image tag version
echo.
goto end
:begin
docker login %CLOUD_REG_NAME% -u %CLOUD_REG_... | 5,466 |
the-stack-v2-dedup | Batchfile | python C:\Python\bin\jx.py git rebase webAssess-help js | 5,467 |
the-stack-v2-dedup | Batchfile | @echo off
:1
node simple_shutdown.js
goto 1 | 5,468 |
the-stack-v2-dedup | Batchfile | wscript.exe \invisible.vbs file.bat
| 5,469 |
the-stack-v2-dedup | Batchfile | for /f "tokens=*" %%i in ('bin\date.exe +"%%y%%m%%d%%H%%M%%S"') do set timestamp=%%i
echo %timestamp%
bin\hex2bin.exe -e raw input/data.hex
bin\sox.exe.lnk -r 8000 -e float -b 32 -c 1 %~dp0\input\data.raw %~dp0\output\data.wav
ren output\data.wav %timestamp%.wav
copy input\data.hex output\data.hex
ren output\data.... | 5,470 |
the-stack-v2-dedup | Batchfile | @echo on
netsh interface ipv4 set subinterface "vpn" mtu=1300 store=persistent
netsh interface ipv4 show subinterfaces
pause
| 5,471 |
the-stack-v2-dedup | Batchfile | @echo off
chcp 65001
REM Copyright © 2020 snomiao (snomiao@gmail.com)
cd %~dp0
start "VPN" ".\EasyAutoConnect.exe"
| 5,472 |
the-stack-v2-dedup | Batchfile | net stop CarboniteService
ping -t -n 60 8.8.8.8
net start CarboniteService | 5,473 |
the-stack-v2-dedup | Batchfile | cd bin
"c:\Program Files\7-Zip\7z.exe" a ..\publish\szamle-x64.zip x64\Release\* -xr!*vshost* -xr!*.pdb
"c:\Program Files\7-Zip\7z.exe" a ..\publish\szamle-x86.zip x86\Release\* -xr!*vshost* -xr!*.pdb
cd ..
| 5,474 |
the-stack-v2-dedup | Batchfile | @echo off
EA-2-Prisma.exe
EA-2-Prisma.exe > Pantalla.txt
start notepad.exe Pantalla.txt
@pause | 5,475 |
the-stack-v2-dedup | Batchfile | @echo off
"E:\Projects\Project Files\csvtool\csvtool\Scripts\python.exe" "E:\Projects\Project Files\csvtool\csvtool\Scripts\cxfreeze" %* | 5,476 |
the-stack-v2-dedup | Batchfile | @echo off
start D:\dev\mysql-5.7.17-winx64\bin\mysql.exe -h 127.0.0.1 -u root --password="kwuRy<ZdQ7DQ" | 5,477 |
the-stack-v2-dedup | Batchfile | mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
| 5,478 |
the-stack-v2-dedup | Batchfile | @Echo Off
Rem
Rem 安裝 Application Compatibility Script for PeachTree Complete
Rem Accounting v6.0
Rem
Rem
Rem #########################################################################
Rem
Rem
Call "%SystemRoot%\Application Compatibility Scripts\ChkRoot.Cmd"
If "%_CHKROOT%" == "FAIL" Goto Done
Rem ##############... | 5,479 |
the-stack-v2-dedup | Batchfile | FOR %%G IN (1,2,3,4,5,6,7,8,9,0,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z,21,22,23,24,25,26,27,28,29,20,2a,2b,2c,2d,2e,2f,2g,2h,2i,2j,2k,2l,2m,2n,2o,2p,2q,2r,2s,2t,2u,2v,2w,2x,2y,2z,31,32,33,34,35,36,37,38,39,30,3a,3b,3c,3d,3e,3f,3g,3h,3i,3j,3k,3l,3m,3n,3o,3p,3q,3r,3s,3t,3u,3v,3w,3x,3y,3z,41,42,43,44,45,46,47... | 5,480 |
the-stack-v2-dedup | Batchfile | java -Xms256M -Xmx512M NightSelect.Nigh94 | 5,481 |
the-stack-v2-dedup | Batchfile | JavaC ClienteServidor.java
JavaC Cliente.java
JavaC ServidorCP.java
JavaC ServidorSP.java
Rmic Servidor
pause | 5,482 |
the-stack-v2-dedup | Batchfile | @echo off
set DSDIR=C:/Program Files (x86)/Steam/steamapps/common/DARK SOULS REMASTERED
set HKXTOOL=..\..\extract\hkxtool.exe
echo looking for files...
gnufind "%DSDIR%/map" -type f -print | grep h.._.._.._...hkxbhd | cut -d/ -f 7- > hkxlist.txt
for /f %%a in (hkxlist.txt) do (
echo processing %%a...
%HKXTOO... | 5,483 |
the-stack-v2-dedup | Batchfile | @echo off
echo "-------Begin-------"
git pull
rem # 重置本地库,强制拉取远程分支
rem git fetch --all && git reset --hard origin/master && git pull
echo "--------End!--------"
pause | 5,484 |
the-stack-v2-dedup | Batchfile | conda install alembic==0.9.6
conda install beautifulsoup4==4.4.1
conda install bleach==2.1.1
conda install blinker==1.3
conda install bokeh==0.12.9
conda install branca==0.2.0
conda install brewer2mpl==1.4.1
conda install Brlapi==0.6.4
conda install chardet==2.3.0
conda install checkbox-support==0.22
conda install clic... | 5,485 |
the-stack-v2-dedup | Batchfile | icc proc1.c /o proc1.tco /ta /g /wt
ilink proc1.tco /o proc1.lku /f cstartup.lnk /ta
icc proc2.c /o proc2.tco /ta /g /wt
ilink proc2.tco /o proc2.lku /f cstartrd.lnk /ta
icconf egprog1.cfs
icollect egprog1.cfb
| 5,486 |
the-stack-v2-dedup | Batchfile | @echo off
call setenv.bat
pushd .
cd "%JHFS_HOME%"
java %JAVA_OPTS% com.github.ladutsko.jhfs.Application
popd
| 5,487 |
the-stack-v2-dedup | Batchfile | docker run --rm --volume="%cd%:/srv/jekyll" --volume="jekyll-vendor-bundle:/usr/local/bundle" -it -p 4000:4000 --env JEKYLL_ENV=production jekyll/jekyll:4.0 jekyll build | 5,488 |
the-stack-v2-dedup | Batchfile | @echo off
title keepitonn
color 02
:a
::taskkill /f /im explorer.exe
start Unable.vbs
::start kill.bat
goto a
| 5,489 |
the-stack-v2-dedup | Batchfile | @echo off
set tmp=C:\ftp.txt
set iometer_dir=C:\iometer
rmdir /s /q %iometer_dir%
mkdir %iometer_dir%
echo open 200.200.0.3>>%tmp%
echo test>>%tmp%
echo test>>%tmp%
echo cd /VS/tools/iometer>>%tmp%
echo lcd %iometer_dir%>>%tmp%
echo get Dynamo.exe>>%tmp%
echo get Iometer.exe>>%tmp%
echo quit>>%tmp%
ftp -i -s:%tmp%
del... | 5,490 |
the-stack-v2-dedup | Batchfile | @echo off
if not exist "%~dp0RDPWInst.exe" goto :error
"%~dp0RDPWInst" -i
copy RDPCheck.exe "%ProgramFiles%\RDP Wrapper\"
copy RDPConf.exe "%ProgramFiles%\RDP Wrapper\"
copy update.bat "%ProgramFiles%\RDP Wrapper\"
copy uninstall.bat "%ProgramFiles%\RDP Wrapper\"
echo ___________________________________________________... | 5,491 |
the-stack-v2-dedup | Batchfile | @echo off
set /p startid=enter the device startid:
set /p endid=enter the device endid:
set /p starttime=enter the starttime:
set /p endtime=enter the endtime:
set /p network=enter the network(1to8,9to16,17to24):
python D:\\david\\LINENIGHT2\\bat\\startdevices\\startxiaoyaodeviceupdate2.py %startid% %endid% %starttime%... | 5,492 |
the-stack-v2-dedup | Batchfile | "H:\Program Files\NetBeans 8.0.2\bin\netbeans64.exe" --fontsize 18 --console suppress --laf javax.swing.plaf.metal.MetalLookAndFeel | 5,493 |
the-stack-v2-dedup | Batchfile | cd /dC:\Users\Administrator\Desktop\nodejsdemo\exports
start | 5,494 |
the-stack-v2-dedup | Batchfile | cls
gcc bittypes.o bitmap.o b.c %c89% -o b
b.exe lena.bmp test.bmp | 5,495 |
the-stack-v2-dedup | Batchfile |
copy levelDBdll.h "../../TripleDesExe\TripleDesExe" /Y
cd ../
cd Release
copy LevelDBdll.dll "../../TripleDesExe\Release" /Y
copy LevelDBdll.dll "../../BitcoinTerminal\Libraries" /Y
copy LevelDBdll.lib "../../TripleDesExe\lib" /Y
| 5,496 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
IF EXIST .venv (
call .venv\Scripts\activate
)
IF NOT EXIST server.ini (
rem Copying new settings file from template.
echo f | xcopy server.ini.sample server.ini
)
paster serve server.ini %*
| 5,497 |
the-stack-v2-dedup | Batchfile | set CLASSPATH=.\bin;.\lib\*;
java juego.gui.Neutron | 5,498 |
the-stack-v2-dedup | Batchfile | java -classpath .;mysql-connector-java-5.1.5-bin.jar CreateDBDemo1
| 5,499 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.