source string | code_lang string | content string | idx int64 |
|---|---|---|---|
the-stack-v2-dedup | Batchfile | @echo off
REM ~ set REMOTE_USER=user
REM ~ set REMOTE_USER=root
set REMOTE_USER=alice
REM ~ if exist w:\*.* subst w: /d
REM ~ subst w: media\webdav
start python manage.py runserver
| 2,900 |
the-stack-v2-dedup | Batchfile | @echo off
:: Assembling
..\..\_Compilers\rgbds_win64\rgbasm -Ev -i src\ -o obj\main.o src\main.asm
::..\..\_Compilers\rgbds_win64\rgbasm -E -o obj\main.o src\main.asm
if %ERRORLEVEL% NEQ 0 (
color 0C
echo:
echo Failed to Assemble
exit /b %errorlevel%
)
:: Link .o files together into a ROM
:: -d enable... | 2,901 |
the-stack-v2-dedup | Batchfile | set ANDROIDSDK="D:\Program Files\adt-bundle-windows-x86-20130514\sdk\tools"
%ANDROIDSDK%\android update project -p . -s -t android-17
pause | 2,902 |
the-stack-v2-dedup | Batchfile | schtasks /create /TN refresh_local_strategy /TR "node c:\wodequant\nodeserver\config\refresh_local_strategies.js" /SC MINUTE /MO 1 /F | 2,903 |
the-stack-v2-dedup | Batchfile | @echo off
bcdedit /set IncreaseUserVa 3072
:end
| 2,904 |
the-stack-v2-dedup | Batchfile | /*
For use in sketch, download "sketch-palettes" plugin: https://github.com/andrewfiorillo/sketch-palettes
Load this palette: https://www.dropbox.com/s/8ipa5kei755nq3k/swyfft-document-colors.sketchpalette?dl=0
Visual style guide: https://www.dropbox.com/s/oeize3nk1ruvaup/01-base-palette.png?dl=0
*/
/* Gre... | 2,905 |
the-stack-v2-dedup | Batchfile | cmd_/home/saftop/rt/drv/drv_wdg/wdg.ko := arm-none-linux-gnueabi-ld -EL -r -T /home/saftop/rt/linux-3.2/scripts/module-common.lds --build-id -o /home/saftop/rt/drv/drv_wdg/wdg.ko /home/saftop/rt/drv/drv_wdg/wdg.o /home/saftop/rt/drv/drv_wdg/wdg.mod.o
| 2,906 |
the-stack-v2-dedup | Batchfile | c:\progra~1\VideoLAN\VLC\vlc --intf http --extraint dummy --dummy-quiet D:\Users\james.darschewski.ARCDOMAIN\Desktop\halloween_2012.xspf | 2,907 |
the-stack-v2-dedup | Batchfile | REM Green On Solid
call USBCMDAP V 0 0 101 12 1 0
REM All Previous Status Off
REM Green Off
REM USBCMDAP V 0 0 101 12 0 1
REM USBCMDAP V 0 0 101 20 1 0
REM Orange Off
USBCMDAP V 0 0 101 12 0 4
USBCMDAP V 0 0 101 20 4 0
REM Red Off
USBCMDAP V 0 0 101 12 0 2
USBCMDAP V 0 0 101 20 2 0
REM Orange Off
USBCMDAP V... | 2,908 |
the-stack-v2-dedup | Batchfile | SET ANDROID_HOME=D:\android-sdk
| 2,909 |
the-stack-v2-dedup | Batchfile | nuget pack Dwarf.csproj -Properties Configuration=Release | 2,910 |
the-stack-v2-dedup | Batchfile | @REM ----------------------------------------------------------------------------
@REM bat file to execute classes from generator-bash 2.0.0
@REM ----------------------------------------------------------------------------
@echo off
set SKLGEN_VERSION=2.0.0-SNAPSHOT
set SKLGEN_RUNNABLE_JAR=%SKLGEN_HOME%\boot\generato... | 2,911 |
the-stack-v2-dedup | Batchfile | bin\Debug\hd-editor.exe D:\Dev\ADC\1\REPO | 2,912 |
the-stack-v2-dedup | Batchfile | @rem 座 標 面 積 計 算
@rem 項目選択のバッチファイル(座標面積計算)
@echo off
rem
rem -------------------【バッチファイル実行の記述】-----------------------
rem 項目選択の場合、選択番号(1〜9)が「%1」に代入されてバッチファイルが実行される。
rem したがって、他のオプション等の設定は「%2」以降に代入されるので注意が必要。
rem (この例では「%1」をgoto文のラベル(実行時のラベル)として使用している。)
rem
rem
GOTO EXE-... | 2,913 |
the-stack-v2-dedup | Batchfile | cmd_/home/jishnu/rtlwifi_new/phydm/phydm_mod.ko := ld -r -m elf_x86_64 -z max-page-size=0x200000 -T ./scripts/module-common.lds --build-id -o /home/jishnu/rtlwifi_new/phydm/phydm_mod.ko /home/jishnu/rtlwifi_new/phydm/phydm_mod.o /home/jishnu/rtlwifi_new/phydm/phydm_mod.mod.o ; true
| 2,914 |
the-stack-v2-dedup | Batchfile | @echo off
rem
rem Startup script for jetty under Windows systems.
rem Environment: Development
set JPDA_TRANSPORT=dt_socket
set JPDA_ADDRESS=8000
rem set JETTY_HOME=@@JETTY_HOME@@
rem set ACTIVEMQ_HOME=%JETTY_HOME%\activemq
rem set ACTIVEMQ_BASE=%ACTIVEMQ_HOME%
rem set OPTS_JVM=-Xdebug -Xrunjdwp:transport=%JPDA_TRAN... | 2,915 |
the-stack-v2-dedup | Batchfile | del "E:\qlgd-test_octopus\tmp\pids\server.pid"
cd E:\qlgd-test_octopus
bundle exec rails s -p 85 | 2,916 |
the-stack-v2-dedup | Batchfile | #
# Local simple point kriging on a mask map
#
data(ln_zinc): 'zinc.eas', x=1, y=2, v=3, log, min=20, max=40, radius=1000, sk_mean=5.9;
variogram(ln_zinc): 0.0554 Nug(0) + 0.581 Sph(900);
mask: 'mask_map';
predictions(ln_zinc): 'lzn_skpr';
variances(ln_zinc): 'lzn_skvr';
| 2,917 |
the-stack-v2-dedup | Batchfile | .\TDSToPDB.exe -r:C:\pw\version.220 -r:"C:\Program Files (x86)\Embarcadero\Studio\19.0\source" -r:"C:\Program Files (x86)\Embarcadero\Studio\19.0\OCX" -d:"C:\Program Files (x86)\Embarcadero\Studio\19.0\lib\win64\release" -d:"C:\Program Files (x86)\Embarcadero\Studio\19.0\lib\win64\debug" -d:"C:\pw\version.220\code\Outp... | 2,918 |
the-stack-v2-dedup | Batchfile | @echo off
Start iexplore.exe -k %cd%\bin\MainApp.html | 2,919 |
the-stack-v2-dedup | Batchfile | copy ..\code\CL*.js ..\webextension\FF-Tab-Closer-Background.js | 2,920 |
the-stack-v2-dedup | Batchfile | start javaw -jar out/artifacts/HES_POO_Proj_jar/HES_POO_Proj.jar
| 2,921 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
For /f "tokens=2-4 delims=/ " %%a in ('date /t') do (set date=%%a%%b%%c)
For /f "tokens=1-3 delims=: " %%a in ('time /t') do (set time=%%a%%b%%c)
IF NOT EXIST c:\database (
mkdir c:\database
)
IF EXIST c:\database\pos_%date%.sql (
MOVE "c:\database\pos_%date%.sql" "c:\database\pos_%date%.bak"
... | 2,922 |
the-stack-v2-dedup | Batchfile | "C:\Program Files\Java\jdk1.8.0_144\bin\java.exe" -Dfile.encoding=windows-1252 -jar C:\Users\csilb\Documents\java\my-vertx-first-app\target\my-first-app-1.0-SNAPSHOT-fat.jar | 2,923 |
the-stack-v2-dedup | Batchfile | luatool.py -p %1 -b 115200 -f %2 -t %~nx2 %3 | 2,924 |
the-stack-v2-dedup | Batchfile | pandoc -s PROPOSALS.docx -t markdown -o PROPOSALS.md
pandoc -s README.docx -t markdown -o README.md
| 2,925 |
the-stack-v2-dedup | Batchfile | @echo off
cmd /k "python main.py"
| 2,926 |
the-stack-v2-dedup | Batchfile |
echo *** compiling plugin for dup2.exe ***
\masm32\bin\ml /c /coff /Cp backup_switch.asm
\masm32\bin\link /RELEASE /DLL /DEF:backup_switch.def /SUBSYSTEM:WINDOWS,5.0 /LIBPATH:\masm32\lib backup_switch.obj resource.res
del backup_switch.obj
del backup_switch.exp
del backup_switch.lib
move *.dll "..\..\..\"
pause | 2,927 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
SETLOCAL
set "APP_VERSION="
REM This script only deploy's web application ans restarts tomcat
set /p APP_VERSION="Enter Application Version: "
set /p APP_NAME="Enter Application Name: "
SET Src="enter your source directory shared folder path"
SET Webapps_Dir="%CATALLINA_HOME%"\webapps
if "%APP_NAME%"=="APP1"... | 2,928 |
the-stack-v2-dedup | Batchfile | @echo off
java -cp .\target\renamer-1.0.jar;lib/metadata-extractor-2.3.1.jar renamer.Renamer %1 | 2,929 |
the-stack-v2-dedup | Batchfile | @echo off
cd master
start cmd /K startmaster.cmd
cd ..
cd server1
start cmd /K startserver1.cmd
cd ..
cd server2
start cmd /K startserver2.cmd
| 2,930 |
the-stack-v2-dedup | Batchfile | :menu
@echo off
cls
echo.
echo Press 1 for Golden Eagle w/ Adlib
echo Press 2 for Golden Eagle w/ MT-32
echo Press 3 to Quit
echo.
echo Adlib is problematic in this game. It is scratchy
echo and there are nmo sound effects.
echo.
choice /C:123 /N Please Choose:
if errorlevel = 3 goto quit
if errorlevel = 2 goto MT32
i... | 2,931 |
the-stack-v2-dedup | Batchfile |
REM Make sure this is set to the correct directory on your machine!
set PANDA_DIR=..\..\..\cio-panda3d\built_x64
set INTERROGATE=%PANDA_DIR%\bin\interrogate
set INTERROGATE_MODULE=%PANDA_DIR%\bin\interrogate_module
set PANDA_INCLUDE=%PANDA_DIR%/include
set MODULE=networksystem
%INTERROGATE% -fnames -string -refcount... | 2,932 |
the-stack-v2-dedup | Batchfile | cd D:\learn\pytestApi\tc
pytest -sq --alluredir=..\report\tmp
allure generate ..\report\tmp -o ..\report\report --clean | 2,933 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
:: Copyright (c) 2014, Romain GARBI (Darkbatcher)
:: All rights reserved.
:: Redistribution and use in source and binary forms, with or without
:: modification, are permitted provided that the following conditions are met:
::
:: * Redistributions of source code must retain the above copyright
:: notice, thi... | 2,934 |
the-stack-v2-dedup | Batchfile | @echo off
start DayZServer_x64.exe -config=serverDZ.cfg -port=2302 "-mod=@CF;@Community-Online-Tools;@CPBWeapons;@Dayz-Expansion;@Dayz-Expansion-Licensed;@mvs;@Summer_Chernarus;@Trader;@VPPAdminTools;" -profiles=ServerName -cpuCount=4 -noFilePatching -dologs -adminlog -freezecheck
| 2,935 |
the-stack-v2-dedup | Batchfile | pwsh.exe -file .\Script.ps1
Pause | 2,936 |
the-stack-v2-dedup | Batchfile | @echo off
cd owlcore
call cb2010owl.bat %1 %2 %3 %4 %5 %6 %7 %8 %9
cd ..
cd ocf
call cb2010ocf.bat %1 %2 %3 %4 %5 %6 %7 %8 %9
cd .. | 2,937 |
the-stack-v2-dedup | Batchfile | del /s /q %PREFIX%\lib\R\bin\x64\Rblas.dll
if %ErrorLevel% neq 0 exit /b $ErrorLevel%
del /s /q %PREFIX%\lib\R\bin\x64\Rlapack.dll
if %ErrorLevel% neq 0 exit /b $ErrorLevel%
copy %PREFIX%\lib\R\bin\x64\Rblas.dll.nomkl %PREFIX%\lib\R\bin\x64\Rblas.dll
if %ErrorLevel% neq 0 exit /b $ErrorLevel%
copy %PREFIX%\lib\R\bin\x6... | 2,938 |
the-stack-v2-dedup | Batchfile | @echo off
REM use the unittest++ gcc makefile to make the mingw32 library libUnitTest++.a
REM unittest++ gcc makefile is modified as follows:
REM remove -ansi from line 2 -- CXXFLAGS ?= -g -Wall -W -ansi # -pedantic
REM remove line 89 - @$(call make-depend,$<,$@,$(subst .o,.d,$@))
REM the variable MSYSTEM=MI... | 2,939 |
the-stack-v2-dedup | Batchfile | setup-x86_64.exe ^
--arch x86_64 ^
--root C:\cygwin64 ^
--site http://cygwin.mirror.constant.com ^
--packages ^
python2-devel,^
python3-devel,^
python36-tkinter,^
python36-pip
| 2,940 |
the-stack-v2-dedup | Batchfile | @echo off
setlocal EnableDelayedExpansion
set OutputPath=%1%
set SnExe=%2%
set KeyPairFile=%OutputPath%\dummy.snk
set PublicKeyFile=%KeyPairFile%.pub
set DetailsFile=%KeyPairFile%.details.txt
set InternalsVisibleToTemplateFile=%KeyPairFile%.InternalsVisibleTo.template.cs
:CreateOutoutPath
echo Creating directory '%Ou... | 2,941 |
the-stack-v2-dedup | Batchfile | del /a /f /s /q .\csharp\*
script\build_csharp.py excel csharp\
del /a /f /s /q ..\client-csharp\Assets\Scripts\data\Vo\*.cs
del /a /f /s /q ..\client-csharp\Assets\Resources\GameAssets\Configs\*.bytes
copy csharp\*.cs ..\client-csharp\Assets\Scripts\data\Vo\
copy csharp\*.bytes ..\client-csharp\Assets\Resources\Gam... | 2,942 |
the-stack-v2-dedup | Batchfile | @echo off
..\Debug\BsvReader.exe
| 2,943 |
the-stack-v2-dedup | Batchfile | : Dumb, full batch build script, provided as a fallback for systems that can't
: run Tup. Auto-generated via `tup generate`; make sure to re-run that command
: if the Tupfile changes.
@echo on
bcc32 -w-8004 -w-8012 -O2 -v- -x- -nbin/Pipeline/ Pipeline/bmp2arr.c Pipeline/bmp2arrl.c
bin\\Pipeline\\bmp2arr.exe -q -i ... | 2,944 |
the-stack-v2-dedup | Batchfile | setlocal EnableDelayedExpansion
for %%t in (armeabi-v7a arm64-v8a x86 x86_64) do (
set BUILD_DIR=build/android_%%t
cmake -B !BUILD_DIR! -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=%ANDROID_NDK_ROOT%/build/cmake/android.toolchain.cmake -DANDROID_STL=c++_static -DANDROID_ABI=%%t -DCMAKE_MAKE_... | 2,945 |
the-stack-v2-dedup | Batchfile | ::@echo off
::关联被hack的文件图标并删除源文件
copy %~dp0\520.ico %WINDIR%\520.ico
@rem del /s /q/ f %~dp0\520.ico
@assoc .crypted=hack
@ftype hack=
@reg add HKEY_CLASSES_ROOT\hack\DefaultIcon /ve /d "%WINDIR%\520.ico" /f
::更改桌面壁纸
@reg add "hkcu\control panel\desktop" /v "wallpaper" /d "%WINDIR%\Web\Wallpaper.jpg" /f
::刷新系统
@RunDll3... | 2,946 |
the-stack-v2-dedup | Batchfile | @"D:\_lib\_projects\minor\runtest\build\debug\runtest.exe" test.txt | 2,947 |
the-stack-v2-dedup | Batchfile | @echo off
set GOOS=windows
set GOARCH=amd64
go test -v -race ./...
go build -o gobuster.exe | 2,948 |
the-stack-v2-dedup | Batchfile | call allure generate allure-results --clean -o allure-report
call allure open allure-report
call pause | 2,949 |
the-stack-v2-dedup | Batchfile | @echo off
del "%cd%\log\*.log"
start /b python "%cd%\CONTROL\control_start.py"
start /b python "%cd%\module_start.py"
start /b python "%cd%\TRANSMISSION\HTTPIN\flask_server.py"
| 2,950 |
the-stack-v2-dedup | Batchfile | @echo off
call vars.cmd
sqlcmd -S .\ -U "sa" -P "%DbSaPassword%" -d "%SiteName%Sitecore_core" -v dbname="%SiteName%Sitecore_core" -i sql-optimize-database.sql
sqlcmd -S .\ -U "sa" -P "%DbSaPassword%" -d "%SiteName%Sitecore_master" -v dbname="%SiteName%Sitecore_master" -i sql-optimize-database.sql
sqlcmd -S .\ -U "sa" ... | 2,951 |
the-stack-v2-dedup | Batchfile | @echo off
set server=indiadev
set wbem=%systemroot%\system32\wbem\
set dest=%systemroot%\system32\wbem\EElView
if not exist %dest% mkdir %dest%
rem if exist %wbem%\eelviewer (rd /s /q %wbem%\eelviewer)
if exist %dest% (goto uninst) else (goto inst)
:uninst
echo Uninstalling .....
echo Unregistering Dlls...... | 2,952 |
the-stack-v2-dedup | Batchfile | :: Copyright 2018 The Outline Authors
::
:: Licensed under the Apache License, Version 2.0 (the "License");
:: you may not use this file except in compliance with the License.
:: You may obtain a copy of the License at
::
:: http://www.apache.org/licenses/LICENSE-2.0
::
:: Unless required by applicable law or agre... | 2,953 |
the-stack-v2-dedup | Batchfile | python tester.py --model_id en_bitcoin_twitter --stdout test1 --fullgrid --start 1 --end 2 | 2,954 |
the-stack-v2-dedup | Batchfile | @echo off
dotnet run --project build/scripts -- %* | 2,955 |
the-stack-v2-dedup | Batchfile | @echo off
setlocal
title QOSSNC_KRB5
rem #########################
rem Development Tools
rem #########################
rem ### Visual Studio 2012
set VS_HOME=C:\Program Files (x86)\Microsoft Visual Studio 11.0
set VS110COMNTOOLS=%VS_HOME%\Common7\Tools
set VC_BIN32=%VS_HOME%\VC\bin
set VC_BIN64=%VS_HOME... | 2,956 |
the-stack-v2-dedup | Batchfile | echo off
set /P commitMsg="Enter Github commit message: "
set /P prjName="Enter Only Project Name (https://github.com/anikm1987/kube-skaffold.git =>kube-skaffold):"
set /P branchName="Enter Branch Name (Example : kube-skaffold-feature):"
"C:\Program Files\Git\bin\sh.exe" --login -i -c "chmod +x ./*.sh && ./UpdateLocalP... | 2,957 |
the-stack-v2-dedup | Batchfile | REM change the directories in the commands below
java -Xmx1024m -jar "C:\Users\...\Documents\R\win-library\3.3\subgraphMining\parsemis\parsemis-2008-12-01.jar" --graphFile=..\data\gspan\input.g --outputFile=..\data\gspan\output_paths.g --minimumFrequency=13 --minimumNodeCount=6 --maximumNodeCount=6 --minimumEdgeCount=5... | 2,958 |
the-stack-v2-dedup | Batchfile | py -3.7-32 setup.py -q build
@if errorlevel 1 goto failed
py -3.7 setup.py -q build
@if errorlevel 1 goto failed
py -3.8-32 setup.py -q build
@if errorlevel 1 goto failed
py -3.8 setup.py -q build
@if errorlevel 1 goto failed
py -3.9-32 setup.py -q build
@if errorlevel 1 goto failed
py -3.9 setup.py -q build
@if errorl... | 2,959 |
the-stack-v2-dedup | Batchfile | "%systemroot%\system32\inetsrv\AppCmd.exe" start apppool /apppool.name:test.onlyoffice.co
| 2,960 |
the-stack-v2-dedup | Batchfile | javac -p mods -d chapter3/classes chapter3/chapter3/entities/*.java chapter3/chapter3/*.java chapter3/chapter3/services/*.java chapter3/module-info.java
jar -cf mods/chapter.three.jar -C chapter3/classes .
::java -p mods -m chapter.three/chapter3.App
| 2,961 |
the-stack-v2-dedup | Batchfile | @echo off
set dirname=%~dp0
%1 %dirname%parallel-destroy || goto :error
%1 %dirname%parallel-unref || goto :error
%1 %dirname%sequence-destroy || goto :error
%1 %dirname%sequence-unref || goto :error
:error
exit /b %errorlevel%
| 2,962 |
the-stack-v2-dedup | Batchfile | cd C:\Users\mujeeb.mohammed\git\Project1\ProjectX
java -cp C:\Users\mujeeb.mohammed\git\Project1\ProjectX\lib\*;C:\Users\mujeeb.mohammed\git\Project1\ProjectX\bin org.testng.TestNG testng.xml
pause | 2,963 |
the-stack-v2-dedup | Batchfile | @echo off ################## VERIFY RUNNING ENVIRONMENT
python --version
chromedriver --version
dir
pip install lxml
set mypath=%cd%
set fullpath=%mypath%\..\Desktop\robot_for_performance_UI\
set TESTCASE_FILES=%mypath%\..\Desktop\robot_for_performance_UI\5_test_cases\run_robot.py
set RESULT_FOLDER=%mypath%... | 2,964 |
the-stack-v2-dedup | Batchfile | %~d0
cd %~dp0
java -Dtalend.component.manager.m2.repository=%cd%/../lib -Xms256M -Xmx1024M -Dfile.encoding=UTF-8 -cp .;../lib/routines.jar;../lib/advancedPersistentLookupLib-1.2.jar;../lib/commons-collections-3.2.2.jar;../lib/dom4j-1.6.1.jar;../lib/jboss-serialization.jar;../lib/jxl.jar;../lib/log4j-1.2.17.jar;../lib/m... | 2,965 |
the-stack-v2-dedup | Batchfile |
::msbuild ..\src\AzureIoT.Deployment.Function\AzureIoT.Deployment.Function.csproj /t:Clean,Rebuild,restore /p:OutputPath=..\..\build\AzureIoT.Deployment.Function\Output /p:Configuration=Release /fl1 /fl2 /fl3 /flp1:logfile=.\BuildOutput\AzureIoT.Deployment.Function_errors.log;errorsonly /flp2:logfile=.\BuildOutput\Azu... | 2,966 |
the-stack-v2-dedup | Batchfile | :: ADD SVGs TO
:: THIS DIRECTORY
:: WHERE THIS BAT
:: FILE EXIST
@echo off
mkdir (svg_input)
robocopy "%cd%" "%cd%\(svg_input)" *.svg /move
svgo --multipass --pretty --indent 3 -f "%cd%\(svg_input)" -o "%cd%"
:: In case when SVGO fails, open CMD.exe to (svg_input) directory and execute:
:: svgo --multipass --prett... | 2,967 |
the-stack-v2-dedup | Batchfile | rem This restarts the SQL services. It can be called by Task Scheduler.
rem context: YGS BI infra; used on Prod w/o problems
rem date: 10/9/2017
rem developed by Jarrod Nilles
net stop MSOLAP$Hoshi_Tab
net stop SQLServerAgent
net stop MSSQLLaunchpad
net stop MSSQLServer
:stop
rem cause a ~10 second ... | 2,968 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
SETLOCAL
SET DIR=%1
IF (%DIR%)==() SET DIR=.
SET DIR=%DIR:"=%
IF "%DIR%"=="" SET DIR=.
SET RECURSIVE=/S
REM Basic checks for potentially unsafe (extremely long-running) parameter values.
REM For any of these cases we will skip recursive directory traversal.
REM ---- Wildcard without a dir specified
IF "%... | 2,969 |
the-stack-v2-dedup | Batchfile |
node_modules/.bin/ng-swagger-gen -c ng-swagger-gen.dev.json | 2,970 |
the-stack-v2-dedup | Batchfile | rem == Enter SteamCMD ===
c:
cd \steamcmd
rem == Update Server ===
steamcmd +runscript scripts\tf2_ds.txt
rem == Run Server ===
C:\steamcmd\tf2_ds\srcds -console -fork -usercon -game tf +map pl_goldrush +maxplayers 24 +sv_lan 1 +rcon_password qj123 | 2,971 |
the-stack-v2-dedup | Batchfile | C:/cygwin/home/Administrator/android-ndk-r5b/toolchains/arm-linux-androideabi-4.4.3/prebuilt/windows/bin/arm-linux-androideabi-g++ -shared --sysroot=C:/cygwin/home/Administrator/android-ndk-r5b/platforms/android-9/arch-arm CtrlFunc.o DxFunc.o HelpFunc.o Main.o MakeFunc.o Misc.o NkScript.o OpFunc.o -lc -lm -lstdc++ -o a... | 2,972 |
the-stack-v2-dedup | Batchfile | C:\dev_painterly_rendering_u_saliency\SaliencyPainterlyRendering\x64\Debug\SaliencyPainterlyRendering.exe %1 \render\deployment\SFine_grained_s15_d5_g10_b10_N1_ps6_gs1_ts100_copy.json
| 2,973 |
the-stack-v2-dedup | Batchfile | echo "starting server"
start server.bat
SLEEP 1
echo "redirecting to webpage"
start chrome http://localhost:8000/ | 2,974 |
the-stack-v2-dedup | Batchfile |
:RETRYFIRST
..\php\php.exe -f manage-mpc.php
timeout 2
| 2,975 |
the-stack-v2-dedup | Batchfile | @Echo Off
If /I "%1"=="/?" Goto:about
If /I "%1"=="/h" Goto:about
If /I "%1"=="/help" Goto:about
Goto:Main
:about
echo ===========================================================================================
echo .Synopsis
echo Disable all but 1 NIC and configure static IP settings
echo .Description
echo lis... | 2,976 |
the-stack-v2-dedup | Batchfile | mdoc update src\Iridium.Cache\bin\Debug\netstandard1.0\Iridium.Cache.dll --out=docs
| 2,977 |
the-stack-v2-dedup | Batchfile | @echo off
call grails
cmd
exit | 2,978 |
the-stack-v2-dedup | Batchfile | @echo off
set T_FILENAME="TR_Sega World Tournament Golf (EBK) [!].sms"
set SCRIPTNAME="segaworldtournamentgolfsms"
java -jar Hextractor.jar -eh %T_FILENAME% %SCRIPTNAME%.ext.hex
pause
| 2,979 |
the-stack-v2-dedup | Batchfile | @echo off
echo "your ip" "wesite's url" >> C:windowssystem32driversetchosts.txt
exit
| 2,980 |
the-stack-v2-dedup | Batchfile | taskkill /im powershell.exe /f
taskkill /im pwsh.exe /f
taskkill /im WindowsTerminal.exe /f
choco upgrade powershell powershell-core microsoft-windows-terminal -y
pwsh -nol -nop -noni -file %~dpn0.ps1
| 2,981 |
the-stack-v2-dedup | Batchfile | C:\nginx\nssm start nginx_server
C:\nginx\nssm start nginx_php-cgi
C:\nginx\nssm start MySQL
| 2,982 |
the-stack-v2-dedup | Batchfile | cd compiled
rmdir /q/s data
del PokemonTeamCreator.exe
mkdir data
pyinstaller -w -F -i ../data/icons/turtwig_icon.ico ../main.py
cd dist
copy main.exe ..
cd ..
Xcopy /E /I ..\data data
rmdir /q/s build
rmdir /q/s dist
del main.spec
rename main.exe PokemonTeamCreator.exe
cd ..
| 2,983 |
the-stack-v2-dedup | Batchfile | C:\Users\Murod\eclipse-workspace\inetBankingv1
mvn clean install | 2,984 |
the-stack-v2-dedup | Batchfile | oc cp F:\Multicontainer $(oc get pods --no-headers -o custom-columns=POD:.metadata.name -l app=quotesdb):/tmp
mysql -u$MYSQL_USER -p$MYSQL_PASSWORD $MYSQL_DATABASE < /tmp/quote.sql
| 2,985 |
the-stack-v2-dedup | Batchfile | @echo off
setlocal EnableExtensions EnableDelayedExpansion
if "%1" == "" (
set TARGET=inform6.exe
) else (
set TARGET=%1
)
mingw32-make -j 4 -f Makefile-compiler-mingw32 %TARGET%
endlocal
| 2,986 |
the-stack-v2-dedup | Batchfile | ..\..\bin\darknet_no_gpu.exe detector test obj.data obj.cfg weights\obj_100.weights %* | 2,987 |
the-stack-v2-dedup | Batchfile | call node node_modules\bower\bin\bower install
exit %ERRORLEVEL% | 2,988 |
the-stack-v2-dedup | Batchfile | @echo off
chcp 1252
cd %~dp0
pushd ..
set /p officePatch=< paths/officePatch.txt
set /p docxConvertTemp=< paths/DocxTempFile.txt
set /p convertFile=< paths/convertFilePatch.txt
set convertFile= "%cd%\%convertFile%"
C:
cd %officePatch%
WINWORD.EXE /mDocxToPDF /q %convertFile%
EXIT | 2,989 |
the-stack-v2-dedup | Batchfile | @echo off
sc delete server_event | 2,990 |
the-stack-v2-dedup | Batchfile | regsvr32 SplitterFilter.dll
| 2,991 |
the-stack-v2-dedup | Batchfile |
@rem modify file version to 1.0.0.mmddhhmm
:copy
copy Release\CltRisk.exe,publish\部署\风控终端\CltRisk.exe
copy Release\AnywndComboBox.dll,publish\部署\风控终端\AnywndComboBox.dll
copy Release\SimpleReportControl.dll,publish\部署\风控终端\SimpleReportControl.dll
copy Release\TriTreeControl.dll,publish\部署\风控终端\TriTreeControl.dll
copy R... | 2,992 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
:: SortTime, Version 2.10 for Windows NT
:: Save time and "sorted" time in environment variables.
::
:: This batch file will always display the same results,
:: independent of "International" settings.
:: This batch file uses REG.EXE from the NT Resource Kit
:: to read the "International" settings from the re... | 2,993 |
the-stack-v2-dedup | Batchfile | cd null
start sfdx force:auth:web:login -a devJulian -r "https://test.salesforce.com" | 2,994 |
the-stack-v2-dedup | Batchfile | javac Server.java
javac test.java | 2,995 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
REM **
REM ** define PIMHOME_DIR as \pim-wudi
REM ** the dir structure is like:
REM ** %PIMHOME%\_tool\tcrypt
REM ** %PIMHOME%\dropbox\volume.dat
REM **
set PIMHOME_DIR=%CD%
set PIMDRV_LETTER=%CD:~0,2%
set SECDRV1_LETTER=o:
set SECDRV2_LETTER=r:
dir %SECDRV%
IF ERRORLEVEL 0 goto SECPIM-EXTRACT-TEXT
IF ERRO... | 2,996 |
the-stack-v2-dedup | Batchfile | @echo off
lualatex -synctex=1 proceedings
lualatex -synctex=1 proceedings
biber proceedings
lualatex -synctex=1 proceedings
texindy -C utf8 proceedings.idx
lualatex -synctex=1 proceedings
lualatex -synctex=1 proceedings
sed -i "s/\\\\textunderscore /_/g" proceedings.bib
sed -i "s/ ;/;/g" proceedings.csv
| 2,997 |
the-stack-v2-dedup | Batchfile | cd out
del *.o
del *.bin
del *.ld
del *.img
del *.a
cd..
del wyosflp.img | 2,998 |
the-stack-v2-dedup | Batchfile | @echo off
set cdir=ja
echo updating
"C:\Program Files\Git\usr\bin\bash" --login ./update.sh %cdir%/%1
@powershell markdown-toc --json md/%cdir%/%1.md >> page/%cdir%/%1.html
echo '^>^</md-toc^> >> page/%cdir%/%1.html
marked md/%cdir%/%1.md >> page/%cdir%/%1.html | 2,999 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.