source string | code_lang string | content string | idx int64 |
|---|---|---|---|
the-stack-v2-dedup | Batchfile | TASKKILL /F /FI "USERNAME eq ak83134" /IM wscript.exe"
pause | 2,700 |
the-stack-v2-dedup | Batchfile | @echo off
set symfolder=.\
set Dcopydest=..\..\..\Prague\Debug
set Rcopydest=..\..\..\Prague\Release
if %USERNAME%== Sobko goto _Sobko
if %USERNAME%== sobko goto _Sobko
if %USERNAME% == bes goto _bes
goto _after_private
rem ----------------------------------------------------------------
rem This sec... | 2,701 |
the-stack-v2-dedup | Batchfile | go build -o get.exe -trimpath -ldflags "-w -s" main.go | 2,702 |
the-stack-v2-dedup | Batchfile | :: NOTE: These credentials are for a dummy development database (non-production). Production database credentials are not made public!
set server="ec2-54-83-26-65.compute-1.amazonaws.com"
set port=5432
set database="dboab0kq8r4usn"
set username="vvbtixriggqnkz"
set PGPASSWORD=dda3a35edddd2ccb79bafa2bdddad61531827529d4c... | 2,703 |
the-stack-v2-dedup | Batchfile | php "sendemail.php"
pause
del "%0"
pause
| 2,704 |
the-stack-v2-dedup | Batchfile | @echo off
if "%OS%" == "Windows_NT" goto :win2k
rem -----------------------------------------------------------
rem Special coding for Win98/Me systems. The version of rc.exe
rem supplied with the DDK will not run on back-level systems,
rem so we have to use one from an earlier DDK.
rem VCVARS32 is normally... | 2,705 |
the-stack-v2-dedup | Batchfile | @echo off
cls
set NUGETPATH="%~dp0%build\tools\nuget"
set NUGET="%~dp0%build\tools\nuget\nuget.exe"
set FAKE="%~dp0%build\tools\FAKE\tools\Fake.exe"
if not exist %NUGETPATH% (
mkdir %NUGETPATH%
)
if not exist %NUGET% (
echo NuGet not found .. downloading
PowerShell -NoProfile -ExecutionPolicy Bypass -Command "&... | 2,706 |
the-stack-v2-dedup | Batchfile | pushd ..
java -cp bin;"lib\*" com.blastedstudios.ledge.Ledge
popd | 2,707 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
@rem ***************************************************************************
@rem * Copyright 2010-2011 XhmikosR
@rem * Copyright 2011-2018 Regshot Team
@rem *
@rem * This file is part of Regshot.
@rem *
@rem * Regshot is free software: you can redistribute it and/or modify
@rem * it under the terms of t... | 2,708 |
the-stack-v2-dedup | Batchfile | CALL gn gen out/Default
CALL autoninja -C out/Default chrome eventlog_provider
| 2,709 |
the-stack-v2-dedup | Batchfile | @py.exe C:\myPythonScripts\splitPdf.py %*
@pause | 2,710 |
the-stack-v2-dedup | Batchfile | @echo off
set DOCKER_REPO=remigius65
set IMAGE_NAME=pg-dump
set VERSION=0.0.5
@FOR /f %%i IN ('git rev-parse --short HEAD') DO SET GIT_COMMIT_HASH=%%i
set DOCKER_VERSION_TAG=%IMAGE_NAME%:%VERSION%-%GIT_COMMIT_HASH%
set DOCKER_LATEST_TAG=%IMAGE_NAME%:latest
set DOCKER_REPO_VERSION_TAG=%DOCKER_REPO%/%DOCKER_VERSION_TA... | 2,711 |
the-stack-v2-dedup | Batchfile | java -jar zipkin.jar | 2,712 |
the-stack-v2-dedup | Batchfile | build.bat && go run cmd\main.go | 2,713 |
the-stack-v2-dedup | Batchfile | @echo off
call "C:\Users\OM\Anaconda3\Scripts\deactivate" %*
| 2,714 |
the-stack-v2-dedup | Batchfile | g++ -o start_3d.exe start_3d.cc base64.cc -lwsock32
del C:\VesalPPT\start_3d.exe
copy start_3d.exe C:\VesalPPT | 2,715 |
the-stack-v2-dedup | Batchfile | jade --watch *.jade --pretty &
stylus -w -u nib public/css/index.styl &
python -m SimpleHTTPServer | 2,716 |
the-stack-v2-dedup | Batchfile | @echo off
:: IF DEFINED CMAKI_PWD (
:: set CMAKI_PWD=%CMAKI_PWD%
:: ) else (
:: set CMAKI_PWD=%CD%
:: )
::
:: IF DEFINED CMAKI_INSTALL (
:: set CMAKI_INSTALL=%CMAKI_INSTALL%
:: ) else (
:: set CMAKI_INSTALL=%CMAKI_PWD%/bin
:: )
IF DEFINED MODE (
set MODE=%MODE%
) else (
set MODE=Debug
)
IF DEFINED YMLFI... | 2,717 |
the-stack-v2-dedup | Batchfile |
mkdir dist > nul
rmdir /S dist\gyro-rt > nul
cd dist
copy ..\build\libs\gyro-cli-%VERSION%.jar gyro-cli.jar
copy ..\scripts\stub.exe gyro.exe
jlink --no-header-files^
--no-man-pages^
--add-modules java.logging,java.management,java.naming,java.scripting,java.xml,jdk.unsupported,jdk.xml.dom,java.desktop,java.... | 2,718 |
the-stack-v2-dedup | Batchfile | @echo off
setlocal
pushd "%~dp0\compiler"
set MODULE=scalaq
echo Compiling model ...
java ^
-jar dsl-clc.jar ^
download ^
dsl=..\dsl ^
namespace=%MODULE% ^
revenj.java=..\..\lib\%MODULE%-model.jar ^
"postgres=localhost:5432/%MODULE%?user=%MODULE%&password=%MODULE%" ^
sql=..\sql ^
apply
IF ERRORLEVEL 1... | 2,719 |
the-stack-v2-dedup | Batchfile | @echo off
IF EXIST "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" call "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" x86_amd64
IF EXIST "C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\vcvarsall.bat" call "C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\vc... | 2,720 |
the-stack-v2-dedup | Batchfile | vasmm68k_mot_win32.exe patch.asm -nocase -rangewarnings -Dvasm=1 -L Listing.txt -DBuildGEN=1 -Fbin -Fsrec -o srecfile.txt | 2,721 |
the-stack-v2-dedup | Batchfile | dbLoadRecords("tmo_optics.db", "PORT=ASYN_PLC,PREFIX=PLC:TMO:OPTICS:,IOCNAME=$(IOC),IOC=$(IOC)")
| 2,722 |
the-stack-v2-dedup | Batchfile | @echo off
echo.
echo.
setlocal ENABLEDELAYEDEXPANSION ENABLEEXTENSIONS
set AUTOLOGON=%SYSTEMDRIVE%\TOOLS\autologon.exe
set CS=%SYSTEMROOT%\system32\cscript.exe /NOLOGO
set FG=%SYSTEMROOT%\system32\findstr.exe /i
set OSF=%SYSTEMDRIVE%\TOOLS\OpShellFolder.wsf
set AAS=%SYSTEMDRIVE%\TOOLS\wsh.iexplore.dialog.input... | 2,723 |
the-stack-v2-dedup | Batchfile | py main.py
rem py test.py
pause
| 2,724 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
powershell.exe "Set-ExecutionPolicy Unrestricted"
powershell.exe -NoExit -File .\Start-PE.ps1
| 2,725 |
the-stack-v2-dedup | Batchfile | :: -----------------------------------------------------------------------------------
:: Title : Trakt for VLC batch file
:: Contact : wifsimster@gmail.com
:: Last update : 03/17/2013
:: Description : Restart TraktForVLC process, you need to edit start_process before
:: ------------------------------------------------... | 2,726 |
the-stack-v2-dedup | Batchfile | @echo off
set /a count=0
set /a fails=0
:do
echo runs: %count% fails: %fails% command: %*
%*
set /a count=%count%+1
if %errorlevel%==0 goto do
set /a fails=%fails%+1
goto do
| 2,727 |
the-stack-v2-dedup | Batchfile | nasmw readwrite2.asm -o readwrite2.com
readwrite2.com
| 2,728 |
the-stack-v2-dedup | Batchfile | @setlocal enableextensions
@if not defined gx_cmd_debug (echo off)
@endlocal
if "%1"=="" goto :list
call :doItem %1
goto :eof
:list
call :doItem 6
call :doItem 7
call :doItem 2005
call :doItem 2006
call :doItem 2007
call :doItem 2009
call :doItem 2010
call :doItem XE1
call :doItem XE2
call :doItem XE3
call... | 2,729 |
the-stack-v2-dedup | Batchfile | set CONFIG=%1
if "%CONFIG%"=="Debug_X_Plane_11" (
SET XPLANEPLUGINS=D:\X-Plane 11\Resources\plugins
)
if "%CONFIG%"=="Release_X_Plane_11" (
SET XPLANEPLUGINS=D:\X-Plane 11\Resources\plugins
)
if "%CONFIG%"=="Debug_X_Plane_10" (
SET XPLANEPLUGINS=D:\X-Plane 10\Resources\plugins
)
if "%CONFIG%"=="Release_X_Plane_10" ... | 2,730 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
::BASED ON EASY2BOOT v1.62 & Batch Programming 4.1 by ericthedreamer
set versienummer=v4.1
title Toolz %versienummer% by eric
color 0a
IF "%PROCESSOR_ARCHITECTURE%"=="x86" (set bit=x86) else (set bit=x64)
set "windows="
VER | find " 5.1." > nul && set windows=XP
VER | find " 5.2." > nul && set windo... | 2,731 |
the-stack-v2-dedup | Batchfile | docker-compose -f backend-docker-compose.yml stop
docker-compose -f frontend-docker-compose.yml stop | 2,732 |
the-stack-v2-dedup | Batchfile | SET JAVA_HOME=C:\NVPACK\jdk1.7.0_71
SET JAR="%JAVA_HOME%\bin\jar.exe"
COPY /Y pluginrazersdk\libs\store-sdk-standard-release.aar ..\
COPY /Y pluginrazersdk\build\outputs\aar\pluginrazersdk-release.aar ..\
CD ..\
IF EXIST classes.jar DEL classes.JAR
CALL %JAR% -xvf store-sdk-standard-release.aar classes.jar
IF EXIST... | 2,733 |
the-stack-v2-dedup | Batchfile | @Echo off
Title Windows 7 SDK Environment ^for VS2017 [Win64]
PowerShell -NoProfile -NoExit -NoLogo -ExecutionPolicy unrestricted -File "%~dp0Windows7SDK.ps1" -Arch x64 -UseVS2017 %*
| 2,734 |
the-stack-v2-dedup | Batchfile | set ARGYLL_CREATE_WRONG_VON_KRIES_OUTPUT_CLASS_REL_WP=1
txt2ti3 -v %1.txt %1
colprof -v -r .3 -qh -D %1.icm -O %1.icm %1
txt2ti3 -v %1_adj.txt %1_adj
colprof -v -r .3 -qh -D %1_adj.icm -O %1_adj.icm %1_adj
| 2,735 |
the-stack-v2-dedup | Batchfile | rd __history /s/q
rd Debug /s/q
rd Release /s/q
rd Win64 /s/q
rd Win32 /s/q
del *.dcu
del *.identcache
del *.dproj.local
del *.exe
del *.vlb
del *.vrc | 2,736 |
the-stack-v2-dedup | Batchfile | iverilog -c fileslist.txt
vvp a.out
gtkwave test.vcd | 2,737 |
the-stack-v2-dedup | Batchfile | procdump -e 1 -t -ma -n 1000 <ProcessNameWithoutExtension> | 2,738 |
the-stack-v2-dedup | Batchfile | C:/Aldec/Active-HDL-Student-Edition/bin/vlib C:\Users\lucas\Documents\fpga\lab2\Lab2_afterlab\Lab2\lab2_3_1/g709_fec_v2_4_2
C:/Aldec/Active-HDL-Student-Edition/bin/vcom -relax -work g709_fec_v2_4_2 -f C:\Users\lucas\Documents\fpga\lab2\Lab2_afterlab\Lab2\lab2_3_1/g709_fec_v2_4_2/.cxl.vhdl.g709_fec_v2_4_2.g709_fec_v2_... | 2,739 |
the-stack-v2-dedup | Batchfile | ../../.git/annex/objects/1p/4Z/MD5E-s14673--8d56d6933fea15db4b55bcf0f1145691.cmd/MD5E-s14673--8d56d6933fea15db4b55bcf0f1145691.cmd | 2,740 |
the-stack-v2-dedup | Batchfile | docker stop jenkins-docker
docker stop jenkins-blueocean
docker image rm docker:dind
docker image rm myjenkins-blueocean:1.1
docker volume rm jenkins-data
docker volume rm jenkins-docker-certs
docker network rm jenkins | 2,741 |
the-stack-v2-dedup | Batchfile | cmd_mediatek/kernel/drivers/combo/common/mtk_stp_gps_mt6620.ko := arm-linux-androideabi-ld.bfd -EL -r -T /home/ubuntu/tonsal_pro/open_source/TINNO89_JB_BUILDABLE_PACKAGE/kernel/scripts/module-common.lds --build-id -o mediatek/kernel/drivers/combo/common/mtk_stp_gps_mt6620.ko mediatek/kernel/drivers/combo/common/mtk_s... | 2,742 |
the-stack-v2-dedup | Batchfile | DIR *.* /s > filenamelist.txt
| 2,743 |
the-stack-v2-dedup | Batchfile | @echo off
rem nasm or yasm may be used
echo creating debug.com
rem nasmw debug.asm -D PM=0 -D NASM=1 -O 2 -o debug.com -l debug.lst
yasm debug.asm -D PM=0 -D NASM=0 -o debug.com -l debug.lst
echo creating debugx.com
rem nasmw debug.asm -D PM=1 -D NASM=1 -O 2 -o debugx.com -l debugx.lst
yasm debug.asm -D PM=1 -D N... | 2,744 |
the-stack-v2-dedup | Batchfile | set DATA_DIR=G:/Dataset/cifar10/DATA
set DB_DIR=G:/Dataset/cifar10
start /wait convert_cifar.exe %DATA_DIR% %DB_DIR% lmdb
start compute_mean.exe -backend=lmdb %DB_DIR%/cifar10_train_lmdb %DB_DIR%/mean.binary | 2,745 |
the-stack-v2-dedup | Batchfile | cpm cc timer
cpm ccopt timer
cpm zsm timer
cpm hextocom timer
| 2,746 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
powershell.exe -executionpolicy bypass -File dlYTPlaylist.ps1 %*
| 2,747 |
the-stack-v2-dedup | Batchfile | gccmvs -Os -DXXX_MEMMGR -S -I . start.c
gccmvs -Os -DXXX_MEMMGR -S -I . stdio.c
gccmvs -Os -DXXX_MEMMGR -S -I . stdlib.c
gccmvs -Os -DXXX_MEMMGR -S -I . ctype.c
gccmvs -Os -DXXX_MEMMGR -S -I . string.c
gccmvs -Os -DXXX_MEMMGR -S -I . time.c
gccmvs -Os -DXXX_MEMMGR -S -I . errno.c
gccmvs -Os -DXXX_MEMMGR -S -I . assert.... | 2,748 |
the-stack-v2-dedup | Batchfile | @echo off
REM ~ change working directory to this files parent
cd %~dp0
if not exist out\nul mkdir out
IF ERRORLEVEL 1 goto ERROR
if not exist "wsdl2js.jar" (
echo compiling server ...
javac -sourcepath src -d out src/server/*.java
IF ERRORLEVEL 1 goto ERROR
jar cvf wsdl2js.jar -C out/ .
IF ERRORLEVEL 1 goto ... | 2,749 |
the-stack-v2-dedup | Batchfile | REM run below command in admin CMD
reg add HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem /v LongPathsEnabled /t REG_DWORD /d 1 /f
REM if it does not fix the issue without reboot, then try to reboot the system, run below command for same in the admin CMD
shutdown /r
| 2,750 |
the-stack-v2-dedup | Batchfile | psexec \\XPPro-QA-Clean -u Administrator -p versora -d -i notepad.exe | 2,751 |
the-stack-v2-dedup | Batchfile | cmd_/srv/ftp/pub/UEA/lesson_kernel/reslocator/reslocator.ko := arm-linux-ld -EL -r -T /linux-3.5/scripts/module-common.lds --build-id -o /srv/ftp/pub/UEA/lesson_kernel/reslocator/reslocator.ko /srv/ftp/pub/UEA/lesson_kernel/reslocator/reslocator.o /srv/ftp/pub/UEA/lesson_kernel/reslocator/reslocator.mod.o
| 2,752 |
the-stack-v2-dedup | Batchfile | javac GraphAlgorithms.java GraphAlgorithmsStudentTest.java JTGraphTest.java TopoSortTest.java myJunit.java GraphExceptionsTest.java
java org.junit.runner.JUnitCore GraphAlgorithmsStudentTest JTGraphTest TopoSortTest myJunit GraphExceptionsTest
java -jar checkstyle-6.2.jar -c CS1332-checkstyle.xml GraphAlgorithms.java | 2,753 |
the-stack-v2-dedup | Batchfile | @set i=0
:loop
@if not defined %1[%i%] goto:eof
@for /f "delims== tokens=2" %%j in ('set %1[%i%]') do @(
@call %~dp0/trim_left "%%j" execListCommand
if not "!execListCommand!"=="" (
@echo.
if "!execListCommand:~0,4!"=="echo" (
@echo !execListCommand:~5,9999999999999999!
) else (
... | 2,754 |
the-stack-v2-dedup | Batchfile | echo off
color ot
cls
:a
node bot.js
goto a
| 2,755 |
the-stack-v2-dedup | Batchfile | if exist C:\first.txt (C:\first.txt start) else exit
if exist C:\second.txt (C:\second.txt start) else exit
| 2,756 |
the-stack-v2-dedup | Batchfile | set MyPath=%~dp0
cd %MyPath%
java -jar %MyPath%TTIExtratorCadastro-1.0-SNAPSHOT.jar C:\TTINFE2.0\conf\configuracao.xml crhisnoriega@gmail.com,cnoriega@ime.usp.br
| 2,757 |
the-stack-v2-dedup | Batchfile |
sc.exe create websiteStatus binpath= C:\temp\workerService\websitestatus.exe start= auto
net start WebsiteStatus | 2,758 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
mode con cols=80 lines=52
TITLE adb批量操作工具v1.0--by 翻车猫
color 8f
:STARTMENU
ECHO. =======================================================
ECHO.手机屏幕上勾选允许usb调试并按任意键继续
SET adb=adb.exe
adb wait-for-device
pause
ECHO.------运行中------
for /F %%i in ('adb get-serialno') do ( set deviceinfo=%%i)
ECHO.==================... | 2,759 |
the-stack-v2-dedup | Batchfile | javac *.java
pause
| 2,760 |
the-stack-v2-dedup | Batchfile | java -jar "..\..\..\..\tools\compilers\closure-stylesheets\closure-stylesheets.jar" ^
--allowed-unrecognized-property column-count ^
--allowed-unrecognized-property moz-opacity ^
--allowed-unrecognized-property outline-offset ^
--allowed-unrecognized-property -webkit-overflow-scrolling ^
--allowed-unrecognized-prop... | 2,761 |
the-stack-v2-dedup | Batchfile | @echo off
cd./Test_Executive/bin/Debug
Test_Executive.exe
cmd /k | 2,762 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
SETLOCAL EnableDelayedExpansion
FOR /F %%x in ('dir /B /D /A:D *') do (
SET DIR=%%x
FOR /F "tokens=*" %%g IN ('type !DIR!\filename') do (SET FILENAME=%%g)
IF exist !DIR!/mtdblock2.bin (
mkimage.exe -A arm -O linux -T filesystem -C none -a 0x0 -e 0x0 -n "xiaoyi-rootfs" -d !DIR!/mtdb... | 2,763 |
the-stack-v2-dedup | Batchfile | @echo off
mkdir ..\..\build
pushd ..\..\build
cl -MT -nologo -Gm- -GR- -EHa- -Od -Oi -WX -W4 -wd4201 -wd4100 -wd4189 -DINTERNAL=1 -DSLOWBUILD=1 -FC -Z7 -Fmwin32_dirkwood.map ..\dirkwood\code\win32_dirkwood.cpp user32.lib Gdi32.lib
popd
| 2,764 |
the-stack-v2-dedup | Batchfile | call \render\batch\render\render_srender_s15_d7_g5_b10_N1_ps6_ts230.bat 1534787979-AP_070410011913.jpg | 2,765 |
the-stack-v2-dedup | Batchfile | cd ./
echo 编译打包发布项目工程 & pause
ant -f build.xml
echo. & pause
| 2,766 |
the-stack-v2-dedup | Batchfile | @GOTO :Batch
a 0100
MOV AH, 09
MOV DX, 0000
INT 21
RET
DB "ÿþ$"
a 102
MOV DX, 108
u 0100
n C:\UNIHD.COM
r BX
0
r CX
B
w
q
:Batch
@ECHO OFF
:: Requires "CMD based" Windows version
IF NOT "%OS%"=="Windows_NT" GOTO Syntax
:: ASCII file must be specified and must exist
IF "%~1"=="" GOTO Syntax
IF NOT EXIST "%~1" GOTO S... | 2,767 |
the-stack-v2-dedup | Batchfile | @echo off
set testmode=2
set main=./examples/inputtext/inputtext.js
cd ..
cd ..
webpack --config webpack.config.js | 2,768 |
the-stack-v2-dedup | Batchfile | C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\regasm Zhaopin.Universal.COM.ZPDataEncryption.dll /codebase
| 2,769 |
the-stack-v2-dedup | Batchfile | @echo off
rem #####
rem #
rem # Nuxeo windows startup script
rem # Inspired/copied from RedHat JBoss's run.bat
rem #
rem #####
@if "%OS%" == "Windows_NT" setlocal
set DIRNAME=.\
if "%OS%" == "Windows_NT" set DIRNAME=%~dp0%
set PROGNAME=run.bat
if "%OS%" == "Windows_NT" set PROGNAME=%~nx0%
pushd %DIRNA... | 2,770 |
the-stack-v2-dedup | Batchfile | @echo off
type hands.lst.neostreet.cygwin_fflop_stats
| 2,771 |
the-stack-v2-dedup | Batchfile | call runcrud
if "%ERRORLEVEL%" == "0" goto openbrowser
echo.
echo Cannot run runcrud.bat - breaking work
goto fail
:openbrowser
start chrome http://localhost:8080/crud/v1/task/getTasks
if "%ERRORLEVEL%" == "0" goto end
echo.
echo Cannot open browser - breaking work
goto fail
:fail
echo.
echo There were errors
:end... | 2,772 |
the-stack-v2-dedup | Batchfile | @REM @Author: Eka Syahwan
@REM @Date: 2017-09-14 06:18:06
@REM @Last Modified by: BADA$$
@REM Modified time: 2018-11-03 08:21:21
@echo off
set PATH=%PATH%;C:\xampp\php
title Sendinbox 2.4
:runGX40
php GX40.php
pause
cls
goto rUNGX40 | 2,773 |
the-stack-v2-dedup | Batchfile | set http_proxy=http://127.0.0.1:10809
set https_proxy=http://127.0.0.1:10809
git pull
git add .
git commit -m "a"
git push
| 2,774 |
the-stack-v2-dedup | Batchfile | GitProject %1 %2 | 2,775 |
the-stack-v2-dedup | Batchfile | setlocal
go build -ldflags="-H windowsgui -w" csvtoexcelgraph.go
endlocal
| 2,776 |
the-stack-v2-dedup | Batchfile | @echo off
title %~nx0
echo ネットステイト一覧表示
: 事前準備
rem 自身のフォルダパス取得
set currentDir=%~dp0
rem 現在日時取得
set datetime=%date:/=%%time: =0%
set datetime=%datetime::=%
set datetime=%datetime:.=%
set datetime=%datetime:~0,17%
: netstatリスト出力
echo;
echo netstatリスト
rem 出力
netstat -aon>>%cur... | 2,777 |
the-stack-v2-dedup | Batchfile | ..\..\..\MakeSprite FILELIST.TXT ..\Fire.SPR
| 2,778 |
the-stack-v2-dedup | Batchfile | %userprofile%\OneDrive\Documents\Source\Delphi\VolumeControl\Win32\Release\VolumeControl.exe run MEDIA_STOP MEDIA_TARGET="Spotify.exe" | 2,779 |
the-stack-v2-dedup | Batchfile | SET from1=docker-screeps-server_screeps
SET from2=docker-screeps-server_mongo-volume
SET from3=docker-screeps-server_redis-volume
docker run --rm -i -t --mount type=volume,src=%from1%,dst=/from --mount type=bind,src=c://docker//screeps//archives,dst=/to alpine ash -c "cd /from ; tar cvzf /to/%from1%.tar.gz *"
docker ru... | 2,780 |
the-stack-v2-dedup | Batchfile | adsutil.vbs set w3svc/1/SslCtlIdentifier <Name of CTL> | 2,781 |
the-stack-v2-dedup | Batchfile | @call bin\title.bat
COLOR 0A
@echo.
@echo.
@call bin\logo.bat
@echo.
@echo.
@echo 正在启动odoo服务...
@SET PATH="%CD%"\runtime\pgsql\bin;"%CD%"\runtime\python;%CD%\runtime\win32\wkhtmltopdf;%CD%\runtime\win32\nodejs;%PATH%.
@cls
@call bin\logo.bat
@echo.
@echo.
@echo 应用服务器已经启动完毕,请勿关闭此窗口!!!
@echo.
@echo.
"%CD%... | 2,782 |
the-stack-v2-dedup | Batchfile | <!-- : Begin batch script
@echo off
color 07
setlocal EnableDelayedExpansion
:: Fix for special characters in file name by @abbodi1406
setlocal DisableDelayedExpansion
set "work=%~dp0"
if [%work:~-1%]==[\] set "work=%work:~0,-1%"
setlocal EnableDelayedExpansion
pushd "!work!"
%systemroot%\system32\fsutil.exe ... | 2,783 |
the-stack-v2-dedup | Batchfile | @Echo off
set path=%cd%\Code\VirtualEnv\Python27_64\;%path%
:: Check WMIC is available
WMIC.EXE Alias /? >NUL 2>&1 || GOTO s_error
:: Use WMIC to retrieve date and time
FOR /F "skip=1 tokens=1-6" %%G IN ('WMIC Path Win32_LocalTime Get Day^,Hour^,Minute^,Month^,Second^,Year /Format:table') DO (
IF "%%~L"=="" goto s_... | 2,784 |
the-stack-v2-dedup | Batchfile | g++ -I./include -Wall -std=c++11 -g src/* -o automata | 2,785 |
the-stack-v2-dedup | Batchfile | cd \cygwin64\media\sf_python\tsdp
\anaconda2\python get_ibpos.py
\anaconda2\python v2_get_all_pairs_sub30m.py
\anaconda2\python make_counter.py
start /b .\start_eurjpy.cmd
start /b .\start_eurusd.cmd
start /b .\start_gbpusd.cmd
start /b .\start_usdjpy.cmd
start /b .\start_usdchf.cmd
start /b .\start_audusd.cmd
start /... | 2,786 |
the-stack-v2-dedup | Batchfile | REM @echo off
IF EXIST .\create-package.cmd cd ..
CALL scripts\environnement.cmd
scripts\nuget.exe pack "FluentDataAccess.nuspec"
scripts\nuget.exe pack "FluentDataAccess.SQLite.nuspec"
scripts\nuget.exe pack "FluentDataAccess.SQLCE35.nuspec"
| 2,787 |
the-stack-v2-dedup | Batchfile | REM windows epigram start script
REM xemacs does the hard work of deciding where things live.
REM see comments in "epigram" script (for Unix) re conventions
set EPIGRAM_ROOT=%~dp0
set EPIGRAM_EXT=.exe
call %EPIGRAM_ROOT%\findbinary.bat xemacs.exe
set XEMACS=%FINDBINARY%
start %XEMACS% -l "%EPIGRAM_ROOT%epigram.e... | 2,788 |
the-stack-v2-dedup | Batchfile | @echo off
set datetimef=%date:~6,4%%date:~3,2%%date:~0,2%
pushd D:\CA\RC
set JAVA_HOME="C:\Program Files\Java\jre1.8.0_40"
setLocal EnableDelayedExpansion
set CLASSPATH="
for /R lib %%a in (*.jar) do (
set CLASSPATH=!CLASSPATH!;%%a
)
set CLASSPATH=!CLASSPATH!"
set CLASSPATH=!CLASSPATH!;config
!JAVA_HOME!\bi... | 2,789 |
the-stack-v2-dedup | Batchfile | dotnet publish %mainProject% | 2,790 |
the-stack-v2-dedup | Batchfile | release\DocCluster 0.01 0.2 FALSE 0 "..\preprocessing"
release\DocCluster 0.01 0.2 FALSE 3 "..\preprocessing"
release\DocCluster 0.01 0.2 FALSE 15 "..\preprocessing"
release\DocCluster 0.01 0.2 FALSE 30 "..\preprocessing"
release\DocCluster 0.01 0.2 FALSE 60 "..\preprocessing"
release\DocCluster 0.02 0.2 FALSE 0 "... | 2,791 |
the-stack-v2-dedup | Batchfile | @echo %1 > "%~dp0\CMDER_CD"
@"%~dp0\Cmder.exe" /SINGLE | 2,792 |
the-stack-v2-dedup | Batchfile | @echo off& python -x %0".bat" %* &goto :eof
from subprocess import call
call("hugo")
import webbrowser
webbrowser.open("http://localhost:1313/", new=1, autoraise=True)
call("hugo server --disableFastRender")
| 2,793 |
the-stack-v2-dedup | Batchfile | set INIFILE=check_connectivity_mikocheni.ini
python ../../run_osm_dq.py -i %INIFILE% -c data_model -d . -p mikocheni_conn
pause
| 2,794 |
the-stack-v2-dedup | Batchfile | :b
start 3loc.bat
goto b
| 2,795 |
the-stack-v2-dedup | Batchfile |
REM cp -rv data mods modinfo.lua %APPDATA%\Avorion\mods\DccWeaponEngineering
xcopy /E /I/Y data %APPDATA%\Avorion\mods\DccWeaponEngineering\data
xcopy /E /I/Y mods %APPDATA%\Avorion\mods\DccWeaponEngineering\mods
xcopy /Y modinfo.lua %APPDATA%\Avorion\mods\DccWeaponEngineering
| 2,796 |
the-stack-v2-dedup | Batchfile | @echo off
REM buildscript for Windows
REM set PATH for android-sdk/platform-tools and android-sdk/tools
REM set PATH for %JAVA_HOME%\bin and %ANT_HOME%\bin (Apache ant)
REM clean android html files
echo cleaning files in android/assets/www/
erase /s/f/q android\assets\www\*
REM copy html files to android
echo coping... | 2,797 |
the-stack-v2-dedup | Batchfile | move .\usbd_Data\High_speed_mode\W55FA92_UDC_Highspeed.lib ..\..\..\Lib | 2,798 |
the-stack-v2-dedup | Batchfile | verilog_file_list.py
D:\modeltech_10.1c\win32\vsim.exe -do sim.do | 2,799 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.