source
string
code_lang
string
content
string
idx
int64
the-stack-v2-dedup
Batchfile
@ECHO OFF set profile=%1 WHERE mgfxc IF %ERRORLEVEL% NEQ 0 ( ECHO mgfxc wasn't found, please install it from https://docs.monogame.net/articles/tools/mgfxc.html GOTO :eof ) ELSE ( IF NOT DEFINED profile GOTO :promptProfile GOTO :build ) :promptProfile ECHO Enter desired profile... ECHO See 'mgfxc /help' for more ...
3,400
the-stack-v2-dedup
Batchfile
:: ################################################################################### :: # :: ChocolateyNuGet project @ Ghislain :: # :: ## Remove all obj and bin Folder from this Project. :: #:: :: # :: # :: #############################################################################...
3,401
the-stack-v2-dedup
Batchfile
set BUILD_BUILDNUMBER=1.1.0-local SET bindir="%~dp0" CD Coreddns.Core dotnet clean -c release CD %bindir% CD Coreddns.Web dotnet clean -c release dotnet publish -c release --runtime centos.7-x64 REM builded at Coreddns.Web\bin\release\netcoreapp2.1\centos.7-x64\publish SET sevenzip="C:\Program Files\7-Zip\7z.exe" S...
3,402
the-stack-v2-dedup
Batchfile
SETLOCAL cmake --build vs2017-cl --config Release
3,403
the-stack-v2-dedup
Batchfile
echo "Hello World" echo "i am in feature Branch" echo "i am in Defect" echi "i am in master"
3,404
the-stack-v2-dedup
Batchfile
nmake /f HelloWorld.mak clean nmake /f HelloWorld.mak all echo. & pause
3,405
the-stack-v2-dedup
Batchfile
start build.bat start serve.bat
3,406
the-stack-v2-dedup
Batchfile
@echo off java -jar -Xms3G -Xmx3G server.jar
3,407
the-stack-v2-dedup
Batchfile
sass src/theme.scss:src/css/theme.css --style=compressed
3,408
the-stack-v2-dedup
Batchfile
;= @echo off ;= rem Call DOSKEY and use this file as the macrofile ;= %SystemRoot%\system32\doskey /listsize=1000 /macrofile=%0% ;= rem In batch mode, jump to the end of the file ;= goto:eof ;= Add aliases below here e.=explorer . gl=git log --oneline --all --graph --decorate $* ls=ls pwd=cd clear=c history=cat -n "%...
3,409
the-stack-v2-dedup
Batchfile
cmd_net/netfilter/ipset/ip_set_hash_netportnet.mod := { echo net/netfilter/ipset/ip_set_hash_netportnet.o; echo; } > net/netfilter/ipset/ip_set_hash_netportnet.mod
3,410
the-stack-v2-dedup
Batchfile
echo search ipconfig >%3 set flag=0 find /i "%2" %3 && set flag=1 del %3 /q /f if /I %flag% equ "1" echo success goto end :end
3,411
the-stack-v2-dedup
Batchfile
@Echo OFF SetLocal EnableDelayedExpansion SET version=4.1.1 SET OSXDir=osx10.15 SET WinDir=win64 SET OSXFile=ZXPSignCmd-64bit SET WinExeFile=ZXPSignCmd.exe SET URLMac=https://github.com/Adobe-CEP/CEP-Resources/raw/master/ZXPSignCMD/%version%/%OSXDir%/%OSXFile%.dmg SET URLWin=https://github.com/Adobe-CEP/CEP-Resources...
3,412
the-stack-v2-dedup
Batchfile
cmd /k "E:/DevProjects/DevEnv/FlaskVenv/Scripts/activate.bat & E: & CD E:\DevProjects\TICSTest\"
3,413
the-stack-v2-dedup
Batchfile
############################################################################### # Initialization after iocBoot() ### timing configuration # See timing.cmd for macro substitutions used here. ## standalone mode only iocshLoad("$(mrfioc2_DIR)/evr-standalone-mode.iocsh", "S=$(EVR_S), DEV=$(EVR_D)") ## end of standalone...
3,414
the-stack-v2-dedup
Batchfile
REM Copyright 2008 Sahab Yazdani REM REM Licensed under the Apache License, Version 2.0 (the "License"); REM you may not use this file except in compliance with the License. REM You may obtain a copy of the License at REM REM http://www.apache.org/licenses/LICENSE-2.0 REM REM Unless required by applicable law or ...
3,415
the-stack-v2-dedup
Batchfile
@echo off shutdown -s -t 10
3,416
the-stack-v2-dedup
Batchfile
@echo off set main=./examples/live2d/scaleouter.js cd .. cd .. npm run watch
3,417
the-stack-v2-dedup
Batchfile
# Cadence Genus(TM) Synthesis Solution, Version 18.14-s037_1, built Mar 27 2019 12:19:21 # Date: Mon Sep 28 22:01:33 2020 # Host: joker.ece.northwestern.edu (x86_64 w/Linux 4.18.0-193.19.1.el8_2.x86_64) (8cores*8cpus*1physical cpu*Intel(R) Core(TM) i7-9700 CPU @ 3.00GHz 12288KB) # OS: Red Hat Enterprise Linux releas...
3,418
the-stack-v2-dedup
Batchfile
mvn jetty:run -Dspring.profiles.active=dev
3,419
the-stack-v2-dedup
Batchfile
@echo off set d=c:\rename-date cd %d% del install.reg del rename-date.bat del uninstall.bat del readme del license cd uninstall del uninstall.reg del uninstall2.bat cd .. rd uninstall cd .. rd rename-date pause
3,420
the-stack-v2-dedup
Batchfile
@echo Testing unique @echo off dotest unique pause
3,421
the-stack-v2-dedup
Batchfile
node_modules\.bin\ccjs node_modules\moquirejs\bin\moquire.min.js source\pre-no-define.js node_modules\overloadjs\lib\overload.min.js source\post-no-define.js source\jazzmine.js source\toBeA.js --create_source_map=bin\jazzmine.min.js.map > bin\jazzmine.min.js
3,422
the-stack-v2-dedup
Batchfile
@echo off SETLOCAL :: set working directory to script directory SET initcwd=%cd% SET scriptpath=%~dp0 cd %scriptpath:~0,-1% set boost_version=1.66.0 SET "boost_version_=%boost_version:.=_%" SET path_python=%scriptpath:~0,-1%\..\python-3.5\python SET "path_python=%path_python:\=/%" echo Downloading boost... :: downl...
3,423
the-stack-v2-dedup
Batchfile
@echo off setlocal set /a x1=%random%%%1024 set /a y1=%random%%%768 set /a x2=%x1%+%random%%%1024 set /a y2=%y1%+%random%%%768 python commandcap.py --format "rect_$2" -r %x1%,%y1%,%x2%,%y2%
3,424
the-stack-v2-dedup
Batchfile
# Test of custom operation option fail 0 option malloc 0 option verbose 10 option echo 1 new ih gerbil ih bear ih dolphin reverse reverse sort
3,425
the-stack-v2-dedup
Batchfile
:: Copyright (c) Sony Computer Entertainment America LLC. :: All rights Reserved. @echo off SET DEVENV120="%VS120COMNTOOLS%..\IDE\devenv.com" IF NOT EXIST %DEVENV120% ( echo Visual Studio 2013 not found, skipping goto end ) echo. echo ---- Building VS2013 wws_lua... echo. pushd "%~dp0" ( call build_premake_config_v...
3,426
the-stack-v2-dedup
Batchfile
title LOG OUTPUT @echo off cd output del program002.exe del log.dll del install.dll del settings.dll cd.. xcopy "settings.dll" "output" xcopy "install.dll" "output" Taskkill /im Roblox_to_exe_compiler.exe xcopy "program002.dll" "output" xcopy "log.dll" "output" start output cd output ren "program002.dl...
3,427
the-stack-v2-dedup
Batchfile
cmd_/srv/jenkins/workspace/SDK-GEN/output-A13/host/usr/arm-obreey-linux-gnueabi/sysroot/usr/include/linux/hdlc/.install := perl scripts/headers_install.pl /srv/jenkins/workspace/SDK-GEN/output-A13/build/linux-headers-3.0.8/include/linux/hdlc /srv/jenkins/workspace/SDK-GEN/output-A13/host/usr/arm-obreey-linux-gnueabi/sy...
3,428
the-stack-v2-dedup
Batchfile
-intstyle "ise" -incremental -lib "secureip" -o "D:/Education/sem - V/ISE Design/decoder3x8/decoder3x8_testbench_isim_beh.exe" -prj "D:/Education/sem - V/ISE Design/decoder3x8/decoder3x8_testbench_beh.prj" "work.decoder3x8_testbench"
3,429
the-stack-v2-dedup
Batchfile
java -jar selenium-server-standalone-2.53.0.jar -role wd -node -port 5555 -hub http://192.168.1.4:4444/grid/register -Dwebdriver.ie.driver=E:\New folder\Testleaf Selenium Library\Softwares\drivers\IEDriverServer.exe -browser "browserName=internet explorer,platform=WINDOWS,maxInstances=1"
3,430
the-stack-v2-dedup
Batchfile
rd /s /q public ::call node_modules/.bin/brunch b -P ::call node_modules/.bin/brunch w call node_modules/.bin/brunch w
3,431
the-stack-v2-dedup
Batchfile
chcp 65001 start http://localhost:65535/index.html java -Dfile.encoding=utf-8 -jar ngabotchan-0.0.1-SNAPSHOT.war
3,432
the-stack-v2-dedup
Batchfile
cmd_drivers/axi/built-in.o := rm -f drivers/axi/built-in.o; arm-linux-gnueabihf-ar rcs drivers/axi/built-in.o
3,433
the-stack-v2-dedup
Batchfile
cmd_/mnt/hgfs/johny/kishore_material/Driver_code/IOCTL/Ioctl.mod := { echo /mnt/hgfs/johny/kishore_material/Driver_code/IOCTL/Ioctl.o; echo; } > /mnt/hgfs/johny/kishore_material/Driver_code/IOCTL/Ioctl.mod
3,434
the-stack-v2-dedup
Batchfile
@echo off cmd /k "cd /d %~dp0\.venv\Scripts & activate"
3,435
the-stack-v2-dedup
Batchfile
java -cp classes part_three.task_three.server.ServerPointGenerator pause
3,436
the-stack-v2-dedup
Batchfile
::put this file into the backup folder and gen list DIR *.* /B >t0002.list
3,437
the-stack-v2-dedup
Batchfile
@echo off rem this file contains the instructions for compiling and placing the output in the correct directory for debugging. rem NOTE: MUST BE COMPILED IN WINDOWS. rem make sure the directory "build" exists for putting in our debug stuff mkdir ..\build rem push the directory so that we're operating up there instead ...
3,438
the-stack-v2-dedup
Batchfile
@mycd "%MYBASE%/github/tpsup/ps1"
3,439
the-stack-v2-dedup
Batchfile
java -cp "f:\Archivos de Programa\clojure-1.5.1\clojure-1.5.1.jar";.\src\pea\;.\classes clojure.main
3,440
the-stack-v2-dedup
Batchfile
if not exist ".\NIST_NRC_15_1" mkdir .\NIST_NRC_15_1 cd NIST_NRC_15_1 @echo off setlocal EnableDelayedExpansion set "startTime=%time: =0%" fds ..\sim\NIST_NRC_15_1.fds set "endTime=%time: =0%" rem Get elapsed time: set "end=!endTime:%time:~8,1%=%%100)*100+1!" & set "start=!startTime:%time:~8,1%=%%100)*100+1!" set ...
3,441
the-stack-v2-dedup
Batchfile
@echo off go install ffServer\ffAgentGameServer || goto error1 move /y ..\bin\ffAgentGameServer.exe ..\..\..\FinalAlive\Server\ffAgentGameServer\ffAgentGameServer.exe cd ..\..\..\FinalAlive\Server\ffAgentGameServer start.bat goto:eof :error1 echo go install ffServer\ffAgentGameServer error pause goto:e...
3,442
the-stack-v2-dedup
Batchfile
echo "====快速提交脚本====" d: cd d://my bolg/tinuv.github.io git add . git commit -a -m "提交" git pull origin master
3,443
the-stack-v2-dedup
Batchfile
cd D:\home\SiteExtensions mkdir JekyllExtension cd JekyllExtension mkdir Commands cd Commands ::Download Dependencies curl -L -o Ruby-2.2.5.zip http://dl.bintray.com/oneclick/rubyinstaller/ruby-2.2.5-i386-mingw32.7z start /wait d:\7zip\7za x Ruby-2.2.5.zip -oRuby-2.2.5 curl -L -o RubyDevKit.exe http://dl.bintray.com/...
3,444
the-stack-v2-dedup
Batchfile
---- rundirectory.bat ---- stattransfer export_to_csv.stc statase -b mergefiles.do statase -b cleandata.do statase -b regressions.do statase -b figures.do pdflatex tv_potato.tex
3,445
the-stack-v2-dedup
Batchfile
python arrhenius.py data.txt python exceptions.py python termodyn.py
3,446
the-stack-v2-dedup
Batchfile
@echo off java -cp sqlite-jdbc-3.7.2.jar;hms-1.0.jar puf.m2.hms.run.RunHMS
3,447
the-stack-v2-dedup
Batchfile
PUSHD "%~dp0" RD /S /Q build MD build\cxi0\exefs XCOPY cci\cxi0\exefs build\cxi0\exefs /S /Y REM MD build\cxi0\romfs REM XCOPY cci\cxi0\romfs build\cxi0\romfs /S /Y tools\3dstool --lock -vf build\cxi0\exefs\code.bin --region TWN --language TW || PAUSE REM FOR /R build\cxi0\exefs\banner %%I IN (*.bcmdl) DO (tools\txobto...
3,448
the-stack-v2-dedup
Batchfile
node harvest.js pause
3,449
the-stack-v2-dedup
Batchfile
@echo off setlocal EnableDelayedExpansion setlocal EnableExtensions :: common usage : xcrfmulti.cmd input.avs :: full syntax : xcrfmulti.cmd <.avs script for input> <crf if below 51, bitrate otherwise> <number of passes> <x264 preset> <output video file> <SAR> <colormatrix> :: bitrate for 2nd and following passes...
3,450
the-stack-v2-dedup
Batchfile
 call VsDevCmd.bat ilasm Interop.DbgEng.il /dll
3,451
the-stack-v2-dedup
Batchfile
java -Djava.library.path="natives" -jar pong.jar
3,452
the-stack-v2-dedup
Batchfile
cd wiki hexo generate cd ..
3,453
the-stack-v2-dedup
Batchfile
copy .\Korean\*.tex *.tex copy .\RChunks\GenericSettings.Rnw + .\korean\Citation.rnw Citation.rnw copy .\RChunks\GenericSettings.Rnw + .\korean\Additional001.Rnw + .\RChunks\Additional002.Rnw + .\korean\Additional003.Rnw + .\RChunks\Additional004.Rnw + .\korean\Additional005.Rnw + .\RChunks\Additional006.Rnw + .\kore...
3,454
the-stack-v2-dedup
Batchfile
@ECHO OFF %MSBuildRoot%\msbuild.exe "runner.msbuild" /l:FileLogger,Microsoft.Build.Engine;logfile=runner.log /t:Rebuild;Test /p:Configuration=Debug if "%1" NEQ "noprompt" PAUSE
3,455
the-stack-v2-dedup
Batchfile
java -jar target/estacione-0.1.0.jar
3,456
the-stack-v2-dedup
Batchfile
cmd_drivers/w1/slaves/built-in.a := rm -f drivers/w1/slaves/built-in.a; ar cDPrST drivers/w1/slaves/built-in.a
3,457
the-stack-v2-dedup
Batchfile
@echo off if exist "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat" ( call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat" ) if exist "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" ( call "C:\P...
3,458
the-stack-v2-dedup
Batchfile
browserify -e src/index.js -o dist/adder.js --standalone AdderScript & uglifyjs --keep-fnames -o dist/adder.min.js dist/adder.js
3,459
the-stack-v2-dedup
Batchfile
@Echo Off Echo Adding "%CD%" and "%CD%\properties" to the PATH environment variable... Set path=%cd%;%cd%\properties;%path%
3,460
the-stack-v2-dedup
Batchfile
cd C:\home\sumitomo\sol-server\system\Upfiles\m2s1x2\prj\120_64_5team glpsol -d 120_with_pump_whity_64_5team.dat -m waterstop_5_180114.mod --check --wcpxlp waterstop_5_180114.lp gurobi_cl ResultFile=waterstop_5_180114.sol LogFile=waterstop_5_180114.log TimeLimit=3600 Threads=4 waterstop_5_180114.lp
3,461
the-stack-v2-dedup
Batchfile
dart ./sparkui.dart
3,462
the-stack-v2-dedup
Batchfile
call vendor\bin\premake\premake5.exe --os=windows vs2019 pause
3,463
the-stack-v2-dedup
Batchfile
perl 文字列のマッチ.pl pause
3,464
the-stack-v2-dedup
Batchfile
brilcalc trg --prescale --hltpath "HLT_BTagMu_DiJet20_Mu5_v*" | grep Weights/Prescales/HLT_BTagMu > BTagMu_DiJet20_Mu5.txt brilcalc trg --prescale --hltpath "HLT_BTagMu_DiJet40_Mu5_v*" | grep HLT_BTagMu > BTagMu_DiJet40_Mu5.txt brilcalc trg --prescale --hltpath "HLT_BTagMu_DiJet70_Mu5_v*" | grep HLT_BTagMu > BTagMu_...
3,465
the-stack-v2-dedup
Batchfile
route add 172.16.0.0 mask 255.255.0.0 172.16.200.254 -p pause
3,466
the-stack-v2-dedup
Batchfile
cmd_drivers/media/i2c/ad5820.mod := { echo drivers/media/i2c/ad5820.o; echo; } > drivers/media/i2c/ad5820.mod
3,467
the-stack-v2-dedup
Batchfile
@echo off tasm32 /ml /m3 /z /q detect6.asm tlink32 /Tpe /V4.0 /aa /c /m /ml detect6.obj,detect6,, w32.lib, detect6.def del *.obj del *.map pause cls
3,468
the-stack-v2-dedup
Batchfile
%SystemRoot%\Microsoft.NET\Framework\v4.0.30319\installutil.exe EliteCloudService.exe Net Start EliteCloudService sc config EliteCloudService start= auto
3,469
the-stack-v2-dedup
Batchfile
cmd_/home/vagrant/src/lkm_example/lkm_example.ko := ld -r -m elf_x86_64 -T /usr/src/linux-headers-3.2.0-23-generic/scripts/module-common.lds --build-id -o /home/vagrant/src/lkm_example/lkm_example.ko /home/vagrant/src/lkm_example/lkm_example.o /home/vagrant/src/lkm_example/lkm_example.mod.o
3,470
the-stack-v2-dedup
Batchfile
@ECHO OFF "C:\Program Files\Unity\Editor\Unity.exe" -batchmode -projectPath "%~dp0" -executeMethod Assets.Script.Editor.UnitTest.EnterPoint.Main EXIT
3,471
the-stack-v2-dedup
Batchfile
@echo off echo. rem // test access to required files if exist arm.ans erase arm.ans if exist gradres.tmp erase gradres.tmp if exist results erase results if exist results goto locked rem // assure all executable files exist and are valid if not exist gradcomp.exe goto error if not exist gradar...
3,472
the-stack-v2-dedup
Batchfile
@echo off python %~dp0\upi.py
3,473
the-stack-v2-dedup
Batchfile
flex xdsql.l bison -d xdsql.y
3,474
the-stack-v2-dedup
Batchfile
@echo off rem assemble the samples which are written in MASM syntax. rem JWasm is used. jwasm -nologo -bin -Fo DPMICL16.COM DPMICL16.ASM jwasm -nologo -bin -Fo DPMIBK16.COM DPMIBK16.ASM jwasm -nologo -mz DPMICL32.ASM jwasm -nologo -mz DPMIBK32.ASM
3,475
the-stack-v2-dedup
Batchfile
dotnet netcoreapp3.1\EchoServer.dll
3,476
the-stack-v2-dedup
Batchfile
pushd ..\..\problems\staircase-height\statements\russian del /F /Q *.log del /F /Q *.aux del /F /Q *.dvi del /F /Q *.pdf del /F /Q *.ps popd pushd ..\..\problems\caesar\statements\russian del /F /Q *.log del /F /Q *.aux del /F /Q *.dvi del /F /Q *.pdf del /F /Q *.ps popd pushd ..\..\problems\aplusb-ke...
3,477
the-stack-v2-dedup
Batchfile
start "" "%~dp0BuildC++\build\Project_RAT.sln"
3,478
the-stack-v2-dedup
Batchfile
@ECHO OFF TITLE Dark ENSC mode con: cols=200 lines=60 swipl -l src/init.pro PAUSE
3,479
the-stack-v2-dedup
Batchfile
java -Djava.library.path="lib\x86" -jar ImageProcessing.jar
3,480
the-stack-v2-dedup
Batchfile
%VECTORCAST_DIR%\manage -p manage_demo.vcm --create-example=.. --recursive
3,481
the-stack-v2-dedup
Batchfile
cd .. && start "" "C:\Program Files\Git\git-bash.exe"
3,482
the-stack-v2-dedup
Batchfile
set SQL_PATH=./ sqlplus /NOLOG @%SQL_PATH%100_install_compte.sql pause
3,483
the-stack-v2-dedup
Batchfile
cl /I..\..\..\include /c dio.c >> ..\..\..\msc.out cl /I..\..\..\include /c dioacld.c >> ..\..\..\msc.out cl /I..\..\..\include /c dioask.c >> ..\..\..\msc.out cl /I..\..\..\include /c dioconv.c >> ..\..\..\msc.out cl /I..\..\..\include /c diodel.c >> ..\..\..\msc.out cl /I..\..\..\include /c diodest.c >> ..\..\..\msc....
3,484
the-stack-v2-dedup
Batchfile
docker run --name damysql -v mysql_vol:/var/lib/mysql -p 3306:3306 -e 'MYSQL_ROOT_PASSWORD=my-secret-pw' -d mysql:5.7.29 & docker run -e 'ACCEPT_EULA=Y' -e 'SA_PASSWORD=PassW0rd!' -e 'MSSQL_PID=Express' --name damssql -p 1433:1433 -v mssql_vol:/var/opt/mssql -d mcr.microsoft.com/mssql/server:2019-latest & docker ps -a
3,485
the-stack-v2-dedup
Batchfile
@echo off del *.exe del *.obj nasm -o example.obj -f win32 example.asm cl -c -W4 -MD -Od -EHsc -DNDEBUG main.cpp link /out:test.exe main.obj example.obj
3,486
the-stack-v2-dedup
Batchfile
del enmascarador.obj del enmascarador.exe nasm -f win32 enmascarador.asm C:\MinGW\bin\gcc enmascarador.c enmascarador.obj -o enmascarador.exe pause
3,487
the-stack-v2-dedup
Batchfile
@echo off set MY_PROJECT_NAME=ldb rem set DBFLUTE_HOME=..\mydbflute\dbflute-x.x.x
3,488
the-stack-v2-dedup
Batchfile
@echo off :: cd /d G:\AppData\Nutstore\Works\Electron\ele\ set topath=r:\app set version=0.0.1 set icopath=./public/icos/toolbar-utilities.ico echo topath :: %topath% echo version :: %version% echo icopath :: %icopath% if not exist %topath% ( mkdir %topath% ) :: 更换阿里镜像源 :: 加上下面这句会造成 EPERM: operation not permitted...
3,489
the-stack-v2-dedup
Batchfile
@Echo Off Rem ######################################################################### Rem Rem %RootDrive% が構成されてこのスクリプト用に設定されていることを確認します。 Rem Call "%SystemRoot%\Application Compatibility Scripts\ChkRoot.Cmd" If "%_CHKROOT%" == "FAIL" Goto Done Call "%SystemRoot%\Application Compatibility Scripts\SetPaths.Cmd" If "...
3,490
the-stack-v2-dedup
Batchfile
SchTasks /Create /SC DAILY /TN “Update all packages” /TR “C:upd_all.bat” /ST 09:00
3,491
the-stack-v2-dedup
Batchfile
node master.js pause
3,492
the-stack-v2-dedup
Batchfile
logman.exe create counter SQL_PerfLog -b 30/04/2015 15:45:00 -e 01/05/2014 15:44:00 -si 00:01:00 -r -v mmddhhmm -cf SQL_perflog.config -o C:\Perflogs\Perfmon_SQL_%computername%
3,493
the-stack-v2-dedup
Batchfile
sfc /scannow findstr /c:"[SR]" %windir%\Logs\CBS\CBS.log >"%userprofile%\Desktop\sfcdetails.txt" cd /d %userprofile%\Desktop DEL /f /s /q "sfcScannow.bat"
3,494
the-stack-v2-dedup
Batchfile
call "D:\AR Conversion\ProcessCode_Alok\GridLine_Adobe\Abode_Gridline_To_Pdf.py" "5175440317" "Internal_2" echo Start Date_Time proc call-->%date% %time%>>"D:\AR Conversion\ProcessCode_Alok\Log\5175440317_Internal_2.txt" sqlcmd -E -S localhost -d Pdf_Gridlines -Q "Exec SPV_AR_Process_DeleteGridlineData '5175440317' ">>...
3,495
the-stack-v2-dedup
Batchfile
@echo pip3 install xlutils pip3 install xlutils pip3 install xlwt pip3 install xlrd pip3 install xlsxwriter pip3 install demjson pip3 install xmltodict pip3 install configparser pip3 install PyQt5 pip3 install cx_Oracle pip3 install pymysql pip3 install pymssql pip3 install apscheduler pip3 install PyQt5 pip3 install ...
3,496
the-stack-v2-dedup
Batchfile
@echo off SET T3LOGDIR=H:\MAKE\GET\LOG SET T3VSS="C:\Programme\Microsoft Visual Studio\Common\VSS\win32\SS.EXE" set ssdir=\\SpaceShuttle\Sccs\LOCALE %T3VSS% GET $\Sprachversionen\Englisch\*.* -I-Y -GF -GTM -R -W+ -O%T3LOGDIR%\ssget_english.log
3,497
the-stack-v2-dedup
Batchfile
@echo off cd app/cache dir rmdir prod /S /Q rmdir dev /S /Q exit
3,498
the-stack-v2-dedup
Batchfile
echo off cd C:\ProgramData\MySQL\MySQL Server 8.0\Uploads del querySQL.txt cd C:\Users\MSI-PS42-OEM\Desktop\project_compro\shop mysql -u root -p123456 < sql.txt echo all | copy "C:\ProgramData\MySQL\MySQL Server 8.0\Uploads\querySQL.txt" "C:\Users\MSI-PS42-OEM\Desktop\project_compro\shop" cls exit
3,499