source string | code_lang string | content string | idx int64 |
|---|---|---|---|
the-stack-v2-dedup | Batchfile | taskkill /F /im Telegram.exe
taskkill /F /im node.exe | 2,200 |
the-stack-v2-dedup | Batchfile | cd C:\android\workspace\AppBluetoothLowEnergyDemo1\bin
C:\android\sdk\platform-tools\adb install -r AppBluetoothLowEnergyDemo1-debug.apk
cd ..
pause
| 2,201 |
the-stack-v2-dedup | Batchfile | java -jar %~dp0CaptchaGenerator.jar %*
pause
| 2,202 |
the-stack-v2-dedup | Batchfile | @echo off
powershell.exe -NoProfile -ExecutionPolicy unrestricted -Command "& {Import-Module '.\Tools\psake.4.2.0.1\tools\psake.psm1'; invoke-psake .\Glimpse.Elmah.ps1 publish; if ($lastexitcode -ne 0) {write-host "ERROR: $lastexitcode" -fore RED; exit $lastexitcode} }"
pause | 2,203 |
the-stack-v2-dedup | Batchfile | !create Roger : Personne
!set Roger.nom := 'Roger'
!set Roger.age := 22
!set Roger.sexe := #Homme
!create Simone : Personne
!set Simone.nom := 'Simone'
!set Simone.age := 45
!set Simone.sexe := #Femme
!create Linda : Personne
!set Linda.nom := 'Linda'
!set Linda.age := 15
!set Linda.sexe := #Femme
!cr... | 2,204 |
the-stack-v2-dedup | Batchfile | RC4_nessie.exe
pause
RC4_test.exe
pause | 2,205 |
the-stack-v2-dedup | Batchfile | gcloud auth application-default login | 2,206 |
the-stack-v2-dedup | Batchfile | SET REP=%CD%
if not exist "%REP%\bin" MKDIR "%REP%\bin"
CD "%REP%\bin"
if exist "C:\Program Files (x86)\CMake\bin\cmake.exe" set CMAKE_EXE="C:\Program Files (x86)\CMake\bin\cmake.exe"
if exist "C:\Program Files\CMake\bin\cmake.exe" set CMAKE_EXE="C:\Program Files\CMake\bin\cmake.exe"
::if not exist "%REP%\build" MKDI... | 2,207 |
the-stack-v2-dedup | Batchfile | @echo off
rem Where Eclipse files are
set ECLIPSE_HOME=.
rem Where to place test files
set TEST_DIR=%ECLIPSE_HOME%\Tests
rem Where Package Files are kept
set PACKAGE_FILES=%ECLIPSE_HOME%\PackageFiles
rem Where Device data is kept
set DEVICE_DATA=%PACKAGE_FILES%\DeviceData
rem Where Binaries are kept
set BINARY_FIL... | 2,208 |
the-stack-v2-dedup | Batchfile | # No cookie IPv6 TCP
/usr/local/bin/dig +edns=0 +nocookie +noad +dnssec @ns.cero32.cl SOA . +norec +time=1 +tries=1 +noignore +yaml -6 +tcp
| 2,209 |
the-stack-v2-dedup | Batchfile | dotnet sql-cache create "Server=localhost;Database=BookStoreSPACache;Trusted_Connection=True;MultipleActiveResultSets=true" dbo TestCache | 2,210 |
the-stack-v2-dedup | Batchfile | "C:\Program Files (x86)\Java\jre7\bin\java" -cp C:\work\code\Ben\LatexToHTML\bin benblamey.LatexToHTML.Main
pause | 2,211 |
the-stack-v2-dedup | Batchfile | ::Script Configuration
::Paths with blank space need to be defined in "..."
set SOURCE_PATH=E:\ImageUpdate\
set SOURCE_PROG_PATH=E:\ImageUpdate\PROGS\
set PROG_PATH=D:\PROGS\
set INFOMEDIA_PATH=D:\INFOMEDIA\
set SOURCE_INFOMEDIA_PATH=E:\ImageUpdate\INFOMEDIA\
set STARTUP_PATH="C:\Documents and Settings\infomedia\Start ... | 2,212 |
the-stack-v2-dedup | Batchfile | @echo off && setlocal enabledelayedexpansion
ECHO Wait for 99 of percent progress
set /a n=0
call :WaitUntill_99
ECHO Wait for 100 of percent progress
set /a n=0
call :WaitUntill_Complete
goto pass
:WaitUntill_99
if !n! gtr 10 goto fail
adb logcat -v raw -s OTAUpgradeActivity:D -d | find "MSG_UPDATE_PROGRESS_PERCEN... | 2,213 |
the-stack-v2-dedup | Batchfile | @echo off
echo callee : %cd%
echo callee : wait 10s start
ping localhost -n 10 > nul
echo callee : wait 10s end
| 2,214 |
the-stack-v2-dedup | Batchfile | @echo OFF
@echo {-
type copyright.txt
@echo -}
echo module BuildInfo
echo where
echo buildTime :: String
echo buildTime = "%DATE% %TIME%"
REM TODO: Add SHA1 of the git commit node
| 2,215 |
the-stack-v2-dedup | Batchfile | @echo off
setlocal enabledelayedexpansion
title NIST CFReDS - User-Generated Reference Registry Generator in Windows Environment
bcdedit /enum bootmgr > nul || goto :admin
::-----------------------------------------------------------------------------------------------
goto comment
* Description
Automation script f... | 2,216 |
the-stack-v2-dedup | Batchfile | python ../monitor.py | 2,217 |
the-stack-v2-dedup | Batchfile | powershell.exe -Command "Install-Module -Scope CurrentUser -Force PSReadLine"
powershell.exe -Command "Install-Module -Scope CurrentUser -Force Get-ChildItemColor" -AllowClobber
| 2,218 |
the-stack-v2-dedup | Batchfile | @echo off
setlocal enabledelayedexpansion
%===The Main Thing===%
call :pangram "The quick brown fox jumps over the lazy dog."
call :pangram "The quick brown fox jumped over the lazy dog."
echo.
pause
exit /b 0
%===The Function===%
:pangram
set letters=abcdefgihjklmnopqrstuvwxyz
set cnt=0
set inp=%~1
set str=!inp: =... | 2,219 |
the-stack-v2-dedup | Batchfile | coffee --compile --watch tab.coffee | 2,220 |
the-stack-v2-dedup | Batchfile | PYTHONPATH=/home/murata/autoEva/prototype/Common/inc:/home/murata/autoEva/prototype/Common/interface:/home/murata/autoEva/prototype/Common/decode_encode:/home/murata/autoEva/prototype/Common/decode_encode/json:/home/murata/autoEva/prototype/Common/debug/json:/home/murata/autoEva/prototype/Common/debug:/home/murata/auto... | 2,221 |
the-stack-v2-dedup | Batchfile | :: from https://lifehacker.com/pause-windows-10-updates-easily-from-the-command-line-1786614642
:: this needs to be run as admin
:: Each command may take a few seconds to complete
net stop wuauserv
net stop wuauserv
net stop dosvc
:: If you want to reverse the process and resume downloads, run the following three line... | 2,222 |
the-stack-v2-dedup | Batchfile | set main=./examples/anchor/anchor.js
cd ..
cd ..
webpack --config webpack.config.js | 2,223 |
the-stack-v2-dedup | Batchfile | tap-setup.exe install OemVista.inf tap0901 | 2,224 |
the-stack-v2-dedup | Batchfile | pip3 install lxml
python setupPackage.py
| 2,225 |
the-stack-v2-dedup | Batchfile |
cmake . -DCMAKE_TOOLCHAIN_FILE=avr-toolchain.cmake -Denable-short-names=1 -G "Unix Makefiles"
| 2,226 |
the-stack-v2-dedup | Batchfile | @echo off
echo "start install"
call mvn clean install -Dmaven.test.skip=true
echo "install success"
cmd | 2,227 |
the-stack-v2-dedup | Batchfile | @echo off
if "%~1"=="" goto startIT
if "%~1"=="211" echo Launched VIA Windows! Getting Ready...&goto startIT
if /i "%~1"=="/install" goto :install
if /i "%~1"=="install" goto :install
if /i "%~1"=="i" goto :install
if /i "%~1"=="/i" goto :install
if /i "%~1"=="get" goto :install
:startIT
net file>nul 2>&1||goto :TryAnd... | 2,228 |
the-stack-v2-dedup | Batchfile | setlocal EnableDelayedExpansion
cd /d %~dp0
tesseract captcha.jpg code | 2,229 |
the-stack-v2-dedup | Batchfile | dotnet cake build.cake --Target=DebugBuild
dotnet cake build.cake --Target=RunTestsOnDebugArtifacts
dotnet cake build.cake --Target=ReleaseBuild
dotnet cake build.cake --Target=RunTestsOnReleaseArtifacts
pause | 2,230 |
the-stack-v2-dedup | Batchfile |
@echo off
set OriginalPATH=%PATH%
set PATH=%OriginalPATH%;%windir%\Microsoft.NET\Framework\v4.0.30319
chdir /d %~dp0
cd ..\..\..\..\
@echo on
net stop ElysiumNotifications-v2.0.71.4-v4.5
installutil /u "%CD%\Binary\.NET Framework 4.5\Release\x86\Elysium.Notifications.Server.exe"
pause | 2,231 |
the-stack-v2-dedup | Batchfile | java -jar c:\yui\build\yuicompressor-2.4.2.jar "E:\Mes Projets\ProGameMap\public\css\default.css" -o "E:\Mes Projets\ProGameMap\public\css\default-min.css"
java -jar c:\yui\build\yuicompressor-2.4.2.jar "E:\Mes Projets\ProGameMap\public\css\forum.css" -o "E:\Mes Projets\ProGameMap\public\css\forum-min.css"
java -jar c:... | 2,232 |
the-stack-v2-dedup | Batchfile | REM "mkv copy to mp4 is OK. It doesn't work reversely"
ffmpeg -i region.mkv -codec copy region.mp4
REM "PTS stands for Presentation TimeStamps."
REM "Here [0:v] refers to the first video stream in the first input file, which is linked to the first (main) input of the overlay filter."
REM "Similarly the first video str... | 2,233 |
the-stack-v2-dedup | Batchfile | @echo off
IF NOT "%1" == "" (
wslconfig /t %1
GOTO :eof
) ELSE (
ECHO wsl-terminate instance
ECHO instance - instance name
ECHO.
ECHO Running WSL instances:
wslconfig /l /running
)
| 2,234 |
the-stack-v2-dedup | Batchfile | @ECHO off
echo lET US START.
pause
CD %HOMEPATH%/Desktop
robocopy "%LOCALAPPDATA%\Packages\Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy\LocalState\Assets" Wallpapers *.* /min:100000
cd Wallpapers
ren *.* *.jpg
echo done :)
echo to exit :
pause
| 2,235 |
the-stack-v2-dedup | Batchfile | call "D:\AR Conversion\ProcessCode_Alok\Open Excel And Read Data\open_And_Read_Excel_Omni_Gridline.py" "D:\AR Conversion\Annual Reports Converted Omni\admin\Pdf_Single_Files\5312680317_5312680317_53_GridLine_0001.xlsx"
call "D:\AR Conversion\ProcessCode_Alok\Open Excel And Read Data\open_And_Read_Excel_Omni_Gridline.py... | 2,236 |
the-stack-v2-dedup | Batchfile | cmd /c python hw1.py | 2,237 |
the-stack-v2-dedup | Batchfile | java -cp ".\build\classes;.\Jar\*" org.testng.TestNG .\testng.xml | 2,238 |
the-stack-v2-dedup | Batchfile | call activate py36
python -m bookbook.latex | 2,239 |
the-stack-v2-dedup | Batchfile | cd income2
call emme -ng --set-iks 127.0.0.1 000 -m macros\6_calculate_pnr_inc2_utilities.mac %hightaz% %lowstation% %highstation% %lowpnr% %highpnr%
call emme -ng --set-iks 127.0.0.1 000 -m macros\7_select_optimal_pnr_inc2_zones.mac %hightaz% %lowstation% %highstation% %lowpnr% %highpnr%
call emme -ng --set-iks 127... | 2,240 |
the-stack-v2-dedup | Batchfile | * *ID* N99A26 DBCMD changed on 1992-09-28-13.27.18 by ADMIN *
file connect ( kern test !
* Kernel error 137 !
create table t ( a char ( 8),
b char (8),
c char (8),
d char (8),
e char (254),
f char (254),
g char (254),
h char (254),
i char (254),
j char (127),
k char (127),
l char (127),
m char (127))!
insert... | 2,241 |
the-stack-v2-dedup | Batchfile |
set CopyHour=10
echo %CopyHour%
:print_primes_loop
dir
for /f %%a in ('wmic os get LocalDateTime ^| findstr ^[0-9]') do (set ts=%%a)
ECHO %ts:~0,8%-%ts:~8,6%
set CurrentHour=%ts:~8,2%
echo %CurrentHour%
if %CopyHour%==%CurrentHour% (
echo "The time is the time for copy"
move C:\Users\youngkw... | 2,242 |
the-stack-v2-dedup | Batchfile | cd C:\Curl
curl -u "Pava1n3:myawesomepass11" https://api.github.com/users/Pava1n3
curl "https://api.github.com/search/repositories?q=linkedin&page=1&per_page=300" >> results.txt
curl "https://api.github.com/search/repositories?q=linkedin&page=2&per_page=300" >> results.txt
//curl -O "https://api.github.com/search/repo... | 2,243 |
the-stack-v2-dedup | Batchfile | @echo off
: Da Zhang (zhangda1021@gmail.com)
: Sep 2013
title Read all the provincial sam data from excel files to gdx file.
:call gams readrawsam
title Read all the provincial sam data from gdx file.
:call gams readallsam gdx=data\gdx\allsam
title Read provincial energy data from egycons_ind.xls and egycons_pro... | 2,244 |
the-stack-v2-dedup | Batchfile | REM @ECHO OFF
REM %~1 to handle the quotes from parameters
set "app_folder=%~1"
set "log=%~2"
(
ECHO "app_folder = %app_folder%"
ECHO "log = %log%"
REM Switch /D - change drive as well if needed
cd /D "%app_folder%"
REM Make sure we have pip
py -3.6 -m pip install -U pip
REM Activate virtual environment
REm Tested... | 2,245 |
the-stack-v2-dedup | Batchfile | E:
cd \Other\pythonTranslate
python setup.py -t
pause | 2,246 |
the-stack-v2-dedup | Batchfile | @echo off
if not defined in_subprocess (cmd /k set in_subprocess=y ^& %0 %*) & exit )
ECHO ::group::wmic cpu get caption, deviceid, name, numberofcores, maxclockspeed, status
wmic cpu get caption, deviceid, name, numberofcores, maxclockspeed, status
ECHO ::endgroup::
ECHO ::group::wmic cpu list /format:list
wmic cpu l... | 2,247 |
the-stack-v2-dedup | Batchfile | @echo OFF
pushd %~dp0
rem usage : run_list_windows.bat examples_list language
rem language = C++ | C | Java
if "%2" == "" (
echo "*** usage : run_list_windows.bat examples_list language_list"
)
SET LIST=%1
SET LANG_LIST=%2
SET DCPS=%CD%\..\..\examples\dcps
FOR /F "delims=" %%j IN (%LANG_LIST%) DO (
echo == LANG = %%... | 2,248 |
the-stack-v2-dedup | Batchfile | python -m pip install --upgrade -r requirements.txt
| 2,249 |
the-stack-v2-dedup | Batchfile | @echo off
python -m pip install -r ./requirements.txt
echo -----------
echo Successfull
echo -----------
pause | 2,250 |
the-stack-v2-dedup | Batchfile | docker build -f %cd%"\Dockerfile"
| 2,251 |
the-stack-v2-dedup | Batchfile | @title Debug Release 临时文件清理!
@echo.
@echo 删除当前目录树下所有位于 Debug 或 Release 目录中的文件
@echo.
@echo.
@echo off
@setlocal enabledelayedexpansion
set /a tm=0
set /a size=0
set /a fa=0
@color 8b
for /r %%i in (*.aps,*.ilk,*.sdf,*.suo,*res,*.unsuccessfulbuild,*.lastbuildstate,*.manifest,*.obj,*.pch,*.pdb,*.tlog,*.log,*.idb... | 2,252 |
the-stack-v2-dedup | Batchfile | set QT_DIR=C:\Qt\5.12.9\msvc2015_64\
%QT_DIR%\bin\lrelease -idbased i18n/app_en_GB.ts
%QT_DIR%\bin\lrelease -idbased i18n/app_en_US.ts
%QT_DIR%\bin\lrelease -idbased i18n/app_zh_CN.ts
%QT_DIR%\bin\lrelease -idbased i18n/app_zh_HK.ts | 2,253 |
the-stack-v2-dedup | Batchfile | @echo off
setlocal
set CUR_DIR=%~dp0
set ROOT_DIR=%1
if '%ROOT_DIR%'=='' set ROOT_DIR=%CUR_DIR%..\
set SCINTILLA_DIR=%ROOT_DIR%submodules\scintilla\
echo Configuring scintilla
rem Remove extra lexers
for %%i in ("%SCINTILLA_DIR%lexers\"*) do if not %%~nxi == LexCPP.cxx del /q "%%i"
cd %SCINTILLA_DIR%scripts
py Lex... | 2,254 |
the-stack-v2-dedup | Batchfile | -intstyle "ise" -incremental -lib "secureip" -o "D:/first tearm/archi/archiProject/ALUTest_isim_beh.exe" -prj "D:/first tearm/archi/archiProject/ALUTest_beh.prj" "work.ALUTest"
| 2,255 |
the-stack-v2-dedup | Batchfile | color A
cd c:\xampp2\htdocs\exampp
node server\server.js | 2,256 |
the-stack-v2-dedup | Batchfile | @python -m sbrowser.tool screenshot %*
| 2,257 |
the-stack-v2-dedup | Batchfile | git clone https://github.com/dotnet/corert.git
cd corert && .\build.cmd
| 2,258 |
the-stack-v2-dedup | Batchfile | cmd_usr/include/sound/sof/tokens.h := sh ./scripts/headers_install.sh include/uapi/sound/sof/tokens.h usr/include/sound/sof/tokens.h
| 2,259 |
the-stack-v2-dedup | Batchfile | @echo off
set t=%1
if "%1"=="" set t=Build
echo %t% xFunc for .Net 2.0 ...
msbuild "xFunc (Libs for .Net 2.0).sln" /nologo /t:%t% /m /clp:ErrorsOnly /p:Configuration=Release
if errorlevel 1 goto err
if errorlevel 0 echo %t% completed!
pause
echo %t% xFunc for .Net 3.0 ...
msbuild "xFunc (Libs for .Net 3.0).sln" /nolo... | 2,260 |
the-stack-v2-dedup | Batchfile | @echo off
REM
REM dsaddtest.bat - a simple batch file to provide initial sanity checking on dsadd
REM The first six arguments to dsaddtest.bat will be appended to each command.
REM This is useful for debugging, targetting, and/or using credentials
REM
REM
REM Show the dsadd usage text
... | 2,261 |
the-stack-v2-dedup | Batchfile | @echo off
set T_FILENAME="TR_Alpha Mission (U) [!].nes"
set S_FILENAME="Alpha Mission (U) [!].nes"
set SCRIPTNAME="alphamissionnes"
java -jar Hextractor.jar -cip %S_FILENAME% %T_FILENAME% %SCRIPTNAME%.ips
pause
| 2,262 |
the-stack-v2-dedup | Batchfile | C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc /out:勉強会実績入力.exe *.cs | 2,263 |
the-stack-v2-dedup | Batchfile | ;; ISIS-II Version 13.03 for host 34 (and its gateway)
;@I2IS13.I03
;@ND6720.TYM
;@GGISIS.LTD
;@I2IS13.R03
1;FND6720.NIB
70;T0,SUMTBL;PINTLEN,IEND-INTLEN;P%PSEGF,SFSIZE;P%Q
| 2,264 |
the-stack-v2-dedup | Batchfile | %PYTHON% setup.py install --single-version-externally-managed --record=record.txt
if errorlevel 1 exit 1
jupyter-nbextension.exe install widgetsnbextension --py --sys-prefix --overwrite
if errorlevel 1 exit 1
if %PY3K%==1 (
rd /s /q %SP_DIR%\__pycache__
)
| 2,265 |
the-stack-v2-dedup | Batchfile | start cmd /c "cd../mws-server-2/mws-restaurant-stage-3-master && node server"
| 2,266 |
the-stack-v2-dedup | Batchfile | @echo off
@SET M2_HOME=..\utils\apache-maven-3.0.3
@SET JAVA_HOME=..\utils\jdk1.6.0_22
@SET ANT_HOME=..\utils\apache-ant-1.8.2
@SET GRADLE_HOME=..\utils\gradle-1.5
@SET M2=%M2_HOME%\bin
@REM SET MAVEN_OPTS=-Xms256m
@SET JAVA_BIN=%JAVA_HOME%\BIN
@SET ANT_BIN=%ANT_HOME%\bin
@SET GRADLE_BIN=%GRADLE_HOME%\BIN
@SET PATH... | 2,267 |
the-stack-v2-dedup | Batchfile | @echo off
SET GUCEF_THEBATCHDIR=%~dp0
ECHO *** Perform common environment variable setup ***
cd..
cd..
IF NOT DEFINED GUCEF_HOME (
ECHO GUCEF environment variable not found, setting it
SET GUCEF_HOME=%CD%
ECHO GUCEF_HOME=%CD%
)
SET SRCROOTDIR=%CD%
SET OUTPUTDIR=%GUCEF_HOME%\common\bin
SET GU... | 2,268 |
the-stack-v2-dedup | Batchfile | (
@echo.p
@echo.u
@echo.v
@echo.P
@echo.q
@echo.b
@echo.o
@echo.u
@echo.v
@echo.P
@echo.u
@echo.v
@echo.P
@echo.c
) | ..\main.exe | 2,269 |
the-stack-v2-dedup | Batchfile | d:
cd D:\Dropbox\Code\HORIZONNN\mysite
D:\PortableProgramFiles\Hugo\hugo.exe
cd public
git branch -m master
git add -A
git commit -m %1
git push origin master | 2,270 |
the-stack-v2-dedup | Batchfile | java -Xms1024M -Xmx1024M -jar -DIReallyKnowWhatIAmDoingISwear craftbukkit.jar
PAUSE
| 2,271 |
the-stack-v2-dedup | Batchfile | * *ID* N71JOIN9 CMD
file connect ( kern test !
create table t1 ( a char (15) key,
a1 fixed (10) key default 12345 )!
insert t1 set a = 'HG krankenhaus' !
create table t2 ( b char (17) key)!
insert t2 set b = 'HG krankenhaus' !
select * from <t1, t2> where a = b and a = 'HG krankenhaus' !
fetch !
se... | 2,272 |
the-stack-v2-dedup | Batchfile | xcopy ..\xerces\lib\xerces-c_2_7D.dll ..\..\build\cdynamic /D /I /Y
xcopy debug\cdynamicD.exe ..\..\build\cdynamic /D /I /Y
xcopy ..\..\data\common ..\..\build\cdynamic\common /S /E /K /D /I /Y
xcopy ..\..\data\cdynamic ..\..\build\cdynamic\data /S /E /K /D /I /Y | 2,273 |
the-stack-v2-dedup | Batchfile | upx -d main.exe
upx --brute main.exe
pause | 2,274 |
the-stack-v2-dedup | Batchfile | top_module -prj test_xsim_0.prj -snapshot test_xsim_0 --define vlogdefine_bool=True --define vlogdefine_int=42 --define vlogdefine_str=hello -i . --generic_top vlogparam_bool=1 --generic_top vlogparam_int=42 --generic_top vlogparam_str=hello some xelab_options
| 2,275 |
the-stack-v2-dedup | Batchfile | @echo off
title Building webMAN_MOD_1.47.xx_Updater.pkg ...
move /Y webftp_server_lite.sprx _Projects_\updater\pkgfiles\USRDIR
move /Y webftp_server_full.sprx _Projects_\updater\pkgfiles\USRDIR
move /Y webftp_server.sprx _Projects_\updater\pkgfiles\USRDIR
move /Y webft... | 2,276 |
the-stack-v2-dedup | Batchfile | rmdir .\src\app\export-template\libs /s /q
del .\src\app\export-template\libs
mkdir .\src\app\export-template\libs
copy .\node_modules\vizabi-ddfcsv-reader\dist\vizabi-ddfcsv-reader.js .\src\app\export-template\libs
copy .\node_modules\vizabi\build\vizabi.js .\src\app\libs
copy .\node_modules\vizabi\build\vizabi.js .... | 2,277 |
the-stack-v2-dedup | Batchfile | @echo off
set currentPath=%~dp0
echo Initilizing Server...
start RunServer.bat
echo Initilizing Web Application...
start RunWeb.bat
ping 127.0.0.1 -n 15 > nul
echo Opening Swagger
start "" http://localhost:64527/swagger
echo Opening WebApplication
start "" http://localhost:4200
| 2,278 |
the-stack-v2-dedup | Batchfile | set sourceFolder=%~dp0
set dropFolder=%~dp0
(
set /p versionParam=
)<%sourceFolder%version.txt
echo %versionParam%
rem set msbuildPath="C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\msbuild.exe"
set msbuildPath="msbuild"
pushd
cd /d %sourceFolder%SetVersion || goto failFast
dotnet ... | 2,279 |
the-stack-v2-dedup | Batchfile | @echo off
@echo JOKE!
@title JOKE!
echo this is a joke thing that "fixes" windows.
echo this is not real
color 4
echo WARNING: THIS CONTAINS A PAYLOAD THAT SPAM CMD AND EXPLORER, PLEASE EDIT THE CODE IF YOU WOULD NOT LIKE THIS
color f
rem DELETE ABOVE ME FOR JOKE
@echo off
@title Microsoft Windows Fixer
@echo Fixes Mi... | 2,280 |
the-stack-v2-dedup | Batchfile | @py.exe C:\Users\d.yamashita\Documents\work\python\hello.py %* | 2,281 |
the-stack-v2-dedup | Batchfile | setx path "C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64\compiler;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\ProgramData\chocolatey\bin;C:\tools\go\bin;c:\Program Files\MKVToolNix\;C:\Program Files\nodej... | 2,282 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
::----------------------------------------------------------------------
:: IntelliJ IDEA formatting script.
::----------------------------------------------------------------------
SET IDE_BIN_DIR=%~dp0
CALL "%IDE_BIN_DIR%\idea.bat" format %*
| 2,283 |
the-stack-v2-dedup | Batchfile | FOR /D /R %X IN (tmp) DO RD /S /Q "%X" | 2,284 |
the-stack-v2-dedup | Batchfile |
: disable all outputs
@echo off
: set the root path of the Shooter3D project
SET PROJECT_PATH=E:\workspaces\visual_studio\Shooter3D\trunk\
SET PROJECT_NAME=Shooter3D
: change to project path
cd /d %PROJECT_PATH%
: delete the existent exe file
del %PROJECT_NAME%.exe
: compile the project using .NET 2.0
C:\Windows\M... | 2,285 |
the-stack-v2-dedup | Batchfile | @echo off
git push %* | 2,286 |
the-stack-v2-dedup | Batchfile | :user_configuration
:: Path to Flex SDK
set FLEX="%FLEX_SDK%"
:validation
if not exist "%FLEX%" goto flexsdk
goto succeed
:flexsdk
echo.
echo ERROR: incorrect path to Flex SDK in 'bat\SetupSDK.bat'
echo.
echo %FLEX%
echo.
if %PAUSE_ERRORS%==1 pause
exit
:succeed
set PATH=%PATH%;%FLEX%\bin
| 2,287 |
the-stack-v2-dedup | Batchfile | cl /c /IC:/netnode/platform/seed/metaseed/../../../include /IC:/netnode/platform/seed/metaseed/../../../platform/x64/include /IC:/netnode/platform/seed/metaseed/../../../platform/include /IC:/netnode/platform/seed/metaseed/../../app/include /I. /I"C:/netnode/app-core/netnode_dynamic_source_script/framework" /IC:/netno... | 2,288 |
the-stack-v2-dedup | Batchfile | ::Test Case File, It contains paths of all the scripts that we want to run as part of our test case
::Command Line Arguments received by this script
::Description of Argument Representation of Argument in this script
::Path of AutoIT scripts %1
::Name of the Test Case %2
::Start of Script
@echo off... | 2,289 |
the-stack-v2-dedup | Batchfile | java -jar dist\t_json.jar
pause | 2,290 |
the-stack-v2-dedup | Batchfile | @call .preLoad.bat
@explorer "%fpx_res_thymeleaf_dir%" | 2,291 |
the-stack-v2-dedup | Batchfile |
echo STEP 0 - Generating Java from Aidl...
cd %AIDL_DIR%
%ANDROID_HOME%/build-tools/%ANDROID_BUILD_TOOLS_VERSION%/aidl -o %CUR_DIR%/java android/view/IRotationWatcher.aidl
%ANDROID_HOME%/build-tools/%ANDROID_BUILD_TOOLS_VERSION%/aidl -o %CUR_DIR%/java android/content/IOnPrimaryClipChangedListener.aidl | 2,292 |
the-stack-v2-dedup | Batchfile | cmd_/root/drivers/force_kill_driver/bad_driver/built-in.o := rm -f /root/drivers/force_kill_driver/bad_driver/built-in.o; ar rcsD /root/drivers/force_kill_driver/bad_driver/built-in.o
| 2,293 |
the-stack-v2-dedup | Batchfile | @ECHO ON
REM windows curl supports "--crlf"
REM
REM SET DATAFILE="\@C:\USERS\AAICON\Dropbox\locker-admin\LOCKER\test-locker-hk02\config\locker.properties"
REM SET STATUSFILE="\@C:\USERS\AAICON\Dropbox\locker-admin\LOCKER\test-locker-hk02\config\status"
REM SET DATAFILE="@C:\USERS\AAICON\Dropbox\locker-admin\... | 2,294 |
the-stack-v2-dedup | Batchfile | copy ys2musicdata\09.MAN[%1] "F:\GAMES\DOS ONLY\ed2\BGM\DS2_29.MUS"
copy ys2musicinst\05.MAN[%1] "F:\GAMES\DOS ONLY\ed2\BGM\DS2_29.INS"
pause | 2,295 |
the-stack-v2-dedup | Batchfile | cmd.exe /X /C "C:\dev\Java\jdk15\bin\javadoc.exe -J-Xmx512m @options @packages" | 2,296 |
the-stack-v2-dedup | Batchfile | cmd_/run/media/llamamonster/HDD/KernelHeaders/include/linux/raid/.install := /bin/sh scripts/headers_install.sh /run/media/llamamonster/HDD/KernelHeaders/include/linux/raid ./include/uapi/linux/raid md_p.h md_u.h; /bin/sh scripts/headers_install.sh /run/media/llamamonster/HDD/KernelHeaders/include/linux/raid ./include/... | 2,297 |
the-stack-v2-dedup | Batchfile | @echo off
title ICORE FrameWork
echo ICORE NAD is getting started
cd C:\ICORE Hybrid Framwork
ant clean compile run
pause
| 2,298 |
the-stack-v2-dedup | Batchfile | rem Add a new TAP virtual ethernet adapter
"%systemroot%\OpenVPN\bin\tapinstall.exe" install "%systemroot%\OpenVPN\driver\OemWin2k.inf" tap0901
pause
| 2,299 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.