source string | code_lang string | content string | idx int64 |
|---|---|---|---|
the-stack-v2-dedup | Batchfile | netsh advfirewall firewall set rule profile=domain name="Remote Assistance (DCOM-In)" new enable=Yes
netsh advfirewall firewall set rule profile=domain,private name="Remote Assistance (PNRP-In)" new enable=Yes
netsh advfirewall firewall set rule profile=domain name="Remote Assistance (RA Server TCP-In)" new enable=Yes
... | 300 |
the-stack-v2-dedup | Batchfile | :: Windows user file transfer utility with exclusions.
:: Utility to transfer My Documents, My Pictures, Desktop and Favorites for the current user to the current
:: user's H:\ drive, then to a new PC. This script is designed to run from the H:\ drive itself, so no
:: need to verify... | 301 |
the-stack-v2-dedup | Batchfile | cd sirikata
cd Debug
space_d.exe
| 302 |
the-stack-v2-dedup | Batchfile | C:\Users\training\AppData\Local\UiPath\app-19.12.0-beta0061\uirobot -f "C:\Users\training\Documents\UiPath\CTS\traveldesk.xaml" | 303 |
the-stack-v2-dedup | Batchfile | javac A5.java A5Scanner.java A5Sym.java Symbol.java
java A5
| 304 |
the-stack-v2-dedup | Batchfile | @echo off
setlocal
set BK_BLD=RELEASE
set BK_STP=6
set BK_PSE=pause
:loopy
if "%1" == "/d" goto setbld
if "%1" == "/e" goto setstp
if "%1" == "/n" goto setpse
:shifty
shift
if "%1" == "" goto entry
goto loopy
:setbld
set BK_BLD=DEBUG
goto shifty
:setstp
set BK_STP=7
goto shifty
:setpse
set... | 305 |
the-stack-v2-dedup | Batchfile | del *.obj
del *.dcu
del Win32\Release\*.dcu
del Win32\Debug\*.dcu
rd /s /q __recovery
rd /s /q __history
del *.~*
del *.hpp
del *.dcp
del *.dpl
del *.cesettings
del *.bak
del *.dproj.local
del *.identcache
--del *.exe
--del Win32\Release\*.exe
--del Win32\Debug\*.exe | 306 |
the-stack-v2-dedup | Batchfile | lessc --clean-css hotel_list.css hotel_list.min.css | 307 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
E:
CD E:\_PersonalGame\Dmc\DmC Devil May Cry\Binaries\Win32
START DMC-DevilMayCry.exe
C: | 308 |
the-stack-v2-dedup | Batchfile | @echo off
echo Copying wallpaper...
if exist C:\Windows\Web\Wallpaper\wallpaper.jpg (
echo "Files already exists!"
) else (
echo Copying the Folder to a certain location
xcopy /i /e wallpaper.jpg C:\Windows\Web\Wallpaper /y
echo Copying done
)
echo Changing wallpaper...
RegistryKey\Wallpaper.reg
rem reg ... | 309 |
the-stack-v2-dedup | Batchfile | new MjpegDemux mjd
new DJpeg dj
new SDLstuff sdl
#new ALSAPlayback ap
#new JpegTran jt
#new Effects01 ef
#connect mjd Wav_buffer ap
connect mjd Jpeg_buffer dj
connect sdl Feedback_buffer mjd
# 'q' to quit.
connect sdl:Keycode_msg sdl:Keycode_msg
# 's' for snapshot
connect sdl:Keycode_msg_2 mjd:Keycode_msg
#connect ... | 310 |
the-stack-v2-dedup | Batchfile | @echo off
del /Q cubes_test.csv
echo Starting cube tests.. Estimated time is 9 minutes...
echo Running test 1/103
dctest64.exe --test2 --mesh-size 2 --tex-size32 --var_cube_size --use-vbo
echo Running test 2/103
dctest64.exe --test2 --mesh-size 3 --tex-size32 --var_cube_size --use-vbo
echo Running test 3/103
dctest64... | 311 |
the-stack-v2-dedup | Batchfile | wave 5 0 bit {10} label=vin rt=1us ft=1us ht=-1e-06 lt=0.000101 on=0 off=5 delay=1e-06 pw=100us
transient 10us 0.1us
plot { v(5) v(1) v(2) v(3) v(4)}
| 312 |
the-stack-v2-dedup | Batchfile | errlogInit(5000)
< envPaths
epicsEnvSet(STREAM_PROTOCOL_PATH, $(IP)/db:$(DELAYGEN)/delayGenApp/Db)
cd $(TOP)/iocBoot/$(IOC)
# Tell EPICS all about the record types, device-support modules, drivers,
# etc. in this build from CARS
dbLoadDatabase("../../dbd/CARSWin32.dbd")
CARSWin32_registerRecordDeviceDriver... | 313 |
the-stack-v2-dedup | Batchfile | reg add "HKCU\Console" /v VirtualTerminalLevel /t REG_DWORD /d 1 | 314 |
the-stack-v2-dedup | Batchfile | @echo off
:: ---------------------------------------------------------
@set TANGO_HOST=172.25.65.1:10000
:: must be absolute, so Salsa can call this script correctly
@set SCRIPTPATH=%~dp0
@set LIBPATH=%SCRIPTPATH%libs\
:: "%0" would be the full path of scripts, and "~dp" is a modifier
:: to have the path with... | 315 |
the-stack-v2-dedup | Batchfile | @if exist fitnesse-standalone.jar (
java -jar fitnesse-standalone.jar -p 8081
) else (
@echo download fitnesse-standalone.jar from http://fitnesse.org/
)
@echo ...
@pause | 316 |
the-stack-v2-dedup | Batchfile | If EXIST server.exe del server.exe
%WINDIR%\microsoft.net\Framework\v2.0.50727\csc.exe /unsafe /out:Server.exe /recurse:server\*.cs /win32icon:Server\runuo.ico
pause | 317 |
the-stack-v2-dedup | Batchfile | call kubectl delete deployment shipment-deployment
call docker tag threedsoft/shipment gcr.io/%GOOGLE_CLOUD_PROJECT_ID%/shipment
call docker push gcr.io/%GOOGLE_CLOUD_PROJECT_ID%/shipment
call kubectl apply -f service-shipment.yaml
TIMEOUT 80 | 318 |
the-stack-v2-dedup | Batchfile | git add .
git commit -m "All methords for Sharing Data between Angular Components"
git push origin master
| 319 |
the-stack-v2-dedup | Batchfile | cmd_sound/drivers/opl3/built-in.o := rm -f sound/drivers/opl3/built-in.o; mipsel-openwrt-linux-musl-ar rcsD sound/drivers/opl3/built-in.o
| 320 |
the-stack-v2-dedup | Batchfile | ck crowdtune program:cbench-automotive-susan --iterations=2 --repetitions=2 --target_os=android19-arm --cmd_key=edges --dataset_uoa=image-pgm-0001 --seed=12345 --once
| 321 |
the-stack-v2-dedup | Batchfile | @echo off
start "" http://www.cnn.com
start "" http://www.abc.com
start "" http://www.msnbc.com
start "" http://www.bbc.com
start "" http://www.huffingtonpost.com
start "" http://www.aljazeera.com
start "" https://news.google.com/ | 322 |
the-stack-v2-dedup | Batchfile | @echo off
set T_FILENAME="TR_Cool Spot (U) [!].gb"
set SCRIPTNAME="coolspotgb"
java -jar Hextractor.jar -eh %T_FILENAME% %SCRIPTNAME%.ext.hex
pause
| 323 |
the-stack-v2-dedup | Batchfile | :start
sgminer.exe --kernel minotaur -o stratum+tcp://stratum.coinminerz.com:3347 -u ZwhiqsZYSPNTxxpzFcPkf1kHQGcTtefhKC -p x
pause 5
goto start | 324 |
the-stack-v2-dedup | Batchfile | #######################################################
#
# Innovus Command Logging File
# Created on Fri Oct 30 17:37:14 2020
#
##############################################... | 325 |
the-stack-v2-dedup | Batchfile | @echo off
setLocal EnableDelayedExpansion
set CLASSPATH="
for /R ./.madcow/lib %%a in (*.jar) do (
set CLASSPATH=!CLASSPATH!;%%a
)
for /R ./lib %%a in (*.jar) do (
set CLASSPATH=!CLASSPATH!;%%a
)
for /R ./.madcow/webtest/lib %%a in (*.jar) do (
set CLASSPATH=!CLASSPATH!;%%a
)
set CLASSPATH=!CLASSPATH!;./conf
j... | 326 |
the-stack-v2-dedup | Batchfile | call run2 deploy b03d0879-1545-4ce9-bd08-7915457ce92c testcicerofolder
| 327 |
the-stack-v2-dedup | Batchfile | cmd_/home/user/NUC970_Buildroot-master/nuc980bsp/application/demos/match2_test_wiegand/drv/test_drv.ko := arm-linux-ld -EL -r -T ./scripts/module-common.lds --build-id -o /home/user/NUC970_Buildroot-master/nuc980bsp/application/demos/match2_test_wiegand/drv/test_drv.ko /home/user/NUC970_Buildroot-master/nuc980bsp/app... | 328 |
the-stack-v2-dedup | Batchfile | @rem date: 2020/08/02
@rem author: Mamoru Kaminaga
@rem about: Date copy tool
chcp 65001
echo %date:~0,4%ๅนด%date:~5,2%ๆ%date:~8,2%ๆฅ %time:~0,2%ๆ%time:~3,2%ๅ%time:~6,2%็ง | clip
| 329 |
the-stack-v2-dedup | Batchfile | git clean -xdf
git reset --hard HEAD | 330 |
the-stack-v2-dedup | Batchfile | call render_options ..\scenes\r1+r2_01_single_sphere.txt -size 200 200 -depth 9 10
call render_options ..\scenes\r1+r2_02_five_spheres.txt -size 200 200 -depth 8 12
call render_default ..\scenes\r3_spheres_perspective.txt
call render_default ..\scenes\r4_colored_lights.txt
call render_default ..\scenes\r4_diffuse+ambie... | 331 |
the-stack-v2-dedup | Batchfile | npm update & npm start | 332 |
the-stack-v2-dedup | Batchfile | ./Miner-agent-netbsd-amd64 -workername= -currency=zcash
| 333 |
the-stack-v2-dedup | Batchfile | @echo off
powershell -c "Set-ExecutionPolicy RemoteSign -Scope CurrentUser; iwr -useb get.scoop.sh | iex"
pause
| 334 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
ECHO Want to execute the FYP Automation script?
PAUSE
ECHO Executing script..
python fyp_automation.py
ECHO Script executed!
PAUSE | 335 |
the-stack-v2-dedup | Batchfile | call npm run reference:file
pause
| 336 |
the-stack-v2-dedup | Batchfile | cd .\make\gmake\bin
call .\gmake-4.2.1.install.cmd
| 337 |
the-stack-v2-dedup | Batchfile | javac UrlConvert.java
pause
java UrlConvert
pause | 338 |
the-stack-v2-dedup | Batchfile | @echo off&setlocal EnableDelayedExpansion
set a=1
for /f "delims=" %%i in ('dir /b *.jpg') do (
if not "%%~ni"=="%~n0" (
if !a! LSS 10 (ren "%%i" "!a!.jpg") else ren "%%i" "!a!.jpg"
set/a a+=1
)
) | 339 |
the-stack-v2-dedup | Batchfile | tasm %1 /m10
pause
tlink /tdc /s %1
pause
%1 | 340 |
the-stack-v2-dedup | Batchfile | tf checkout "D:\_TfsProjects\BuildActivities\Custom Activity Storage\TfsBuild.Versioning.Activities.dll"
del /F "D:\_TfsProjects\BuildActivities\Custom Activity Storage\TfsBuild.Versioning.Activities.dll"
copy /Y /B "D:\_TfsProjects\BuildActivities\SolutionBuildVersioning\Dev\Version 1.5.0.0\TfsBuild.Versioning.Activ... | 341 |
the-stack-v2-dedup | Batchfile | cmd_net/netfilter/xt_realm.ko := ld -r -m elf_x86_64 -z max-page-size=0x200000 --build-id -T ./scripts/module-common.lds -o net/netfilter/xt_realm.ko net/netfilter/xt_realm.o net/netfilter/xt_realm.mod.o; true
| 342 |
the-stack-v2-dedup | Batchfile | @powershell -ExecutionPolicy ByPass .\wrap-pass.ps1 %*
| 343 |
the-stack-v2-dedup | Batchfile | md %systemdrive%\inetpub\wwwroot\pictures\App_Code | 344 |
the-stack-v2-dedup | Batchfile | @echo off
cls
chcp 65001 >nul
:Again
title Dream multi tool
echo.
echo โโโโโโโ โโโโโโ โโโโโโ โโโ โโโโ โโโโโ
echo โโโโ โโโโโโ โ โโโโโ โโโโโโโ โโโโโโโ โโโ
echo โโโ โโโโโ โโโ โโโโโ โโโ โโโ โโโ โโโโ
echo โโโโ โโโโโโโโ โโโ โโโโโโโโโโ โโโ โโโ
echo โโโโโโโ โโโโ โโโโโโโโโโโโโ โโโโโโโโ ... | 345 |
the-stack-v2-dedup | Batchfile | set path = "C:\Program Files\Java\jdk1.8.0_151\bin"
start rmiregistry 2000
rmic server.Server
java -classpath "F:\Workspace\P2PFileSharing\target\P2PFileSharing\Server;F:\Workspace\P2PFileSharing\target\P2PFileSharing\lib\*" -Dlog4j.configuration=file:///f:/Workspace/P2PFileSharing/target/P2PFileSharing/log4j.propertie... | 346 |
the-stack-v2-dedup | Batchfile | pyuic5 login.ui -o login.py
| 347 |
the-stack-v2-dedup | Batchfile | ๏ปฟ@echo off
TITLE ATLAS-SERVER
start ""/NORMAL "C:\STEAM\steamcmd\atlas\ShooterGame\Binaries\Win64\Shootergameserver.exe" "Ocean?ServerX=0?ServerY=0?AltSaveDirectoryName=00?ServerAdminPassword=SECRET?MaxPlayers=64?ReservedPlayerSlots=25?QueryPort=57561?Port=5761" -log -server
exit | 348 |
the-stack-v2-dedup | Batchfile | @echo off
mode con lines=15 cols=40
color 4
title Nuke Bot / Dashboard
:top
cls
node nuke.js
pause
goto top | 349 |
the-stack-v2-dedup | Batchfile | mkdir mobi
copy mobi_bare mobi\
ruby gen_mobi_project.rb xiang.dict
kindlegen.exe mobi\xiang.opf
copy mobi\xiang.mobi
pause | 350 |
the-stack-v2-dedup | Batchfile | @echo OFF
java -jar %~dp0jamplate.jar %*
| 351 |
the-stack-v2-dedup | Batchfile |
set SOURCENAME=SimpleService
set OTHERSOURCE=SimpleServiceInstaller
@if not exist .\%SOURCENAME%.* echo Sample file not found; check input specification prefix - %1
@if not exist .\%SOURCENAME%.* goto exit
:clean_exe
if exist ".\%SOURCENAME%_vb.exe" erase %SOURCENAME%_vb.exe
if exist ".\%SOURCENAME%_cs.exe" erase... | 352 |
the-stack-v2-dedup | Batchfile | :: Go to the directory where the script is located
cd /D "%~dp0"
:: Use the HEAD of the current branch to create an archive of the subfolder photogrammetry_importer
git archive --format=zip -o photogrammetry_importer.zip HEAD photogrammetry_importer | 353 |
the-stack-v2-dedup | Batchfile | load_win.exe -g compound.bin abclw.rom 0xc000 fs.bin 0xc100 sg.bin 0xc200 abclapp.cob 0xc400 custom1.cob 0xc600 bclio.bin 0xc900 applications.cob 0xcA00
| 354 |
the-stack-v2-dedup | Batchfile | @echo off
@rem java -cp hl7-benchmark.jar;%GROOVY_HOME%\embeddable\groovy-all-2.4.3.jar;lib\commons-cli-1.2.jar;lib\commons-collections-3.2.1.jar;lib\commons-logging-1.2.jar;lib\http-builder-0.5.2.jar;lib\httpclient-4.4.1.jar;lib\httpcore-4.4.1.jar;lib\json-lib-2.3-jdk15.jar;lib\xml-resolver-1.2.jar com.cabolabs.hl7ben... | 355 |
the-stack-v2-dedup | Batchfile | cmd_/home/jorney/work/new/wlan/os/linux/../../lmac/ath_pktlog/ath_pktlog.o := mips-linux-uclibc-ld -m elf32btsmip -r -o /home/jorney/work/new/wlan/os/linux/../../lmac/ath_pktlog/ath_pktlog.o /home/jorney/work/new/wlan/os/linux/../../lmac/ath_pktlog/pktlog.o /home/jorney/work/new/wlan/os/linux/../../lmac/ath_pktlog/l... | 356 |
the-stack-v2-dedup | Batchfile | @echo off
echo Adding file entries
@reg delete "HKEY_CLASSES_ROOT\*\shell\ReSharper_U"
@reg delete "HKEY_CLASSES_ROOT\*\shell\ReSharper_U"
@reg delete "HKEY_CLASSES_ROOT\*\shell\ReSharper_U\command"
echo Adding within a folder entries
@reg delete "HKEY_CLASSES_ROOT\Directory\Background\shell\ReSharper_U"
@reg delete ... | 357 |
the-stack-v2-dedup | Batchfile | #!../../bin/windows-x64/TPG26x-IOC-02
## You may have to change TPG26x-IOC-02 to something else
## everywhere it appears in this file
# Increase this if you get <<TRUNCATED>> or discarded messages warnings in your errlog output
errlogInit2(65536, 256)
< envPaths
cd ${TOP}
## Register all support components
dbLoadD... | 358 |
the-stack-v2-dedup | Batchfile | dotnet pack src\Dse -c Release | 359 |
the-stack-v2-dedup | Batchfile | @echo off
set ENVCHK="%~dp0..\%DEVCOM%\envchk%~x0"
set REVCHK="%~dp0..\%DEVPRJ%\revchk%~x0"
set SETENV="%~dp0..\%DEVCOM%\setenv%~x0"
echo ###########################################################
echo ### ~\%DEVPRJ%\%~nx0 ###
echo ### %~t0 ###
e... | 360 |
the-stack-v2-dedup | Batchfile | echo off
python ./hogger/extract3d_v3.py
python ./ml/xgb_3d_train.py
python ./ml/xgb_3d_run.py
| 361 |
the-stack-v2-dedup | Batchfile | pushd "C:\Users\%UserName%\AppData\Roaming\Scooter Software\Beyond Compare 4"
del * /q
popd
echo "reg query start...."
reg query HKEY_CURRENT_USER\SOFTWARE\Scooter" "Software\Beyond" "Compare" "4 /v CacheID
reg delete HKEY_CURRENT_USER\SOFTWARE\Scooter" "Software\Beyond" "Compare" "4 /v CacheID /f
@rem reg add HKE... | 362 |
the-stack-v2-dedup | Batchfile | @echo off
if "%1" == "" goto end
if "%2" == "" goto end
set _SMPL_DIR=%cd%
set _SLEEP=3
echo -------------------------------------------------------------------------
echo Deploying %1
echo -------------------------------------------------------------------------
call deploy.bat %1
echo Killing server
... | 363 |
the-stack-v2-dedup | Batchfile | @(REM coding:CP866
REM by LogicDaemon <www.logicdaemon.ru>
REM This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License <https://creativecommons.org/licenses/by-sa/4.0/legalcode.ru>.
SETLOCAL ENABLEEXTENSIONS
wsl ansible-lint %*
)
| 364 |
the-stack-v2-dedup | Batchfile | @echo off
set ConfigurationName=%1
set SolutionDir=%~2
set TargetDir=%~3
set ProjectDir=%~4
if %ConfigurationName% == "Publish" (
call "%SolutionDir%Properties\Versioning\GenerationsLib.Versioning.exe" "%SolutionDir%Properties\AssemblyInfo.cs" "RSDK Animation Editor" true true
) | 365 |
the-stack-v2-dedup | Batchfile | @echo
python C:\Users\praveen\Desktop\py_ex\project_cricket\sample_depoly5\sample_depoly5.py
pause
pause
python C:\Users\praveen\Desktop\py_ex\project_cricket\sample_depoly5\sample_depoly5.py
pause
pause
python C:\Users\praveen\Desktop\py_ex\project_cricket\sample_depoly5\sample_depoly5.py
pause | 366 |
the-stack-v2-dedup | Batchfile | ; The CMD file.
;
; Two parts: 1. Command definition and 2. State entry
; (state entry is after the commands def section)
;
; 1. Command definition
; ---------------------
; Note: The commands are CASE-SENSITIVE, and so are the command names.
; The eight directions are:
; B, DB, D, DF, F, UF, U, UB (all CAPS)
; ... | 367 |
the-stack-v2-dedup | Batchfile | @echo off
@pushd "%VS140COMNTOOLS%\..\..\VC" & call vcvarsall.bat x86 & popd
@set "PATH=%CD%\bin;%CD%\utilities;%PATH%"
@cd "%USERPROFILE%"
@echo.
@echo ADMB Command Prompt for Microsoft Visual C++ 2015 (32 Bit)
@echo For help, type command "admb".
| 368 |
the-stack-v2-dedup | Batchfile | echo off
cls
if exist PSMCFG2.DAT goto play_game
psmcfg2
if exist PSMCFG2.DAT goto play_game
echo ห
echo Sie mยssen zuerst "PSMCFG2.EXE" aufrufen, um die Soundkarte einzustellen!
echo ห
goto end_of_batch
:play_game
ssprog %1 %2 %3 %4 %5 %6 %7 %8 %9
:end_of_batch
| 369 |
the-stack-v2-dedup | Batchfile | python -O -m py_compile uploadservice.py
python -O -m py_compile upload.py
pyinstaller -F upload.py
| 370 |
the-stack-v2-dedup | Batchfile | FOR /L %%x IN (1,1,511) DO (echo %%x & C:\Users\g.werner\AppData\Local\Programs\Python\Python36\python CompositeSentiment.py train %%x sm 0 -1 False) | 371 |
the-stack-v2-dedup | Batchfile | cmd_firmware/matrox/g200_warp.fw.gen.o := gcc -Wp,-MD,firmware/matrox/.g200_warp.fw.gen.o.d -nostdinc -isystem /toolchain/i486-TSOL-linux-gnu/bin/../lib/gcc/i486-TSOL-linux-gnu/4.6.3/include -I/source/kernel-3.2.12/linux-3.2.12/arch/x86/include -Iarch/x86/include/generated -Iinclude -include /source/kernel-3.2.12/lin... | 372 |
the-stack-v2-dedup | Batchfile | @echo off
title ๆจๆต
echo ๅฝๅ็ฎๅฝๆฏ๏ผ%cd%
node %cd%\app.js
pause
| 373 |
the-stack-v2-dedup | Batchfile | echo %time%
@ECHO OFF
..\..\bin\webmod -C.\control\webmod.control -print
..\..\bin\webmod -C.\control\webmod.control
ECHO.
echo %time%
ECHO Run complete. Please press enter to continue.
PAUSE>NUL | 374 |
the-stack-v2-dedup | Batchfile | @echo off
set statapath="C:\Program Files (x86)\Stata14\Stata-64.exe"
echo %statapath%
REM DELETE OUTPUT & TEMP FILES
RMDIR ..\output /S /Q
mkdir ..\output
RMDIR ..\temp /S /Q
mkdir ..\temp
REM IMPORT
%statapath% /e do import.do
REM PRE-CLEAN
%statapath% /e do preclean.do
REM RUN ANALYSIS
%statapath% /e do regress... | 375 |
the-stack-v2-dedup | Batchfile | D:\Python36\python.exe shufa.py | 376 |
the-stack-v2-dedup | Batchfile | call mkdir barFooGoo
call mkDir AngularListFactory\barFooGoo | 377 |
the-stack-v2-dedup | Batchfile | @echo off
PowerShell -NoProfile -NoLogo -ExecutionPolicy unrestricted -File "%~dp0bootstrap.ps1" %* | 378 |
the-stack-v2-dedup | Batchfile | CD /d %userprofile%\AppData\Local
DEL IconCache.db /a
EXIT | 379 |
the-stack-v2-dedup | Batchfile | @echo off
java processor
@echo off | 380 |
the-stack-v2-dedup | Batchfile | @echo off
if exist "%temp%\GotAdmin.tmp" goto StartOfScript
call :CheckForCert
NET FILE 1>NUL 2>NUL
if "%errorlevel%" == "0" ( goto StartOfScript ) else ( goto getAdmin )
:StartOfScript
call :CheckForCert
del %temp%\GotAdmin.tmp >nul 2>&1
NET FILE 1>NUL 2>NUL
if not "%errorlevel%" == "0" goto getAdmin
echo Switching To... | 381 |
the-stack-v2-dedup | Batchfile | @echo off
setlocal enabledelayedexpansion
set panfu=Y
set currdir=%~dp0
set currdir=%currdir:~0,-1%
set code_dir=%currdir%\code
set title=่ๆ%panfu%็
title %title%
rem call %code_dir%\checkVariables.cmd
if NOT "%ERR_MSG%" == "" (
pause>nul
exit /B 1
)
echo ================
echo ๅฝๅ็ฎๅฝ๏ผ%currdir%
ec... | 382 |
the-stack-v2-dedup | Batchfile | @SETLOCAL
@call .etc\setEnv.cmd
%CMD_NEWLINE%
@echo ===============================================================================
@echo ็ๆๆๅกๅจ็ซฏ่ฏไนฆ ==============================================================
@echo ===============================================================================
if "%JAVA_HOME%"=="" g... | 383 |
the-stack-v2-dedup | Batchfile |
rem TODO: use msbuild to rebuild the solution
rem Generating Nuget Package
nuget pack "FantasyData.Api.Client\FantasyData.Api.Client.csproj.nuspec"
rem TODO: Upload Nuget Package
| 384 |
the-stack-v2-dedup | Batchfile | call flaskpython xhtml2pdftest.py dsreport.html dsreport.pdf
| 385 |
the-stack-v2-dedup | Batchfile |
nutshell.exe \\192.168.1.1 /user:administrator /pwd:bthb[jy /move:C:\run_nc.bat
@echo off
del *.obj
del *.udd
| 386 |
the-stack-v2-dedup | Batchfile | simu.exe -mdesiredSpeedCalculator.ma -edesiredSpeedCalculator.ev -odesiredSpeedCalculator.out -ldesiredSpeedCalculator.log
rem
pause | 387 |
the-stack-v2-dedup | Batchfile | Sphere
surface or volume (toggle)
inner radius
1.
exit
*
*
Circle or ellipse (3D)
exit
*
*
line (3D)
specify end points
-.5 0. 1. .5 0. 1.
exit
*
*
view mappings
sphere
circle
x+r
x+r
erase and exit
hyperbolic surface
far field distance (ETAMX)
1.
| 388 |
the-stack-v2-dedup | Batchfile | @echo off
@setlocal DisableDelayedExpansion
title DirtCaps Sanal Ram Ozel
color 4
REM Made DirtCaps by. Efe
REM DirtCaps Sanal Ram Ozel
Echo -----------------------------------------------
Echo DirtCaps by. Efe
Echo -----------------------------------------------
cls
net session > nul
... | 389 |
the-stack-v2-dedup | Batchfile | @echo off
cd /d "%~dp0"
if exist ..\Release\RegEditor_*.lng del ..\Release\RegEditor_*.lng
rem Generate UTF-8 lng files
"%~dp0..\..\tools\lng.generator.exe" -nc -i lang.ini -ol Lang.templ
rem Old ANSI verions requires OEM codepage
"%~dp0..\..\tools\Convert.exe" UTF2OEM ..\Release\RegEditor_en.lng
copy ..\Release\RegEdi... | 390 |
the-stack-v2-dedup | Batchfile | @echo off
"C:\Program Files\POV-Ray\v3.7\bin\pvengine64.exe" +W1600 +H1200 +A0.3 +FN +L"c:/windows/fonts" +L"C:/Users/LED/Documents/Projects/eagle/eagle3d/ulp//../povray" +O"G:/home/Documents/EAGLE/HVProg/programmer/3d/HWProgUSB.1.png" /RENDER "G:/home/Documents/EAGLE/HVProg/programmer/3d/HWProgUSB.1.pov"
| 391 |
the-stack-v2-dedup | Batchfile | kafka-console-consumer.bat --bootstrap-server localhost:9092 --topic parserTest --from-beginning | 392 |
the-stack-v2-dedup | Batchfile | @echo off
atr2 /s #chaos %1 %2 %3 %4 %5
| 393 |
the-stack-v2-dedup | Batchfile | php ..\vendor\tbollmeier\parsian\scripts\parsiangen.php --parser=BaseParser --namespace=tbollmeier\ape\parser --out=..\src\parser\BaseParser.php ape.parsian | 394 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
REM Script to install beets along with required dependencies
REM Requires Python3 and pip to be installed
CLS
ECHO. & ECHO [92m Installing Beets and Required Dependencies... [0m & ECHO.
REM Install beets
CALL python -m pip install beets
REM Install required dependencies
CALL python -m pip install discog... | 395 |
the-stack-v2-dedup | Batchfile | set f=v10
set t=v11
call cvs diff -r %f% -r %t% tutintro.htm >01tutintro.dif
call cvs diff -r %f% -r %t% tutneeds.htm >02tutneeds.dif
call cvs diff -r %f% -r %t% tutwhat.htm >03tutwhat.dif
call cvs diff -r %f% -r %t% tutstart.htm >04tutstart.dif
call cvs diff -r %f% -r %t% tutseq1.htm >05tutseq1.dif... | 396 |
the-stack-v2-dedup | Batchfile | kafka-topics.bat --create --zookeeper localhost:2181 --replication-factor 3 --partitions 1 --topic callback-hello-producer --config min.insync.replicas=3 | 397 |
the-stack-v2-dedup | Batchfile | @echo off
setlocal
pushd "%~dp0"
if exist out-1 rmdir /S /Q out-1
mkdir out-1
cd out-1
echo.
echo ### JAVAC ###
echo.
javac ..\Pozdrav.java -d .
echo.
echo ### JAR ###
echo.
jar -cvfe Pozdrav.jar hr.javacro.proguard.Pozdrav hr
echo.
echo ### JD-GUI ###
echo.
jd-gui Pozdrav.jar
echo.
echo ##... | 398 |
the-stack-v2-dedup | Batchfile | cmd_drivers/media/radio/built-in.o := arm-poky-linux-gnueabi-ld.bfd -r -o drivers/media/radio/built-in.o drivers/media/radio/radio-si476x.o
| 399 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.