source
string
code_lang
string
content
string
idx
int64
the-stack-v2-dedup
Batchfile
@echo off echo "Uninstall system apps for current user only without root! Press ANY key..." adb devices pause echo "Uninstall MIUI system apps..." echo on adb shell pm uninstall --user 0 com.miui.analytics adb shell pm uninstall --user 0 com.miui.systemAdSolution adb shell pm uninstall --user 0 com.miui.bugrepo...
500
the-stack-v2-dedup
Batchfile
C: cd C:\TOPAS5 C:\TOPAS5\tc C:\Batch020\Ti64_TIFUN-T5_TD_Deform_910C_0.1mms-1-00001 "macro filename { C:\Batch020\Data\pilatus_00001.xy}" copy C:\Batch020\Ti64_TIFUN-T5_TD_Deform_910C_0.1mms-1-00001.out C:\Batch020\Ti64_TIFUN-T5_TD_Deform_910C_0.1mms-1-00001.inp C:\TOPAS5\tc C:\Batch020\Ti64_TIFUN-T5_TD_Deform_910C_...
501
the-stack-v2-dedup
Batchfile
cmd_/home/jjang3/LKP/Project_4/part1/proj4.ko := ld -r -m elf_x86_64 -z max-page-size=0x200000 -T ./scripts/module-common.lds --build-id -o /home/jjang3/LKP/Project_4/part1/proj4.ko /home/jjang3/LKP/Project_4/part1/proj4.o /home/jjang3/LKP/Project_4/part1/proj4.mod.o ; true
502
the-stack-v2-dedup
Batchfile
@echo off color a if not exist %ComputerName%~ mac$ md %ComputerName%~ mac$ echo set speech = Wscript.CreateObject("SAPI.spVoice") >> read.vbs call mac.bat "text" echo speech.speak "%text%" >> read.vbs start read.vbs pause Del read.vbs exit
503
the-stack-v2-dedup
Batchfile
::@ECHO OFF @echo off setlocal enabledelayedexpansion SET "mongoPath=C:\Program Files\MongoDB\Server\4.0\bin\mongoexport" SET "distPath=E:\script-seed-data\db\" SET "database=mylib" SET "databasePath=localhost:27017" set list=ActivityActions ActivityTransitions ActivityViewMaps Activitys^ EntityColumnPermisssions ...
504
the-stack-v2-dedup
Batchfile
echo off date /t >> timing.txt time /t >> timing.txt echo. >> timing.txt rem *** some basic checking if "%1" == "" goto label_usage if "%kl_buildno%" == "" goto label_emptybld rem *** internal variables set prod_name=Updater_for_SCM4Exchange set base_path=O: rem set prod_path=%base_path%\windows\works...
505
the-stack-v2-dedup
Batchfile
adb shell pm clear com.gitv.tv.live
506
the-stack-v2-dedup
Batchfile
@echo off REM pulls from repository and merges with the local one being worked on REM pulls origin to update local repository from original repository set checkOne=%1 IF %checkOne%==help GOTO help git add --all git commit -m "committing for update" git pull origin GOTO exit :help echo This tool checks the repos...
507
the-stack-v2-dedup
Batchfile
@echo off REM Request Elevation :: BatchGotAdmin (Run as Admin code starts) REM --> Check for permissions >nul 2>&1 "%SYSTEMROOT%\system32\cacls.exe" "%SYSTEMROOT%\system32\config\system" REM --> If error flag set, we do not have admin. if '%errorlevel%' NEQ '0' ( echo Requesting administrative privileges... ...
508
the-stack-v2-dedup
Batchfile
java -Xmx6144M -Xms1024M -jar minecraftforge-universal-1.6.4-9.11.1.965-v164-pregradle.jar nogui pause
509
the-stack-v2-dedup
Batchfile
Schtasks.exe /Create /TN "Sync-DSRM-Account-Password-RWDCs" /TR "\"%~dp0Sync-DSRM-Account-Password-RWDCs.cmd\"" /RU "NT Authority\System" /SC Daily /ST 01:00
510
the-stack-v2-dedup
Batchfile
rem Compile Expr.g4 by producing also visitor classes rem C:\Programme\Java\jre7\bin\java -cp ..\..\Reference\Antlr4\antlr4-csharp-4.0.1-SNAPSHOT-complete.jar;%CLASSPATH% org.antlr.v4.Tool -o . -no-listener -visitor -package Com.Query -Dlanguage=CSharp_v4_0 Expr.g4 %* java -cp ..\..\packages\Antlr4.4.2.2-alpha001\tools...
511
the-stack-v2-dedup
Batchfile
@REM Does the reverse of setupAsLib.bat call setupLibs.bat powershell -Command "(gc ScapeGameEngine\ScapeGameEngine.vcxproj) -replace '<ConfigurationType>StaticLibrary', '<ConfigurationType>Application' | Out-File ScapeGameEngine\ScapeGameEngine.vcxproj" powershell -Command "(gc ScapeGameEngine\ScapeGameEngine.vcxproj...
512
the-stack-v2-dedup
Batchfile
-intstyle "ise" -incremental -o "C:/Cursos/IntroFpga/Practica1Procesos/testbench_isim_beh.exe" -prj "C:/Cursos/IntroFpga/Practica1Procesos/testbench_beh.prj" "work.testbench"
513
the-stack-v2-dedup
Batchfile
C:\masm32\bin\ml /c /coff CallDLL.asm C:\masm32\bin\rc CallDLL.rc C:\masm32\bin\link /SUBSYSTEM:WINDOWS CallDLL.obj CallDLL.res Pause
514
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/rdma/hfi/.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/...
515
the-stack-v2-dedup
Batchfile
ATIH.PP.v16.0.0.6514.exe /S /Q
516
the-stack-v2-dedup
Batchfile
@ECHO OFF ECHO ==================================== ECHO Run npm link ECHO ==================================== CALL npm link ECHO ==================================== ECHO Run node-red ECHO ==================================== CALL node-red
517
the-stack-v2-dedup
Batchfile
@echo off FOR /F "tokens=4 delims= " %%P IN ('netstat -a -n -o ^| findstr :MY_SERVER_PORT') DO @ECHO TaskKill.exe /PID %%P FOR /F "tokens=4 delims= " %%P IN ('netstat -a -n -o ^| findstr :MY_WSERVER_PORT') DO @ECHO TaskKill.exe /PID %%P taskkill /f /im server.exe taskkill /f /im wServer.exe
518
the-stack-v2-dedup
Batchfile
copy *.sql /A Initialization.sql
519
the-stack-v2-dedup
Batchfile
@echo off :@echo all setlocal timer set dest_drv=k: set dest_root=\nav\cd_stage\navn_500 set src_drv=h: :------------------------------------------------------------------------- : CD generation script for ATOMIC_10-PACK US English CD :-----------------------------------------------------------------------...
520
the-stack-v2-dedup
Batchfile
git add --all git commit -m "db.query insert into topic" git push -u origin main
521
the-stack-v2-dedup
Batchfile
ftp -s:OpenFTP.txt
522
the-stack-v2-dedup
Batchfile
set path="C:\Program Files\Java\jdk1.8.0_151\bin"; javac TestURLScanner.java java TestURLScanner pause
523
the-stack-v2-dedup
Batchfile
echo build exe C:\lazarus\lazbuild.exe src/ffmpegGUIta.lpi
524
the-stack-v2-dedup
Batchfile
cmd_fs/configfs/built-in.a := rm -f fs/configfs/built-in.a; /home/matt/IcicleKit/polarfire-soc-buildroot-sdk/toolchain/bin/riscv64-unknown-linux-gnu-ar cDPrST fs/configfs/built-in.a fs/configfs/inode.o fs/configfs/file.o fs/configfs/dir.o fs/configfs/symlink.o fs/configfs/mount.o fs/configfs/item.o
525
the-stack-v2-dedup
Batchfile
@ECHO OFF set LIBPROJECT=libshapefile set APPPROJECT=test_shapefile setlocal enabledelayedexpansion for /f %%a in (%~dp0..\..\src\apps\test_shapefile\VERSION) do ( echo VERSION: %%a set APPVER=%%a goto :APPVER ) :APPVER echo update for: %APPPROJECT%-%APPVER% set DISTAPPDIR="%~dp0..\..\dist\%APPPROJECT%-%A...
526
the-stack-v2-dedup
Batchfile
SET DIRECTORY_NAME="C:\fromMainLaptop\ass_codebase\codebase\target\assessment\WEB-INF\lib" TAKEOWN /f %DIRECTORY_NAME% /r /d y ICACLS %DIRECTORY_NAME% /grant administrators:F /t PAUSE
527
the-stack-v2-dedup
Batchfile
@echo off for /d %%d in (*.*) do ( pushd %%d echo =========%%d============ for %%a in (*.*) do ( echo "%%~fa" ) echo ===================== popd ) pause
528
the-stack-v2-dedup
Batchfile
xcopy /s /Y /C /R "bin" "C:\Inetpub\wwwroot\wss\VirtualDirectories\80\bin\" pause
529
the-stack-v2-dedup
Batchfile
@ECHO OFF REM BFCPEOPTIONSTART REM Advanced BAT to EXE Converter www.BatToExeConverter.com REM BFCPEEXE= REM BFCPEICON= REM BFCPEICONINDEX=-1 REM BFCPEEMBEDDISPLAY=0 REM BFCPEEMBEDDELETE=1 REM BFCPEADMINEXE=0 REM BFCPEINVISEXE=0 REM BFCPEVERINCLUDE=0 REM BFCPEVERVERSION=1.0.0.0 REM BFCPEVERPRODUCT=Product N...
530
the-stack-v2-dedup
Batchfile
xcopy ..\..\assets\* assets\* /Y call %NDK_ROOT%ndk-build.cmd pause
531
the-stack-v2-dedup
Batchfile
NuGet.exe install NUnit -Source C:\Projects\ProperTests\Life\packages\NUnit.2.6.2\ -OutputDirectory C:\Projects\ProperTests\Life\packages\
532
the-stack-v2-dedup
Batchfile
@ECHO OFF IF "%1%" == "" ( @ECHO teclee nombre de fichero jar ) else ( REM java --module-path "C:\Java\javafx11\lib" --add-modules=javafx.controls -jar %1 java --module-path "C:\Program Files\Java\javafx11\lib" --add-modules=javafx.controls,javafx.fxml -jar %1 )
533
the-stack-v2-dedup
Batchfile
wscript.exe argumentos1.vbs c:\sacfalite
534
the-stack-v2-dedup
Batchfile
@echo off title POLISH_NOTATION color F0 CScript //nologo polish_notation.js (200+30*(45^2+5^2-3)*(8-5+3*4)) pause
535
the-stack-v2-dedup
Batchfile
@echo Installing Chocolatey... @powershell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%systemdrive%\chocolatey\bin @echo Finished installing Node @echo Installing NodeJS... cinst nodejs.install @echo Finish...
536
the-stack-v2-dedup
Batchfile
@echo off echo. echo K.J_Auto echo Please wait... echo. echo Initializing installed OS... echo. :SET SET RC=%Windir%\System32\reg.exe IF EXIST %Windir%\Sysnative\reg.exe SET RC=%Windir%\Sysnative\reg.exe %RC% QUERY "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion" /v "BuildLab" | findstr /i "9200" IF N...
537
the-stack-v2-dedup
Batchfile
cmd_drivers/staging/comedi/drivers/das16.ko := ld -r -m elf_x86_64 -z max-page-size=0x200000 --build-id -T ./scripts/module-common.lds -o drivers/staging/comedi/drivers/das16.ko drivers/staging/comedi/drivers/das16.o drivers/staging/comedi/drivers/das16.mod.o; true
538
the-stack-v2-dedup
Batchfile
cc -std=c99 -Wall prompt.c -o prompt
539
the-stack-v2-dedup
Batchfile
start ddestrs.exe -10%% -e35000 sleep 30 ddestrs.exe -c -e13000 -t10 sleep 10 :loop start ddestrs.exe -t3 -s -a sleep 15 ddestrs.exe -c -e13000 -t10 sleep 20 goto loop
540
the-stack-v2-dedup
Batchfile
@echo off rem Finds the Ruby embedded with Vagrant and executes setup.rb where /q vagrant.exe if errorlevel 1 ( echo "Vagrant doesn't seem to be installed. Please download and install it" echo "from http://www.vagrantup.com/downloads.html and re-run setup.bat." echo. pause exit /b 1 ) for /f "to...
541
the-stack-v2-dedup
Batchfile
mvn test -P arquillian-glassfish-embedded %*
542
the-stack-v2-dedup
Batchfile
@"%~dp0Metamorph.exe" %*
543
the-stack-v2-dedup
Batchfile
redis-server --service-stop redis-server --service-uninstall
544
the-stack-v2-dedup
Batchfile
@echo off REM REM Batch file to generate export file for 0319 API REM Version for Microsoft NT plateform (Windows NT4/2000) REM written by yannick.burianne@slb.com REM REM Set the environment variable JDK122IN & JC21LIB to the directory where you REM installed your Java development tools and JavaCard developm...
545
the-stack-v2-dedup
Batchfile
@echo off py -3 %~dp0/build_libs.py %*
546
the-stack-v2-dedup
Batchfile
REM REM replace c:\MINGW with whatever your installation root may be. REM GCC_EXEC_PREFIX is optional, and hardly ever needs to be set (read: REM leave it alone). REM SET MINGWDIR=c:\gcc-2.95 PATH=%MINGWDIR%\bin;%PATH% set BISON_SIMPLE=%MINGWDIR%\share\bison.simple set BISON_HAIRY=%MINGWDIR%\share\bison.hairy REM SET ...
547
the-stack-v2-dedup
Batchfile
@echo off LOAD_CERT.bat
548
the-stack-v2-dedup
Batchfile
java -jar target/jradiustester-latest.jar
549
the-stack-v2-dedup
Batchfile
md 元素相对浏览器窗口的位置 md 元素的相对定位 md 元素的绝对定位 md 重叠的元素 md 设置元素的形状 md 如何使用滚动条来显示元素内溢出的内容 md 如何设置浏览器自动溢出处理 md 使用像素值设置图像的顶部 md 使用像素值设置图像的底部 md 使用像素值设置图像的左边 md 使用像素值设置图像的右边 md 更改光标
550
the-stack-v2-dedup
Batchfile
@echo off echo 'Building file: ../SRC/USER_RespondToComputer.c'
551
the-stack-v2-dedup
Batchfile
@echo on & cd %cd% & conda activate tensorflowgpu & python traing.py & pause
552
the-stack-v2-dedup
Batchfile
cmd_drivers/platform/x86/classmate-laptop.mod := { echo drivers/platform/x86/classmate-laptop.o; echo; } > drivers/platform/x86/classmate-laptop.mod
553
the-stack-v2-dedup
Batchfile
@echo off :: This program just displays Hello World set message=Hello World echo %message%
554
the-stack-v2-dedup
Batchfile
@echo off call ..\..\..\..\SetCompilerVars.bat set file=console bcc32.exe -w-8057 -w-8004 -c -I%PELOCK_SDK_C% %file%.c ulink -L%BCC_LIB_PATH% c0x32.obj %file%.obj uuid.lib cw32.lib del *.obj if defined PELOCK_COMPILE_ALL goto end pause cls :end
555
the-stack-v2-dedup
Batchfile
@echo off rem java -cp C:/Studies/Thesis/Project/HL/HeuristicLab.Problems.BpEa/HeuristicLab.Problems.BpEa;c:/robocode1/libs/robocode.jar;c:/robocode1/libs/robocode.core-1.9.3.2.jar;c:/robocode1/libs/picocontainer-2.14.2.jar BattleRunner sample.Tracker c:\\robocode1 false 1 sample.SittingDuck rem ;C:/Users/meytal/.m2/r...
556
the-stack-v2-dedup
Batchfile
CmdParam,17 AlgoMode,1 ProfitTargetAmt,375 StopLossAmt,150 BreakEvenAmt,250 BarsSincePT,1 BarsSinceSL,1 BarsAgoMaxPbSAREn,5 BarsMaxLastCross,54 TimeStartH,21 TimeStartM,59 TimeEndH,14 TimeEndM,59 FlatTimeStart,1505 FlatTimeEnd,1700 TradeDirection,0 TradeStyle,0
557
the-stack-v2-dedup
Batchfile
copy /y "PrintLocker\bin\Release\PrintLocker.exe" "dist" copy /y "PrintLockerSetup\bin\Release\PrintLockerSetup.exe" "dist"
558
the-stack-v2-dedup
Batchfile
@echo off chcp 1251 >nul echo Курсы валют: call currency.bat USD UAH RUB call currency.bat EUR UAH
559
the-stack-v2-dedup
Batchfile
@echo off git submodule update --recursive --remote
560
the-stack-v2-dedup
Batchfile
set tools_dir=F:\PortableAppsPlatform\Apps\NetBeans set MINGW_HOME=%tools_dir%\MinGW set MINGW_HOME=C:\mingw-4.8.1-4 set MSYS_HOME=%tools_dir%\MSYS set path=%MINGW_HOME%\bin;%path% set path=%MSYS_HOME%\bin;%path%
561
the-stack-v2-dedup
Batchfile
SET GOOS=linux SET GOARCH=amd64 go build -ldflags "-s -w"
562
the-stack-v2-dedup
Batchfile
@echo off call src cd Java1
563
the-stack-v2-dedup
Batchfile
echo off if "%1" == "" goto usage if "%2" == "" goto usage cd d:\xp\neptune\inc cd %1:\candidate\rel%2\inc %1: if "%3" == "yes" goto skip11 goto skip12 :skip11 d: out jet.h %1: :skip12 cp jet.h d:. cd d:\xp\neptune\sdk\lib cd %1:\candidate\rel%2\sysdb if "%3" == "yes" goto skip21 goto skip22 :skip21 d: out system...
564
the-stack-v2-dedup
Batchfile
-intstyle "ise" -incremental -lib "unisims_ver" -lib "unimacro_ver" -lib "xilinxcorelib_ver" -lib "secureip" -o "E:/Lab5/Q1/Synth/l5q1/l5q1etb_isim_beh.exe" -prj "E:/Lab5/Q1/Synth/l5q1/l5q1etb_beh.prj" "work.l5q1etb" "work.glbl"
565
the-stack-v2-dedup
Batchfile
rem Depends on HOME being set in System setup. set DROPBOX=%HOME%\Dropbox set SCRIPT_DIR=%DROPBOX%\scripts set JAR_DIR=%DROPBOX%\lib
566
the-stack-v2-dedup
Batchfile
cmd_net/bridge/netfilter/nf_log_bridge.ko := ld -r -m elf_x86_64 -z max-page-size=0x200000 --build-id -T ./scripts/module-common.lds -o net/bridge/netfilter/nf_log_bridge.ko net/bridge/netfilter/nf_log_bridge.o net/bridge/netfilter/nf_log_bridge.mod.o; true
567
the-stack-v2-dedup
Batchfile
cd C:\Users\%username%\AppData\Local\CyberTracker3 :: CyberTracker may attempt to update the version on the device if it is outdated. The code at the end :: of the first app installation will exit from the script if it was anything other than successful (200). :: This allows the version update to complete and allows t...
568
the-stack-v2-dedup
Batchfile
xcopy /y C:\dev\Hezmanti\platforms\android\build\outputs\apk\android-debug.apk "C:\Users\avi\Dropbox\Algoretail Team Folder\Hezmanti"
569
the-stack-v2-dedup
Batchfile
@ECHO OFF %HOMEDRIVE% CD %USERPROFILE%\AppData\Roaming\Composer\vendor\olivierparent\artestead
570
the-stack-v2-dedup
Batchfile
elm-css src/Css/Stylesheets.elm
571
the-stack-v2-dedup
Batchfile
docker push mewgrammer/gw2-companion:api-service
572
the-stack-v2-dedup
Batchfile
@echo off rem This batch file calls the script to build the manual as HTML files. set build_para=withads if "%1" == "withoutads" set build_para= if "%1" == "withoutads" goto start if "%1" == "" goto start echo "%1" is a invalid argument. Please use "withoutads", if you don't want advertisements in the manual. goto en...
573
the-stack-v2-dedup
Batchfile
cmd_net/psample/psample.mod := { echo net/psample/psample.o; echo; } > net/psample/psample.mod
574
the-stack-v2-dedup
Batchfile
REM Metti questo batch nella cartella decompressa dei file binari di PostgreSQL REM che dovrà contenere la cartella bin e tutto il resto ed esguilo da li. REM Lo script imposta le variabili di PostgreSQL @SET PATH="%~dp0\bin";%PATH% @SET PGDATA=%~dp0\data @SET PGDATABASE=postgres @SET PGUSER=postgres @SET PGPORT=5439 ...
575
the-stack-v2-dedup
Batchfile
java -cp .\lib_antlr\antlr-4.1-complete.jar;bin\ Transformer.Main student.c 1 1 0 java -cp .\lib_antlr\antlr-4.1-complete.jar;bin\ Transformer.Main student.c 1 2 1 java -cp .\lib_antlr\antlr-4.1-complete.jar;bin\ Transformer.Main student.c 1 1 2 java -cp .\lib_antlr\antlr-4.1-complete.jar;bin\ Transformer.Main stude...
576
the-stack-v2-dedup
Batchfile
git clone https://github.com/MichelZ/OfficeWebUI
577
the-stack-v2-dedup
Batchfile
@echo off @RD /S /Q "./Test_Parser_src/Test_Parser/ParserGen/" @DEL /Q "./Test_Parser/" PAUSE
578
the-stack-v2-dedup
Batchfile
@CALL _global-settings @CALL __secrets\_secrets.bat SETLOCAL EnableDelayedExpansion REM CP 437 (DOS) REM Processmodulen kan ta 1 argument, antingen f”rkortat eller utskrivet, -oo | --only-order. REM Skickas inget eller fel argument k”rs hela processen. REM Kontrollerar om ett argument existerar, anv„nder argumentet ...
579
the-stack-v2-dedup
Batchfile
powershell cup all -y if exist "C:\Program Files (x86)\Mozilla Maintenance Service\Uninstall.exe" "C:\Program Files (x86)\Mozilla Maintenance Service\Uninstall.exe" /S del /f /q C:\Users\Public\Desktop\*.lnk if exist "C:\Users\Administrator\Desktop\ImageGlass.lnk" del /f /q "C:\Users\Administrator\Desktop\ImageGlass...
580
the-stack-v2-dedup
Batchfile
echo off copy master.txt 001-01-xxxx.html copy master.txt 001-02-xxxx.html copy master.txt 001-03-xxxx.html copy master.txt 001-04-xxxx.html copy master.txt 001-05-xxxx.html copy master.txt 001-06-xxxx.html copy master.txt 001-07-xxxx.html copy master.txt 001-08-xxxx.html copy master.txt 001-09-xxxx.html copy master.tx...
581
the-stack-v2-dedup
Batchfile
@echo off rem Usage: Commit-WIM-Image <Mount Folder Path> dism /unmount-wim /mountdir:%1 /commit rd %1 /q
582
the-stack-v2-dedup
Batchfile
-intstyle "ise" -incremental -lib "secureip" -o "C:/Users/osad5/Desktop/UCISW2PROJEKTADXL/UCISW/UCISW2PROJEKT/i2c_use_i2c_use_sch_tb_isim_beh.exe" -prj "C:/Users/osad5/Desktop/UCISW2PROJEKTADXL/UCISW/UCISW2PROJEKT/i2c_use_i2c_use_sch_tb_beh.prj" "work.i2c_use_i2c_use_sch_tb"
583
the-stack-v2-dedup
Batchfile
@echo off set namespace="MathInteractives.Interactivities.%@module#%.templates" echo Begin precompilation echo echo Processing template %1 call handlebars "%1.handlebars" -n %namespace% -f "%1.js" echo done. echo Precompilation complete... goto :eof :NO_ARGUMENT echo Invalid input parameters
584
the-stack-v2-dedup
Batchfile
cd ./frontend/ npm start
585
the-stack-v2-dedup
Batchfile
del *.res /s del *.log /s del *.tlog /s del *.pch /s del *.idb /s del *.pdb /s del *.obj /s del *.o /s del *.iobj /s del *.ipdb /s del *.ilk /s del *.exp /s pause
586
the-stack-v2-dedup
Batchfile
j spec_parser.rb %*
587
the-stack-v2-dedup
Batchfile
: This file will split the Total Carnage Program files : into the appropriate ROM files. It will then concantenate the files : into 2 MBit eprom files. : : P Cox 08 Nov. 1991 Initial Creation : P Cox 26 Nov. 1991 Deleted path spec for SREC : : Split the Program file echo "Beginning Program File Build Process.....
588
the-stack-v2-dedup
Batchfile
@rem Oczekiwane jest ze przed wykonanie tego pliku @rem zostana ustawione wczesniej zmienne: projekt, katalog, build @rem projekt to nazwa projektu. Np. ProjektA @rem katalog to miejsce polozenia projektu wzgledem tego pliku. Np. ..\projekt\ @rem Najlepszym sposobem jest w innym pliku bat zdefioniowac te zmienne, @rem...
589
the-stack-v2-dedup
Batchfile
cd c:\ E: cd E:\SELENIUM WORKSPACE Set classpath = E:\SELENIUM WORKSPACE\lib;E:\SELENIUM WORKSPACE\lib\* ;E:\SELENIUM WORKSPACE\TestNGPractice\bin;E:\SELENIUM WORKSPACE\lib\selenium-2.48.2;E:\SELENIUM WORKSPACE\lib\selenium-server-standalone-2.48.2.jar;E:\SELENIUM WORKSPACE\lib\testng-6.8.21.jar; java org.test...
590
the-stack-v2-dedup
Batchfile
cmd_drivers/usb/serial/f81534.mod := { echo drivers/usb/serial/f81534.o; echo; } > drivers/usb/serial/f81534.mod
591
the-stack-v2-dedup
Batchfile
C:\spark\bin\spark-submit --class "Latino4SparkTest" --master local C:\Work\Scala\Latino4SparkTest\out\artifacts\Latino4SparkTest_jar\Latino4SparkTest.jar
592
the-stack-v2-dedup
Batchfile
REM Example batch file for generating a song list REM Make sure SSPSONGDIR is set to your SongShowPlus songs directory set SSPSONGDIR=C:\Documents and Settings\All Users\Documents\R-Technics\SongShow Plus\Songs set SSPOUTPUT=%TEMP%\songlist.csv songlist "%SSPSONGDIR%" "%SSPOUTPUT%" explorer %SSPOUTPUT%
593
the-stack-v2-dedup
Batchfile
MonitorInfoView.exe /stext monitors.txt pause
594
the-stack-v2-dedup
Batchfile
//Utworzenie funkcji, procedur, triggerów, ewentów przez użytkownika developer dbisql -c uid=dev;pwd=sql C:\temp\Pozostale.sql //Oczekiwanie na wciśnięcie dowolnego klawisza - służy jako sprawdzenie czy skrypt wykonał się poprawnie pause
595
the-stack-v2-dedup
Batchfile
@echo off REM MLT REM 15/06/2018 REM Last Update : 09/03/2019 REM Setup pour nscp avec parametrage sur http REM Repertoire de travail SET Work_Dir=%~d0%~p0 SET Work_Dir=%Work_Dir:~0,-1% SETLOCAL enableDelayedExpansion REM Check si OS 32bits ou 64bits reg Query "HKLM\Hardware\Description\System\CentralProcessor\0"...
596
the-stack-v2-dedup
Batchfile
echo off tasklist | findstr "Xming.exe" if errorlevel 1 ( rem if you installed Xming somewhere else then change the file path in quotes to your path start "" "C:\Program Files (x86)\Xming\Xming.exe" :0 -clipboard -multiwindow ) cd "C:\xppall" start "" "xpp.bat" %1 rem call "xpp.bat" rem START /B CMD /C CALL ...
597
the-stack-v2-dedup
Batchfile
bcp ECCPROD.ZMalformedPickLog out c:\temp\ZMalformedPickLog.dat -S.\x3v6 -Usa -PPassw0rd -n -dx3v6
598
the-stack-v2-dedup
Batchfile
@ECHO OFF SET BINDIR=%~dp0 CD /D "%BINDIR%" "%ProgramFiles%\Java\jre7\bin\java.exe" -Xmx758M -Xms758M -jar Iniciar_server.jar PAUSE
599