source string | code_lang string | content string | idx int64 |
|---|---|---|---|
the-stack-v2-dedup | Batchfile | Echo This was made in Github file creator
| 3,500 |
the-stack-v2-dedup | Batchfile | @echo off
python index.py %1 %2 %3 | 3,501 |
the-stack-v2-dedup | Batchfile | /* simply print parsed args line by line */
parse arg args; .local~args=args;
call SplitArgs;
args.=.local~argary;
/* args are parsed due to quotation */
/* ^-substitution is performed by cmd: ^< -> <, ^^ -> ^ */
DO i=1 TO args.0
say args.i
END;
exit
::requires common.rlb
| 3,502 |
the-stack-v2-dedup | Batchfile | set GOPATH=h:\A\lancers\wklancers\launcher
gox --osarch "darwin/amd64 windows/amd64 windows/386" | 3,503 |
the-stack-v2-dedup | Batchfile | native2ascii -encoding utf-8 mr.properties messageResources_zh_CN.properties | 3,504 |
the-stack-v2-dedup | Batchfile | copy /Y bin\%1\RevolutionaryStuff.SSIS.dll "C:\Program Files (x86)\Microsoft SQL Server\130\DTS\PipelineComponents"
copy /Y bin\%1\RevolutionaryStuff.SSIS.pdb "C:\Program Files (x86)\Microsoft SQL Server\130\DTS\PipelineComponents"
copy /Y bin\%1\RevolutionaryStuff.SSIS.extensions.xml "C:\Program Files (x86)\Microsoft ... | 3,505 |
the-stack-v2-dedup | Batchfile | @echo off
setlocal
set VSCODE_DEV=
set ATOM_SHELL_INTERNAL_RUN_AS_NODE=1
call "%~dp0..\Code.exe" "%~dp0..\resources\\app\\out\\cli.js" %*
endlocal | 3,506 |
the-stack-v2-dedup | Batchfile | kafka_2.11-0.10.0.1\bin\windows\zookeeper-server-start.bat custom.zookeeper.properties | 3,507 |
the-stack-v2-dedup | Batchfile | java -cp ..\lib\jade.jar;..\lib\Ontologias.jar;..\build\classes jade.Boot -gui -agents ladron1:agentes.AgenteLadronJCSP0003;ladron2:agentes.AgenteLadronJCSP0003;ladron3:agentes.AgenteLadronJCSP0003;ladron4:agentes.AgenteLadronJCSP0003;Consola:agentes.AgenteConsola;Policia:agentes.AgentePolicia; | 3,508 |
the-stack-v2-dedup | Batchfile | makeallfields bitfields
cat header.hs bitfields defaults allfields constants macros tailn.hs main_assemble >metalasm.hs
ghc --make metalasm.hs
metapre %1.src %1.pre
metalasm %1.pre >%1.lst
cp out.sym %1.sym
rm out.sym
grep "^\@" %1.lst >%1.hex
| 3,509 |
the-stack-v2-dedup | Batchfile | universe = java
executable = x_trapsig.exe
log = job_core_killsignal_java.log
error = job_core_killsignal_java.err
output = job_core_killsignal_java.out
kill_sig = 3
should_transfer_files = YES
when_to_transfer_output = ON_EXIT_OR_EVICT
Notification = NEVER
wantcorefile = false
queue 1
| 3,510 |
the-stack-v2-dedup | Batchfile | dotnet pack ../src/ReactiveSignalR/ReactiveSignalR.csproj -c Release -o ./packages | 3,511 |
the-stack-v2-dedup | Batchfile | docker build -t tcp_client ./client
docker run --network="tcp_server" --rm -it --name tcp_client tcp_client | 3,512 |
the-stack-v2-dedup | Batchfile | pythonw graph_naiveclique_network.py oldenburgGen_5000_0_0_0_20_20_1_1000_250_2_5_0005_002.txt 3 800 > ../out/mbr_5000_800_2_5.txt
pythonw graph_naiveclique_network.py oldenburgGen_10000_0_0_0_20_20_1_1000_250_2_5_0005_002.txt 3 600 > ../out/mbr_10000_600_2_5.txt
pythonw graph_naiveclique_network.py oldenburgGen_... | 3,513 |
the-stack-v2-dedup | Batchfile | REM Batch file for Hidden Command Line:
@ECHO OFF
start javaw -jar MusicPlayer.jar | 3,514 |
the-stack-v2-dedup | Batchfile | echo off
echo.
echo OPTIONALLY DELETE BUILD FOLDER BEFORE MAKING IT NEXT: build_cpp
pause
echo on
mkdir ..\build_cpp
pushd .
cd ..\build_cpp
conan install -pr ..\dev\xmsprofile_debug .. --build missing
popd
echo off
echo.
echo ABORT IF ERRORS ABOVE
pause
echo on
pushd .
cd ..\build_cpp
cmake .. -G"Visual Studio 16 ... | 3,515 |
the-stack-v2-dedup | Batchfile | :: test on windows
:: nosetests --exe -A "not slow and not network and not disabled" pandas %*
pytest pandas
| 3,516 |
the-stack-v2-dedup | Batchfile | echo on
cd book
java AdditionQuiz
pause | 3,517 |
the-stack-v2-dedup | Batchfile | set bbdrive=/cygdrive/j/BlackBerry/music/
set hdddrive=/cygdrive/d/ignacio/music/
"C:\Archivos de programa\ICW\Bin\rsync.exe" -avr %hdddrive% %bbdrive% --exclude-from=bb_exclude.txt
"C:\Archivos de programa\ICW\Bin\rsync.exe" -avr %bbdrive% %hdddrive% --exclude-from=bb_exclude.txt
pause | 3,518 |
the-stack-v2-dedup | Batchfile | set MYVAR=%~0
java -jar %MYVAR\..\..\..\GraphExplorer\dist\GraphExplorer.jar
| 3,519 |
the-stack-v2-dedup | Batchfile | @echo off
cd /d "%~dp0"
if not exist ZeroNet (
if "%1" == "" (
Python\python.exe -m zerobundle.run_win https://github.com/HelloZeroNet/ZeroNet;https://gitlab.com/HelloZeroNet/ZeroNet;https://try.gogs.io/ZeroNet/ZeroNet start.py
) else (
Python\python.exe -m zerobundle.run_win https://github.com/HelloZeroNet... | 3,520 |
the-stack-v2-dedup | Batchfile | @echo off
::
:: Copyright (c) 2019 Atif Aziz
::
:: Permission is hereby granted, free of charge, to any person obtaining
:: a copy of this software and associated documentation files (the
:: "Software"), to deal in the Software without restriction, including
:: without limitation the rights to use, copy, modify, merge,... | 3,521 |
the-stack-v2-dedup | Batchfile | java -classpath lib/voce.jar -mx256m Main | 3,522 |
the-stack-v2-dedup | Batchfile | @echo off
rem
rem Changing defaults in this file:
rem
rem 1. Modify SUSHIDIR, WIZDIR, and GUIQADIR to your defaults
rem 2. Enable the following "goto begin" statement
rem goto begin
if not .%3==. goto begin
echo Usage: %0 sushidir wizdir guiqadir
echo.
echo Purpose:
echo Syncs and copies vari... | 3,523 |
the-stack-v2-dedup | Batchfile | dotnet nuget push ..\HKH.Common\bin\Release\HKH.Common.4.5.2.3.nupkg -k oy2bae2ejx4t4zlw2bjavzlzpimqnf6urbtdz4mujfusmm -s https://www.nuget.org/api/v2/package
::dotnet nuget push ..\HKH.CSV\bin\Release\HKH.CSV.4.5.2.2.nupkg -k oy2bae2ejx4t4zlw2bjavzlzpimqnf6urbtdz4mujfusmm -s https://www.nuget.org/api/v2/package
paus... | 3,524 |
the-stack-v2-dedup | Batchfile | call gradlew build
if "ERRORLEVEL" == "0" goto rename
echo.
echo GRADLEW BUILD has errors - braking work goto fail
:rename
@rem here will be placed next commands
goto end
:fail
echo.
echo There were errors
:end
echo.
echo Work is finished | 3,525 |
the-stack-v2-dedup | Batchfile | \\vnhocapfs101\Apps\RemoteAssistant\RemoteAccess_to_VNHOC5N0181_Inc000337a.bat VNHOC5N0181 337
| 3,526 |
the-stack-v2-dedup | Batchfile | @echo off
cd "C:\Program Files\cURL\bin"
echo Mobile:%1%
curl "https://in.bookmyshow.com/serv/doSecureTrans.bms" -H "Cookie: __cfduid=dd1e516150ab54928d1e8a2572ecccc2c1476721783; tvc_vid=91476721737930; ci_id=b2968392-b2fc-4b53-b224-t157d37981a3-94214d3a0749; __gads=ID=bb96adfc9e20aa0d:T=1476721794:S=ALNI_MbzVziGLn5... | 3,527 |
the-stack-v2-dedup | Batchfile | cmd_/home/pi/device_drivers/native/hello_module/char_dd_d2p3/chardriver.ko := ld -r -EL --build-id=sha1 -T scripts/module.lds -o /home/pi/device_drivers/native/hello_module/char_dd_d2p3/chardriver.ko /home/pi/device_drivers/native/hello_module/char_dd_d2p3/chardriver.o /home/pi/device_drivers/native/hello_module/cha... | 3,528 |
the-stack-v2-dedup | Batchfile | for /r E:\wwzwLua\Lua %%i in (*.lua) do @python d:\Tools\ljd-master\main.py %%i > %%i.delua pause | 3,529 |
the-stack-v2-dedup | Batchfile |
@echo off
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "HideFileExt" /t REG_DWORD /d "0" /f
pause
exit
| 3,530 |
the-stack-v2-dedup | Batchfile | REM https://superuser.com/questions/1261678/how-do-i-speed-up-a-video-by-60x-in-ffmpeg
REM https://superuser.com/questions/1407833/using-ffmpeg-apply-audio-filter-dynaudnorm-to-multiple-audiostreams-in-avi
@echo off
echo %CD%
echo %~dp0
cd /d %~dp0
REM For first file
REM %1
REM For multiple files
echo %*
set COUNTE... | 3,531 |
the-stack-v2-dedup | Batchfile | start Troubleshoot.exe
| 3,532 |
the-stack-v2-dedup | Batchfile | npm install bootstrap@4.0.0-beta.3 | 3,533 |
the-stack-v2-dedup | Batchfile | iRTKLIB.exe -C E:/Codings/i-rtklib_dev/conf/PPP/ppp_mgex_gbm.conf -S G -M PPP-KINE -A 7 -L 0
Tool_ana_sol -C E:/Codings/i-rtklib_dev/conf/PPP/ppp_mgex_gbm.conf -S G -M PPP-KINE -A 7 -L 0 -D 1 -T PV
pause | 3,534 |
the-stack-v2-dedup | Batchfile | @echo
java trail
pause | 3,535 |
the-stack-v2-dedup | Batchfile |
@echo off
rem パス定義
set compiler=%SYSTEMROOT%\Microsoft.NET\Framework\v2.0.50727\csc.exe
set srcpath=%1
set srcname=%~n1
set srcext=%~x1
set binext=.exe
if "%srcname%"=="" call :cErr "ソースファイルをドロップ"
rem 処理実行
cd /d %~dp1
echo.コンパイラ [%srcname%]
echo. %compiler% /nologo /out:"%srcname%%binext%" %srcpath%
%compiler% /nolog... | 3,536 |
the-stack-v2-dedup | Batchfile | echo Called dlltool via script.cmd> %TMPDIR%\output.txt
dlltool.exe %*
| 3,537 |
the-stack-v2-dedup | Batchfile | REM BAtch file to copy and reformat data from remote stations in Mukilteo
REM Add paths to cygwin1.dll, unix text filters, and pyton to path variable.
REM *****************##########################*****************************
REM Edit paths for system where the batch file will be running
REM *****************####... | 3,538 |
the-stack-v2-dedup | Batchfile | @echo off
IF "%INNOSETUP_PATH%" == "" (
ECHO ERROR: environment variable INNOSETUP_PATH not set
GOTO end
)
ECHO Inno Setup located at %INNOSETUP_PATH%
ECHO compiling script...
"%INNOSETUP_PATH%\ISCC.exe" installer.iss
:end
PAUSE | 3,539 |
the-stack-v2-dedup | Batchfile | @echo off
start python D:\pythontest\pythontest\weather\GetWeather.py
exit | 3,540 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
SET dir=%~dp0
PUSHD %dir%
SET pa= %dir%serials.txt
SET exe=%dir%\intrinsics_bin\CustomRW.exe
for /f "tokens=1-2" %%A in (%pa%) DO (
%exe% -r -sn %%B -f backup_%%A_%%B.xml
%exe% -r -sn %%B -g
)
ECHO COMPLETE
PAUSE | 3,541 |
the-stack-v2-dedup | Batchfile | call \\vnhocapfs101\OTHERS\RemoteAssistant\Search_notassigned.bat VNHOC1N0328 65
call \\vnhocapfs101\OTHERS\RemoteAssistant\Search_response.bat VNHOC1N0328 65
call \\vnhocapfs101\OTHERS\RemoteAssistant\Search_response2.bat VNHOC1N0328 65
call \\vnhocapfs101\OTHERS\RemoteAssistant\Search_status.bat VNHOC1N0328 65
ca... | 3,542 |
the-stack-v2-dedup | Batchfile | call ndk-build
mkdir feather
mkdir feather\include
mkdir feather\armeabi-v7a
copy /y src\*.h feather\include
copy /y libs\armeabi-v7a\*.so feather\armeabi-v7a
del feather\include\feather_simple_generated.h
cmd | 3,543 |
the-stack-v2-dedup | Batchfile | gradlew :library:clean :library:build :library:publishMingwPublicationToMavenCentralRepository --no-daemon
| 3,544 |
the-stack-v2-dedup | Batchfile | @echo off
python C:/Users/salaslyrin/Desktop/mtcnn1120/gen_list/gen_list.py --net=24 --label_path="C:/Users/salaslyrin/Desktop/gen_pic/24"
pause | 3,545 |
the-stack-v2-dedup | Batchfile | @echo off
if "%1" equ "mingw" (
call build-mingw.bat
exit /b
)
setlocal
set MRUBY_DLL_DIR=%cd%
set MRUBY_CONFIG=%MRUBY_DLL_DIR%\build_config.rb
cd mruby
ruby minirake
if errorlevel 1 goto :end
set INSTALL_SHARED_DIR=%cd%\bin\shared
set HOST_PATH=%cd%\build\host
set BUILD_SHARED_DIR=%HOST_PATH%\bin\shared
set LIB=%L... | 3,546 |
the-stack-v2-dedup | Batchfile | echo Creating tmp directory...
mkdir tmp
cd tmp
echo Adding files...
echo build > .gitignore
echo ^<html^>^</html^> > index.html
mkdir css
echo // main css file > css/main.css
echo Creating git repo with files...
call git init > NUL
call git config user.name "Test Script"
call git config user.email "lucio.franco@d... | 3,547 |
the-stack-v2-dedup | Batchfile | @echo off
::https://bbs.et8.net/bbs/showthread.php?t=1035406
echo ==========DIR ��ʾ==========
dir /a %~dp0*.*
pause
echo ==========DIR ��ʾ�ļ�����==========
dir /b %~dp0*.*
pause
echo ==========FOR ������ DIR ������ʾ�ļ�����==========
for /f %%A in ('dir /b %~dp0*.*') do echo %%~nA
pause
echo =========... | 3,548 |
the-stack-v2-dedup | Batchfile | perl -e 'use Test-Deep'
if errorlevel 1 exit 1
| 3,549 |
the-stack-v2-dedup | Batchfile | start java -jar BankApp.jar | 3,550 |
the-stack-v2-dedup | Batchfile | cmd_comsvc/FwUpdate/libcomsvc_fwupdate.a := rm -f comsvc/FwUpdate/libcomsvc_fwupdate.a; /usr/local/gcc-arm-none-eabi-4_9-2015q1/bin/arm-none-eabi-ar rcsD comsvc/FwUpdate/libcomsvc_fwupdate.a comsvc/FwUpdate/AmbaFwUpdaterSD.o comsvc/FwUpdate/AmbaVer.o
| 3,551 |
the-stack-v2-dedup | Batchfile | @echo off
REM *************************************************************************************************************
REM * Stop All Services
REM *
REM *************************************************************************************************************
sc query PCTomcat | find "STOPPED" & if errorlevel ... | 3,552 |
the-stack-v2-dedup | Batchfile | mkdir src
cd src
dotnet new classlib -o App.Contracts -n App.Contracts
dotnet new webapi -o App.WebApi -n App.WebApi
dotnet new mstest -o App.WebApi.Tests -n App.WebApi.Tests
dotnet new sln -n App
dotnet sln add App.WebApi/App.WebApi.csproj
dotnet sln add App.WebApi.Tests/App.WebApi.Tests.csproj
dotnet sln add App.Cont... | 3,553 |
the-stack-v2-dedup | Batchfile | @echo Hello
@cl /?
@echo goodbye
| 3,554 |
the-stack-v2-dedup | Batchfile | cl65 -O -Oi triplette.c -o triplette.prg
del triplette.o
| 3,555 |
the-stack-v2-dedup | Batchfile | for /r . %%i in (*.jpg) do ffmpeg -i %%i %%~pi%%~ni.png
pause
| 3,556 |
the-stack-v2-dedup | Batchfile | @echo off
title HMD Bootloader Unlocker
cls
echo.
echo.
echo Hi there! This tool is meant for Unlocking your Nokia HMD
echo minor Sharp Aquos Phone.
echo.
echo This script is written by Hikari Calyx and will usable on:
echo Nokia 2, Nokia 5, Nokia 6, Nokia 6.1,
echo Nokia 6.1 Plus X6, Nokia 7, Nokia 7 Plus, Nokia 8,
ec... | 3,557 |
the-stack-v2-dedup | Batchfile | @echo off
C:
chdir C:\eeCygwin\bin
bash --login -i
| 3,558 |
the-stack-v2-dedup | Batchfile | gcc main.c parse/*.c
pause | 3,559 |
the-stack-v2-dedup | Batchfile | @echo off
node search.js
pause | 3,560 |
the-stack-v2-dedup | Batchfile | SET PATH=%PATH%;x64\Release
if exist x64\Release\test.exe (
x64\Release\test.exe test\resources\trip1.yaml test\resources\trip2.yaml
) else (
test\build\install\main\release\windows\test.bat test\resources\trip1.yaml test\resources\trip2.yaml
)
| 3,561 |
the-stack-v2-dedup | Batchfile | blhost -u 0x1fc9,0x01a2 -- fill-memory 0x2000b000 4 0xc0000005
blhost -u 0x1fc9,0x01a2 -- configure-memory 0xa 0x2000b000
blhost -u 0x1fc9,0x01a2 -- get-property 25 0xa
blhost -u 0x1fc9,0x01a2 -- read-memory 0x10000000 0x10
cmd | 3,562 |
the-stack-v2-dedup | Batchfile | rem build javascript
call vendor/bin/nether-onescript build www/js/src
rem build sylesheets
call vendor/bin/nether-onescript build www/css/src
| 3,563 |
the-stack-v2-dedup | Batchfile | cmd_/home/youngjae/edk9/modules/touch/dd_touch.ko := arm-none-linux-gnueabi-ld -EL -r -T /home/youngjae/edk9/linux/scripts/module-common.lds --build-id -o /home/youngjae/edk9/modules/touch/dd_touch.ko /home/youngjae/edk9/modules/touch/dd_touch.o /home/youngjae/edk9/modules/touch/dd_touch.mod.o
| 3,564 |
the-stack-v2-dedup | Batchfile | d:
cd D:\Development\SexyBot
cls
pm2 start albedo.py | 3,565 |
the-stack-v2-dedup | Batchfile | :: convenient single-click test + report batch file for local dev. Double-click in windows explorer to run.
cd ./../src
:: run test
dotnet test /p:AltCover=true
:: generate cover
reportgenerator -reports:./Tetrifact.Tests/coverage.xml -targetdir:./coverage ^
-assemblyfilters:+Tetrifact.*;-Tetrifact.Tests;-Tetrif... | 3,566 |
the-stack-v2-dedup | Batchfile | ====================================
HYPERCRAFT play Mad Commands codes 1.1v
IP a64975.leet.cc Port 64975
====================================
cmd insert play 1 if varset(%args%[1+]) then goto 4
cmd insert play 2 message %p% §eHyper§6Craft §8§l» §r§7Please enter a valid location!
cmd insert play 3 exit
cmd insert pl... | 3,567 |
the-stack-v2-dedup | Batchfile | @echo off
del dpe.rar
rar a -rr1 dpe.rar *.*
| 3,568 |
the-stack-v2-dedup | Batchfile | Echo off
Title Firefox Node on 4547
Echo Setting Project Location for ChromeDriver Node
set projectLocation="C:\Selenium Grid
pushd %projectLocation%
Echo Setting IEdriver path and creating node on 4547
java -Dwebdriver.ie.driver="C:\Selenium Grid Drivers\IEDriverServer64.exe" -jar selenium-server-standalone-3.141.59... | 3,569 |
the-stack-v2-dedup | Batchfile | md c:\"CiS Pro Backups"\
cd "C:\wamp\bin\mysql\mysql5.6.12\bin"
mysqldump --no-create-info --skip-triggers -u root -pNu66et apindb > CiSBackup_DATA%date:~-4,4%%date:~-7,2%%date:~0,2%.sql
copy "C:\wamp\bin\mysql\mysql5.6.12\bin\CiSBackup_DATA%date:~-4,4%%date:~-7,2%%date:~0,2%.sql" "c:\CiS Pro Backups\"
pause | 3,570 |
the-stack-v2-dedup | Batchfile | start javaw -Djpf.boot.config="boot1noApex.properties" -Xms128m -Xmx288m -cp lib/jpf-boot.jar;plugins/core/core/lib/jdic.jar; org.java.plugin.boot.Boot %1 %2 %3 %4
exit
| 3,571 |
the-stack-v2-dedup | Batchfile | taskkill /F /IM python.exe
"C:\Python32\python.exe" launch.py
"C:\Python32\python.exe" start.py
del /Q start.py
del /Q bot_conf.py
pause | 3,572 |
the-stack-v2-dedup | Batchfile | ..\zip_folder_contents.exe "My Console Application" "My DLL" "My Static Library" "My Windows Application" | 3,573 |
the-stack-v2-dedup | Batchfile | :: THIS IS AN ENGINE FILE AND SHOULD NOT BE RUN DIRECTLY
@If [%1]==[] Goto :eof
@Echo Off
Rem --- Detect available binaries
If Not Exist vivaldi_%1\Application\vivaldi.exe (
Echo ERROR: Vivaldi "%1" directory not found
Echo Press any key to exit
Pause>nul
Goto :eof
)
Rem --- Count profiles
Set /A NProf=0
Re... | 3,574 |
the-stack-v2-dedup | Batchfile | rem USAGE:
rem remote2 username buildtype path
rem Builds project
rem
rem
rem
title Building %2 %3 for %1
pushd \forms96\build\%3
echo. >build.log
echo. ************** Building %2 %3 ********** >>build.log
setlocal
call make.bat %2 2>&1 | tee build.log
endlocal
echo. *************************************... | 3,575 |
the-stack-v2-dedup | Batchfile | CD\QSYS_G\QCT\E901
PKUNZIP A:E901
CD\QSYS_G\QCT\E902
PKUNZIP A:E902
CD\QSYS_G\QCT\E903
PKUNZIP A:E903
CD\QSYS_G\QCT\E904
PKUNZIP A:E904
CD\QSYS_G\QCT\E905
PKUNZIP A:E905
CD\QSYS_G\QCT\E906
PKUNZIP A:E906
| 3,576 |
the-stack-v2-dedup | Batchfile | rem @echo off
rem add2d64.bat
rem based on a batch file to add a .prg file to a d64 disk image
rem original by Bill Buckels 2013
rem c1541.exe that comes with winvice must be on-path
rem this disk must be used on a c64 and not on a c128
rem the program is a c64 binary with BASIC startup code
rem modified b... | 3,577 |
the-stack-v2-dedup | Batchfile | start forever start -a index.js | 3,578 |
the-stack-v2-dedup | Batchfile | @echo off
title Exeter Modules Installer
cls
echo Wait 1 - 5 Minutes!
pip install -r requirements.txt
cls
echo Modules installed, press a key for exit!
pause
exit | 3,579 |
the-stack-v2-dedup | Batchfile | "C:\Program Files\MySQL\MySQL Server 5.1\bin\mysql.exe" -uroot -pclick01 -Demrtest < SQL_G0001_Clients_00.sql
"C:\Program Files\MySQL\MySQL Server 5.1\bin\mysql.exe" -uroot -pclick01 -Demrtest < SQL_G0001_Procedures_00.sql
"C:\Program Files\MySQL\MySQL Server 5.1\bin\mysql.exe" -uroot -pclick01 -Demrtest < SQL_G0001_Da... | 3,580 |
the-stack-v2-dedup | Batchfile | set path=%path%;"C:\Program Files (x86)\Windows Kits\8.1\bin\x86"
wosigncodecmd sign /dig sha256 /tp 60569cb296a77794109b52308fa8b5058160345c /p vhall20200701 /hide /c /tr http://timestamp.digicert.com /file ./setup/VhallLiveSetup_3.0.2.1_normal.exe
pause
| 3,581 |
the-stack-v2-dedup | Batchfile | @echo off
call python %~dp0/source/IAI.py --as edit | 3,582 |
the-stack-v2-dedup | Batchfile | @echo off
set BITSHARES_ROOT=%~dp0..\
echo Using %BITSHARES_ROOT% as Bitshare root directory
set OPENSSL_ROOT=%BITSHARES_ROOT%\OpenSSL
set OPENSSL_ROOT_DIR=%OPENSSL_ROOT%
set OPENSSL_INCLUDE_DIR=%OPENSSL_ROOT%\include
set DBROOTDIR=%BITSHARES_ROOT%\BerkeleyDB
set BOOST_ROOT=%BITSHARES_ROOT%\boost_1.55
set PATH=%BITS... | 3,583 |
the-stack-v2-dedup | Batchfile | cd Pages
node app.js
| 3,584 |
the-stack-v2-dedup | Batchfile | java -classpath hsqldb.jar org.hsqldb.Server -database test
| 3,585 |
the-stack-v2-dedup | Batchfile | @echo off
SET nodejs_version=14.16.0
SET qserver_version=0.34.1
SET tonosse_version=0.25.0
SET arango_version=3.7.10
SET nginx_version=1.18.0
SET tonossePath=%userprofile%\tonse
SET qserver=ton-q-server-%qserver_version%.tgz
:: Release downloading
mkdir "%tonossePath%"
cd %tonossePath%
curl -LJO https://github.com/I... | 3,586 |
the-stack-v2-dedup | Batchfile | set projectLocation=F:\workspace\fgh
cd %projectLocation%
mvn clean test -DsuiteXmlFile=fghTestNg.xml
cmd | 3,587 |
the-stack-v2-dedup | Batchfile | pyinstaller --onefile --noconsole --icon floppy.ico AutoSave.pyw | 3,588 |
the-stack-v2-dedup | Batchfile | @echo off
set DEV_PROJECT_ID=PROJECTID
set DEV_USER_IDENTIFIER=USERIDENTIFIER
set DEV_USER_SECRET=USERSECRET
| 3,589 |
the-stack-v2-dedup | Batchfile | start:
put prep hp 2
put harness 2
pause
put cast %1
pause
if (%t >= %cut_time) then
{
gosub put.1 "perf cut" "^Roundtime:|^You've"
gosub cut.timer
}
goto start | 3,590 |
the-stack-v2-dedup | Batchfile | REM winra1n WSL Distro registration script
ECHO Registering WSL distro...
wsl --import winra1n ../distro ../distro/distro.rootfs.tar.gz
ECHO Done | 3,591 |
the-stack-v2-dedup | Batchfile | @echo off
git clone https://github.com/nverno/hoods
cd hoods
git clone https://github.com/nverno/treedata | 3,592 |
the-stack-v2-dedup | Batchfile | src\packages\Bottles.1.0.0.441\tools\BottleRunner.exe %* | 3,593 |
the-stack-v2-dedup | Batchfile | REM explorer C:\Program Files\
explorer \\GBW20036372\clearvision$\
| 3,594 |
the-stack-v2-dedup | Batchfile | type line1.txt
perl line2.pl
| 3,595 |
the-stack-v2-dedup | Batchfile | @ECHO off
SET CURRENT_FOLDER=%~dp0
SET DTEXEC_EXE="C:\Program Files\Microsoft SQL Server\100\DTS\Binn\dtexec.exe"
IF EXIST %DTEXEC_EXE% (
ECHO load MDC alert data
%DTEXEC_EXE% /f "%CURRENT_FOLDER%Packages\MDCtoWTIntegration.dtsx" /Conf "%CURRENT_FOLDER%Config\SSISJob.dtsConfig"
ECHO load MDC alert data done, pres... | 3,596 |
the-stack-v2-dedup | Batchfile | NET USE N: /DEL
REM besser /SAVECRED verwenden!
REM NET USE N: \\CORE\EASY /SAVECRED /PERSISTENT:YES
NET USE N: \\CORE\EASY /User:easyNetz *
| 3,597 |
the-stack-v2-dedup | Batchfile | dism.exe /Online /Disable-Feature:Microsoft-Hyper-V
bcdedit /set hypervisorlaunchtype off | 3,598 |
the-stack-v2-dedup | Batchfile | rem echo windows
rem docker-compose -f docker-sqlserver-instance-windows.yaml up -d
echo linux
docker-compose -f docker-sqlserver-instance-linux.yaml up -d
docker container ls
pause
rem docker-compose -f docker-sqlserver-instance-windows.yaml down
docker-compose -f docker-sqlserver-instance-linux.yaml down ... | 3,599 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.