source string | code_lang string | content string | idx int64 |
|---|---|---|---|
the-stack-v2-dedup | Batchfile | vendor\bin\psalm %1 | 200 |
the-stack-v2-dedup | Batchfile | :: Copyright (c) Microsoft Corporation.
:: Licensed under the MIT License.
@ECHO OFF
IF "%~1" == "" (
%windir%\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -ExecutionPolicy Bypass -File "%~dp0\LaunchWpaPerfToolsLinuxAndroid.ps1"
) ELSE (
IF "%~2" == "" (
%windir%\System32\WindowsPowerShell\v1.0\po... | 201 |
the-stack-v2-dedup | Batchfile | python.exe .\downloadSymbolData.py
python.exe .\saveoptionChainToDatabase.py
python.exe .\downloadNiftyFNODelivery.py -t
| 202 |
the-stack-v2-dedup | Batchfile | @REM @Author: sidmishraw
@REM @Date: 2017-05-17 19:40:44
@REM @Last Modified by: sidmishraw
@REM Modified time: 2017-05-17 19:43:41
@echo off
echo.
echo ............................................
echo CS - 267 Project - Spring 2017
echo Author(s) - Michael, Sid, Sam, Wayne
echo ................................... | 203 |
the-stack-v2-dedup | Batchfile | latex biLearn
bibtex biLearn
latex biLearn
latex biLearn
htlatex biLearn "xhtml, charset=utf-8" " -cunihtf -utf8"
pause
| 204 |
the-stack-v2-dedup | Batchfile | :loop
ruby mqttreader.rb
echo '-----> restart <-----'
goto loop | 205 |
the-stack-v2-dedup | Batchfile | title discovery
cd C:\Users\chens\Documents\development\rocket-build2017\RB2017\discovery
java -jar target/discovery-1.0.jar
| 206 |
the-stack-v2-dedup | Batchfile | Pushd c:\occo\ido\
PowerShell.exe -ExecutionPolicy Bypass -File kill-ido.ps1 | 207 |
the-stack-v2-dedup | Batchfile | @clang-format -i -style=chromium %1
| 208 |
the-stack-v2-dedup | Batchfile | del *.obj
del *.exe
del *.c
del *.sym
xm =project mandsetc.prj
editbin /largeaddressaware mandset.exe | 209 |
the-stack-v2-dedup | Batchfile | :: Designed by Sanaz Taleghani, TC member of Virtual Robot Rescue Simulation
:: UDK-2013-02 edidor
:: Difficulty: Hard
:: #Robots: 6 Robots
:: #Victims: 6 Victims
:: Robot Tags: Robot1,Robot2,Robot3,Robot4,Robot5,Robot6
:: Comstation Tag: ComStation
:: Robot Type: P3AT, AirRobot
:: WSS Mode: Obstacle Mode, Cutoff dista... | 210 |
the-stack-v2-dedup | Batchfile | :start
color b
call set BUILD_PATH=../jsenyitko-api/static
call yarn build
pause
goto :start | 211 |
the-stack-v2-dedup | Batchfile | php bin/console make:entity | 212 |
the-stack-v2-dedup | Batchfile | @echo off
::GASI CYGWIN AKO JE VEC UPALJEN I PALI GA OPET
taskkill /im XWin.exe
taskkill /im Xconas.exe
::LOKACIJA CYGWINA
cd "C:\Program Files (x86)\Atlas\cygwin"
::NE DIRAJTE AKO NE ZNATE
for /f "tokens=*" %%a in ('cd') do set CYGWIN_ROOT=%%a
set HOME=%HOMEDRIVE%%HOMEPATH%
set HOME=%~dp0
set PATH=/bin:/... | 213 |
the-stack-v2-dedup | Batchfile | start /wait npp.7.8.5.Installer.x64.exe /S | 214 |
the-stack-v2-dedup | Batchfile | -intstyle "ise" -incremental -lib "secureip" -o "/home/nikhilsamrat/fpgalink/test_isim_beh.exe" -prj "/home/nikhilsamrat/fpgalink/test_beh.prj" "work.test"
| 215 |
the-stack-v2-dedup | Batchfile | @echo off
echo [INFO] archetype create from project
if not exist generated-sources (md generated-sources)
cd generated-sources
call mvn archetype:generate -DarchetypeCatalog=local -DarchetypeGroupId=com.github.dactiv.showcase -DarchetypeArtifactId=base-curd-archetype -DarchetypeVersion=1.1.1-SNAPSHOT
cd ..
pause | 216 |
the-stack-v2-dedup | Batchfile | %windir%\system32\mshta.exe vbscript:createobject("wscript.shell").run("D:\\programfiles\\python26\\python.exe D:\\Programfiles\\python26\\Scripts\\aspen",0)(window.close) | 217 |
the-stack-v2-dedup | Batchfile | @rem
@rem Set path for C-preprocessor
@rem
@set mcpp=..\..\OpenEaagles3rdParty\bin\mcpp.exe
| 218 |
the-stack-v2-dedup | Batchfile | docker run -v d:/UIReport:/app/TestResults uitest:1 | 219 |
the-stack-v2-dedup | Batchfile | docker run -e POSTGRES_DB=store -e POSTGRES_USER=store_user -e POSTGRES_PASSWORD=store --publish=127.0.0.1:5432:5432 -d postgres | 220 |
the-stack-v2-dedup | Batchfile | set adtpath=F:\Adobe\Adobe Flash Builder 4.7 (64 Bit)\eclipse\plugins\com.adobe.flash.compiler_4.7.0.349722\AIRSDK\bin
set nativepath=F:\WorkingCopy\CnC\ANEInstallTracking\AndroidReferrer\AndroidReferrer
set output="F:\WorkingCopy\CnC\ANEInstallTracking\Build\Results\InstallTracking.ane"
set swc=F:\WorkingCopy\CnC\ANEI... | 221 |
the-stack-v2-dedup | Batchfile | make -f makefile
./main t1.txt
./main t2.txt
./main t3.txt
./main t4.txt
./main t5.txt
./main t6.txt
./main t7.txt
./main t8.txt
| 222 |
the-stack-v2-dedup | Batchfile | "../../bin/gen" -deploy src.cpp src.dpl.cpp
"../../bin/skel" -i src.cpp -s src.dpl.cpp | 223 |
the-stack-v2-dedup | Batchfile | java -cp lib -jar Monopoly.jar | 224 |
the-stack-v2-dedup | Batchfile | @echo off
set DIR_ATTRIB=
SETLOCAL ENABLEDELAYEDEXPANSION
set START_DIR=%~d0%~p0%~nx0
set START_DIR=!START_DIR:%~0=!
echo %START_DIR%
cd "%~d0%~p0\.."
del src_list.txt
for /f "tokens=4 delims= " %%a in ('svn.exe st -v') do (
echo %%a
set DIR_ATTRIB=%%~aa
set DIR_ATTRIB=!DIR_ATTRIB:~0,1!
if "!DIR_ATTRIB!"=="-" echo %%... | 225 |
the-stack-v2-dedup | Batchfile | ffmpeg -ss 00:00:05 -t 00:00:10 -i "67960523_340139173537974_2139554972660760727_n.mp4" -vcodec copy -acodec copy "01.mp4"
ffmpeg -ss 00:00:15 -t 00:00:29 -i "67960523_340139173537974_2139554972660760727_n.mp4" -vcodec copy -acodec copy "02.mp4"
ffmpeg -ss 00:00:44 -t 00:00:31 -i "67960523_340139173537974_21395549726... | 226 |
the-stack-v2-dedup | Batchfile | cmd_drivers/watchdog/da9052_wdt.mod := { echo drivers/watchdog/da9052_wdt.o; echo; } > drivers/watchdog/da9052_wdt.mod
| 227 |
the-stack-v2-dedup | Batchfile | https://docs.mongodb.com/manual/tutorial/install-mongodb-on-os-x/
mongod --config /usr/local/etc/mongod.conf
| 228 |
the-stack-v2-dedup | Batchfile | cl /nologo /EHsc ^
/I dungeoneer/ /I unrealspy/ ^
/I imgui-1.78/ ^
/FI C:\Users\andreas\code\dungeoneer\diet-ue\defines.h ^
/I diet-ue/ ^
/I "D:\UE_4.22\Engine\Source\Runtime\Core\Public" ^
/I "D:\UE_4.22\Engine\Source\Runtime\Core\Private" ^
/I "D:\UE_4.22\Engine\Source\Runtime\Core... | 229 |
the-stack-v2-dedup | Batchfile |
@echo off
cd ..\classes
jar cvf authrmi_main.jar authrmi\*.class authrmi\permissions\*.class authrmi\exceptions\*.class
jar cvf authrmi_actions.jar authrmi\actions\*.class
move *.jar ..\deployment
cd ..\deployment
| 230 |
the-stack-v2-dedup | Batchfile | @echo off
:: Markus Scholtes, 2019
:: Erzeugen eines lokalen Test-Repositorys für Powershell Get
md C:\Daten\PSRepo
md C:\Daten\Module
net share LocalPSRepo=C:\Daten\PSRepo /GRANT:Jeder,Change
powershell -nop -Command "Register-PSRepository -Name LocalRepo -SourceLocation '\\localhost\LocalPSRepo\' -ScriptSourc... | 231 |
the-stack-v2-dedup | Batchfile | REM https://serverfault.com/questions/95686/change-current-directory-to-the-batch-file-directory
cd /D "%~dp0"
echo|set /P ="%1" > dirs.txt
REM https://superuser.com/a/446723
@ECHO OFF
echo.
echo Closing Explorer...
echo.
TASKKILL /F /IM explorer.exe
echo.
echo Starting Explorer...
start explorer.exe
echo... | 232 |
the-stack-v2-dedup | Batchfile | mkdir lib
mkdir lib\netstandard2.0
mkdir lib\net45
mkdir tools
mkdir content
mkdir content\controllers
copy ..\src\Ocelog\bin\Debug\netstandard2.0\Ocelog.dll lib\netstandard2.0
copy ..\src\Ocelog.Formatting.Json\bin\Debug\netstandard2.0\Ocelog.Formatting.Json.dll lib\netstandard2.0
copy ..\src\Ocelog.Formatting.Logsta... | 233 |
the-stack-v2-dedup | Batchfile | reg Query "HKLM\Hardware\Description\System\CentralProcessor\0" | find /i "x86" > NUL && set OS=32BIT || set OS=64BIT
IF %OS%==64BIT (msiexec /i test.msi /l*v MSILOG-Install-64bit.log TRANSFORMS=test_64.Mst
if errorlevel 1 goto MSIERROR
goto EXIT
) ELSE (msiexec /i test.ms /l*v MSILOG-Install-32bit.log TRANSFORMS... | 234 |
the-stack-v2-dedup | Batchfile | cd /d %~dp1
mkdir "%~n1"
setlocal
set width=320
set fps=10
set ffmpeg="C:\asd\tool\ffmpeg-20170827-ef0c6d9-win64-static\bin\ffmpeg.exe"
%ffmpeg% -i %1 -r %fps% -vf scale=%width%:%width%/dar -q 5 -f image2 "%~n1\f_%%05d.jpg"
cd "%~n1"
copy /b f_*.jpg "%~n1.avi"
endlocal
| 235 |
the-stack-v2-dedup | Batchfile | @echo off
if "%2" == "" goto EMPTYSQL
goto FULLSQL
:EMPTYSQL
echo ^<?xml version="1.0" encoding="Windows-1252"?^>> %1
echo ^<VisualStudioPropertySheet>> %1
echo ProjectType="Visual C++">> %1
echo Version="8.00">> %1
echo Name="mysql_specific">> %1
echo ^>>> %1
echo ^</VisualStudioPropertySheet^>>> %1
goto END
:F... | 236 |
the-stack-v2-dedup | Batchfile | ::Enable_Structured_Exception_Handling_Overwrite_Protection_(SEHOP).bat
:: Windows Security >> App & Browser control >> Exploit protection settings >> Validate exeception chains
:: Ensures the integrity of an exception chain during dispatch
reg add "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\kernel" /v Di... | 237 |
the-stack-v2-dedup | Batchfile | cmd_/root/Desktop/hv/hv_balloon.ko := ld -r -m elf_x86_64 -T ./scripts/module-common.lds --build-id -o /root/Desktop/hv/hv_balloon.ko /root/Desktop/hv/hv_balloon.o /root/Desktop/hv/hv_balloon.mod.o
| 238 |
the-stack-v2-dedup | Batchfile | TRAB1-1.EXE /s"TesteRecuperar.script" >"TesteRecuperar.log"
TesteRecuperar.log | 239 |
the-stack-v2-dedup | Batchfile | <!-- : Begin batch script SumatraPDF\Addin\Search\SpdfGoTo.cmd 2021-02-26--04
@Mode 80,16 & Title Sumatra-PDF-addin SpdfGoTo page or "name" v.'21-02-26--04
@echo off &Color 9F & SetLocal EnableDelayedExpansion & pushd %~dp0 &goto MAIN
Note to self - inline focus confused by Title SumatraPDF ad... so add hyphens
D... | 240 |
the-stack-v2-dedup | Batchfile | @echo off
python ./tool/DefaultTool2.py
pause | 241 |
the-stack-v2-dedup | Batchfile | @echo off
set 87=N
penttest
set 87=
penttest
echo: Если эти два числа различны, то в сопроцессоре ОШИБКА
pause
| 242 |
the-stack-v2-dedup | Batchfile | jx2vm ../tst_jx2boot.bin --rd_add bootload.sys=../tk_qsrc/HexSrc/hexen_bjx2.exe hexen.wad=../tk_qsrc/HexSrc/hexen.wad --rd_map ../tk_qsrc/HexSrc/hexen_bjx2.exe.map %1 %2 %3 %4 %5
| 243 |
the-stack-v2-dedup | Batchfile | call build_debug_vs2010.bat
.\..\..\..\..\install\win-vs2010-i386d\bin\decklink_streamer_debug.exe | 244 |
the-stack-v2-dedup | Batchfile | ruby main.rb --server 192.168.1.254 --port 6669 --channel #pierotofy.it --botname DevBot --password pass --language it
pause | 245 |
the-stack-v2-dedup | Batchfile | @echo off
Set TK=\nt2
Set TD=\nt2\3
Set F1=tagok
Set Te1=1 2 3 4 5 6 7 8 9
Set F2=varos
Set Te2=1 2 3 4 5 6 7
Set F3=kontener
Set Te3=1 2 3 4 5 6 7 8 9 a
Set F4=pakol
Set Te4=1 2 3 4 5 6 7 8
Set F5=kimer
Set Te5=1 2 3 4 5 6 7 8
If Exist %F1%.EXE GoTo R1
echo %F1%.EXE nem tal lhat˘!
GoTo T2
:R1
Echo %F1% feladat futt... | 246 |
the-stack-v2-dedup | Batchfile | tacmd histcreatecollection -t S3 -o "S3 ADABAS Data Bases" -a "S3 ADABAS Data Bases" -c 30m
tacmd histcreatecollection -t S3 -o "S3 ADABAS DB Files" -a "S3 ADABAS DB Files" -c 30m
tacmd histcreatecollection -t S3 -o "S3 ADABAS Volumes" -a "S3 ADABAS Volumes" -c 30m
tacmd histcreatecollection -t S3 -o "S3 Application Da... | 247 |
the-stack-v2-dedup | Batchfile | \\vnhocapfs101\Apps\RemoteAssistant\RemoteAccess_to_VNHOC1N0329_Inc000202a.bat VNHOC1N0329 202
| 248 |
the-stack-v2-dedup | Batchfile | @echo off
TITLE Executing %~n0 in (%cd%)
if not exist "%cd%/FLAC" mkdir "%cd%/FLAC"
for %%i in (*.dts) do (
"%~dp0/eac3to/eac3to.exe" "%%~i" "%cd%\FLAC\%%~ni.flac" -down24
)
@echo [92mCompleted! Nothing else to do![0m
@pause | 249 |
the-stack-v2-dedup | Batchfile | c:/python26/python.exe manage.py runserver | 250 |
the-stack-v2-dedup | Batchfile | wave fusion.vwf "tb_system.inst_nnARM.inst_nnARMCore.inst_RegisterFile.Registers0" "tb_system.inst_nnARM.inst_nnARMCore.inst_RegisterFile.Registers1" "tb_system.inst_nnARM.inst_nnARMCore.inst_RegisterFile.Registers2" "tb_system.inst_nnARM.inst_nnARMCore.inst_RegisterFile.Registers3" "tb_system.inst_nnARM.inst_nnARMCore... | 251 |
the-stack-v2-dedup | Batchfile | cmd_/tmp/dgboter/bbs/rhev-vm10--rhe6x86_64/buildbot/rhe6x86_64--arm-linux-gnueabi/build/build-arm-linux-gnueabi/stage-include/include/linux/hsi/.install := /bin/sh scripts/headers_install.sh /tmp/dgboter/bbs/rhev-vm10--rhe6x86_64/buildbot/rhe6x86_64--arm-linux-gnueabi/build/build-arm-linux-gnueabi/stage-include/include... | 252 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
REM ************************************************************
REM @file radius_install.cmd
REM @brief Script to install the radius service.
REM
REM multiOTP - Strong two-factor authentication PHP class package
REM http://www.multiotp.net
REM
REM Windows batch file for Windows 2K/XP/2003/7/2008/8/... | 253 |
the-stack-v2-dedup | Batchfile | SET C51INC=C:\Keil\C51\INC\
SET C51LIB=C:\Keil\C51\LIB
SET CPU_TYPE=8052 (all Variants)
SET CPU_VENDOR=Generic
SET UV2_TARGET=WebCtrl
SET CPU_XTAL=0x02A27040
C:\Keil\C51\BIN\C51.EXE @.\obj\main.__i
C:\Keil\C51\BIN\A51.EXE @.\obj\STARTUP._ia
C:\Keil\C51\BIN\A51.EXE @.\obj\PATCH_~1._IA
C:\Keil\C51\BIN\C51.EXE @.\obj\EE_P... | 254 |
the-stack-v2-dedup | Batchfile | :: check if user is administrator
"C:\Windows\system32\cacls.exe" "C:\Windows\system32\config\system" 1>nul 2>&1 && (goto :isAdmin)
:isNoAdmin
echo you need to be Administrator, and (when under Vista or higher) run this using using UAC
goto :exit
:isAdmin
:: Gets the right link for x86 (32-bit) progr... | 255 |
the-stack-v2-dedup | Batchfile | @echo off
setlocal enableextensions
pushd %~dp0
if exist ..\library del ..\library
cd ..
call gradlew shadowJar
if exist ..\library del ..\library /Q
cd build\libs
if exist ..\library del ..\library
for /f "tokens=*" %%a in (
'dir /b *.jar'
) do (
set jarloc=%%a
)
java -jar %jarloc% < ..\..\text-ui-test\... | 256 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
REM /*********************************************************************************************************//**
REM * @file _CreateProject.bat
REM * @version $Rev:: 5229 $
REM * @date $Date:: 2021-02-01 #$
REM * @brief Create Project Script user API.
REM ************************************... | 257 |
the-stack-v2-dedup | Batchfile | D:\VmixProjects\createOverlays_golang\createOverlays.exe preview test.vmix 3 | 258 |
the-stack-v2-dedup | Batchfile | echo off
cls
echo.
echo.
echo PRINT "Network Show Scheduling Work Sheet" FILE.
ECHO.
ECHO BE SURE YOUR PRINTER HAS PAPER AND IS ONLINE.
ECHO.
PAUSE
TYPE NETPLAN.TXT > LPT1
ECHO.
ECHO.
ECHO TV MOGUL Printing IS COMPLETE.
PAUSE
CLS
| 259 |
the-stack-v2-dedup | Batchfile | echo on
rem ..\snasm -map -subtype=tap %1 %~n1.tap
.\dev\sjasmplus.exe %1
if ERRORLEVEL 1 goto doexit
rem ..\CSpect.exe -s14 -w3 -cur -brk -map=%~n1.tap.map -zxnext -mmc=.\ %~n1.tap
.\dev\emul\Speccy.exe .\%~n1.tap
:doexit
| 260 |
the-stack-v2-dedup | Batchfile | cd /b >list.txt
dir /b >>list.txt | 261 |
the-stack-v2-dedup | Batchfile | ::off by 33hao.com
node chat.js | 262 |
the-stack-v2-dedup | Batchfile | nuget pack Hl7.Fhir.Core.nuspec
nuget pack Hl7.Fhir.Spec.nuspec
copy *.nupkg \\karoo\Develop\Running\Furore\NUGET
| 263 |
the-stack-v2-dedup | Batchfile | @cls
@call "%~dp0internal\Bpy_Copy_Help_"
@pause | 264 |
the-stack-v2-dedup | Batchfile | @echo on
set TOPDIR=%~dp0..\..
echo %TOPDIR%
if exist "%~dp0..\..\td-agent" (
@rem migrate c:\opt\td-agent\etc\td-agent.conf
if exist "%~dp0..\..\td-agent\etc\td-agent\td-agent.conf" (
move /Y "%~dp0..\..\td-agent\etc\td-agent\td-agent.conf" "%~dp0..\etc\fluent\td-agent.conf"
)
@rem migrate c:\opt\td-agen... | 265 |
the-stack-v2-dedup | Batchfile | cmd_net/l2tp/l2tp_core.mod := { echo net/l2tp/l2tp_core.o; echo; } > net/l2tp/l2tp_core.mod
| 266 |
the-stack-v2-dedup | Batchfile | git config --global user.name "Vlad Ruzov"
git config --global user.email "vlad.ruzov@ontarget-group.com"
git config --global credential.helper "!aws --profile default codecommit credential-helper $@"
git config --global credential.UseHttpPath true
git clone --branch release https://git-codecommit.us-east-1.amazonaws.c... | 267 |
the-stack-v2-dedup | Batchfile | setlocal
@echo off
pushd ..\..
set PISKEL_HOME=%cd%
popd
echo "Updating Piskel icon"
ResHacker -addoverwrite "%PISKEL_HOME%\dest\desktop\releases\windows\piskel.exe", "%PISKEL_HOME%\dest\desktop\releases\windows\piskel-release.exe", "%PISKEL_HOME%\src\logo.ico", ICONGROUP, IDR_MAINFRAME, 1033
pause
explorer "%PISK... | 268 |
the-stack-v2-dedup | Batchfile | @echo off
node "%~dp0\bud" %*
| 269 |
the-stack-v2-dedup | Batchfile | java -Xmx2048m -Xms512m -jar waterfall-346.jar
pause | 270 |
the-stack-v2-dedup | Batchfile | del output.bat
npm i discord.js axios dotenv | 271 |
the-stack-v2-dedup | Batchfile | echo off
::echo compiling test
::g++ -o test test.cpp hidden_unit0.cpp hidden_unit1.cpp output_unit.cpp
::echo compiling main
::g++ -o run main.cpp hidden_unit0.cpp hidden_unit1.cpp output_unit.cpp
::test.exe
g++ -o run main.cpp match.cpp
| 272 |
the-stack-v2-dedup | Batchfile | @rem Copyright (c) 2013 Google, Inc.
@rem
@rem This software is provided 'as-is', without any express or implied
@rem warranty. In no event will the authors be held liable for any damages
@rem arising from the use of this software.
@rem Permission is granted to anyone to use this software for any purpose,
@rem includi... | 273 |
the-stack-v2-dedup | Batchfile | @echo off
cd ..
node lib/index.js
pause
cls
exit | 274 |
the-stack-v2-dedup | Batchfile | <?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_heigh... | 275 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
RMDIR /Q /S "%~dp0Release"
RMDIR /Q /S "%~dp0ipch"
RMDIR /Q /S "%~dp0LicenseData\Release"
RMDIR /Q /S "%~dp0libinstaller\Release"
RMDIR /Q /S "%~dp0Installer_EFI_cli\Release"
RMDIR /Q /S "%~dp0ChainLoader\Release"
DEL "%~dp0libinstaller\libinstaller.lib"
DEL "%~dp0ChainLoader\BOOTX64.EFI"
DEL "%~dp0FirmwareMo... | 276 |
the-stack-v2-dedup | Batchfile | K:
cd \Shares\Public\ftp_incoming
rmdir /s /Q K:\Shares\Public\ftp_incoming
| 277 |
the-stack-v2-dedup | Batchfile | ;CMD File for Misty , don't copy anything
;===========================================================================
;===========================================================================
;AI activation commands
;===========================================================================
[Command]
name = "CPU1"... | 278 |
the-stack-v2-dedup | Batchfile | del *.nupkg
nuget pack MvvmCross.HotTuna.CrossCore.3.0.1.nuspec -Symbols
nuget pack MvvmCross.HotTuna.Plugin.Accelerometer.3.0.1.nuspec -Symbols
nuget pack MvvmCross.HotTuna.Plugin.All.3.0.1.nuspec -Symbols
nuget pack MvvmCross.HotTuna.Plugin.Bookmarks.3.0.1.nuspec -Symbols
nuget pack MvvmCross.HotTuna.Plugin.Color.3.0... | 279 |
the-stack-v2-dedup | Batchfile | @echo off
color 12
git pull
pause | 280 |
the-stack-v2-dedup | Batchfile | cls
call setenv.bat
call mvn help:active-profiles -Psample,arq-jbossas-managed,derby > profile.log
pause
| 281 |
the-stack-v2-dedup | Batchfile | cmd_fs/omfs/omfs.mod := { echo fs/omfs/bitmap.o fs/omfs/dir.o fs/omfs/file.o fs/omfs/inode.o; echo; } > fs/omfs/omfs.mod
| 282 |
the-stack-v2-dedup | Batchfile | "C:\Program Files (x86)\CruiseControl.NET\server\ccnet.exe" --config=.\Sample.CCNET.config | 283 |
the-stack-v2-dedup | Batchfile | @echo off
echo %0
echo.
echo.
:: 通过创建web站点,用户可以发布企业或个人的主页、Web应用程序等。
cls
echo.
echo.
echo ---------请选择要执行的操作---------
echo ----1.输入数字1并回车,创建普通的Web站点
echo ----2.输入数字2并回车,创建具有指定IP地址和端口的Web站点
echo ----3.输入数字3并回车,删除指定的Web站点
echo ----4.输入数字4并回车,为Web站点创建虚拟目录
echo ----5.输入数字5并回车,删除Web站点中的虚拟目录
echo ----6.输入其他字符,直接退出批处理
echo.... | 284 |
the-stack-v2-dedup | Batchfile | @echo off
echo Building Doxygen documentation
cd src
doxygen doxycfg
echo Finished building documentation
cd ..
pause | 285 |
the-stack-v2-dedup | Batchfile | call setenv.bat
java -cp . LauncherBootstrap -verbose -executablename mqtt_paho_simple_publisher mqtt_paho_simple_publisher
pause ... | 286 |
the-stack-v2-dedup | Batchfile | cd\
cd TomH\Code\FDLD
:: -----------------------------------------------------------------------------------------------
:: Note - Please use :: to comment any line. To uncomment, please remove :: from start of the line
:: -----------------------------------------------------------------------------------------------
... | 287 |
the-stack-v2-dedup | Batchfile | set encoding utf8
set xrange[0:1]
set xl "無次元距離 x/b"
set yl "無次元温度 θ/θ0"
set grid
plot"test0005.bat" title "τ=0.005", "test001.bat" title "τ=0.01", "test005.bat" title "τ=0.05", "test01.bat" title "τ=0.1", "test05.bat" title "τ=0.5" with lp
| 288 |
the-stack-v2-dedup | Batchfile | set FLEX_JS_HOME=C:/Sviluppo/Flex/SDK/js-05
%FLEX_JS_HOME%/bin/compc.bat --external-library-path %FLEX_JS_HOME%/js/libs/js.swc --external-library-path %FLEX_JS_HOME%/js/libs/jquery.swc --output .\libs\backbone.swc --include-file externs\backbone.js .\backbone\backbone.js --source-path .\backbone\src --include-sources ... | 289 |
the-stack-v2-dedup | Batchfile | java -mx256m -cp stanford-ner.jar edu.stanford.nlp.ie.NERServer \ -loadClassifier classifiers/english.muc.7class.distsim.crf.ser.gz \ -port 8081 -outputFormat inlineXML | 290 |
the-stack-v2-dedup | Batchfile | java -classpath .;junit-4.1.jar org.junit.runner.JUnitCore TestAll
| 291 |
the-stack-v2-dedup | Batchfile | REM @echo off
REM assuming gcc is define in env:PATH
del main.o
del list.o
del graph.o
del out.txt
del a.exe
gcc -c main.c
gcc -c Headers/list.c
gcc -c Headers/graph.c
gcc main.o graph.o list.o -o a.exe
a.exe >> out.txt | 292 |
the-stack-v2-dedup | Batchfile | @echo off
rem Run this BAT-script with one argument specifying:
rem 1) full path to the user geometry file.
rem Initialize variables
call Core\scripts\win-win\params.bat
set RESDIR=results
set PARAMS_HOC=params.hoc
rem Go to Matlab host directory
cd %MATLABHOSTDIR%
rem Delete the old results folder from Matlab hos... | 293 |
the-stack-v2-dedup | Batchfile | levp o_26b
| 294 |
the-stack-v2-dedup | Batchfile | @echo off
color 0a
echo " /$$$$$$ /$$ /$$
echo " /$$__ $$ |__/ | $$
echo "| $$ \__/ /$$$$$$ /$$$$$$ /$$ /$$$$$$ | $$
echo "| $$$$$$ /$$__ $$ /$$__ $$| $$ |____ $$| ... | 295 |
the-stack-v2-dedup | Batchfile | @SET PATH=C:\WINDOWS\Microsoft.NET\Framework\v3.5;%PATH%;
%COMSPEC%
| 296 |
the-stack-v2-dedup | Batchfile | gcc -s -Os -o find.exe find.c comn.c event.c
| 297 |
the-stack-v2-dedup | Batchfile | :start
powershell -Command Get-Content -Path $env:USERPROFILE\AppData\LocalLow\DefaultCompany\UnityLowLevelMultiplayerExample\output_log.txt -Wait
goto start | 298 |
the-stack-v2-dedup | Batchfile | @echo off&cd\&color 0a&cls
echo 恢复Win10照片查看器
reg add "HKLM\SOFTWARE\Microsoft\Windows Photo Viewer\Capabilities\FileAssociations" /v ".jpg" /t REG_SZ /d PhotoViewer.FileAssoc.Tiff /f
reg add "HKLM\SOFTWARE\Microsoft\Windows Photo Viewer\Capabilities\FileAssociations" /v ".jpeg" /t REG_SZ /d PhotoViewer.FileAss... | 299 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.