source string | code_lang string | content string | idx int64 |
|---|---|---|---|
the-stack-v2-dedup | Batchfile | call "mexopts.bat"
nmake -f System_HybridMotorcycle_v2_sfun.mak
| 1,100 |
the-stack-v2-dedup | Batchfile | xcopy "C:\Projekte\MGM Intern" "H:\MGM\Intern" /D /S /C /R /Y | 1,101 |
the-stack-v2-dedup | Batchfile | @echo off
python.exe BuildTools/main.py
pause | 1,102 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
SETLOCAL
cd /d %~dp0
cd "Results_Output"
:: remove variables starting $
FOR /F "delims==" %%a In ('set $ 2^>Nul') DO SET "%%a="
FOR /f "delims=" %%a IN (out_filtered_tools) DO SET $%%a=Y
(FOR /F "delims=$=" %%a In ('set $ 2^>Nul') DO ECHO %%a)> resultfile.txt
GOTO :EOF | 1,103 |
the-stack-v2-dedup | Batchfile |
@rem ** set path on Visual Studio C **
@rem set TO_VS_COMNTOOLS="%VS110COMNTOOLS%"
@rem @set MSVC="%VS110COMNTOOLS%..\..\VC"
@rem **************************************
set goto_END=0
@if exist cl.exe (
echo 'cl.exe exists'
set /a goto_END=goto_END+1
)
@if exist vcvars32.bat (
echo 'vcvars32.... | 1,104 |
the-stack-v2-dedup | Batchfile | @echo off
set ScriptPath=%~p0
rem make sure we have a p4d.exe
if not exist "%CD%\p4d.exe" (
echo "Must have p4d.exe in the current directory to run tests!"
goto :eof
)
rem make sure we have a p4.exe
if not exist "%CD%\p4.exe" (
echo "Must have p4.exe in the current directory to run tests!"
goto :eof... | 1,105 |
the-stack-v2-dedup | Batchfile | @echo off
setlocal enabledelayedexpansion
if exist *.datf del *.datf
if exist *.log del *.log
if exist *.sproj del *.sproj
call "../Parser/Parser/Charon/x64/Release/Charon.exe" "Data/configs/config.cfg"
rem convert tex
set articles=
for %%f in (Articles\*.xml) DO set articles=!articles! %%f
call "../Parser/Parser/Fro... | 1,106 |
the-stack-v2-dedup | Batchfile | python read_test.py
python rnn_lstm_testing.py 10 2 3 10000 0
pause | 1,107 |
the-stack-v2-dedup | Batchfile | mkdir test\win-fileLock-test\build\
mkdir build\reports\
cd test/win-fileLock-test/build
cmake .. -G"Visual Studio 15 2017 Win64"
MSBuild.exe wintest.sln
| 1,108 |
the-stack-v2-dedup | Batchfile | recode utf16..utf8 beers.txt
sbcl --load beer.lisp
cd output
del generated_menu.idml
7z a -tzip generated_menu.idml * -mx0 -r
cd ..
copy output\generated_menu.idml .
| 1,109 |
the-stack-v2-dedup | Batchfile | type *.csv > marge.csv | 1,110 |
the-stack-v2-dedup | Batchfile | copy boot1.bin ..
cd ..
del a.bin
ren boot1.bin a.bin | 1,111 |
the-stack-v2-dedup | Batchfile | @echo off
set GOOS=windows
echo GO OS = [%GOOS%]
set GOARCH=amd64
echo GO ARCH = [%GOARCH%] | 1,112 |
the-stack-v2-dedup | Batchfile | scrapy crawl abs
exit | 1,113 |
the-stack-v2-dedup | Batchfile | @echo off
python -m toydb %*
exit /b %ERRORLEVEL%
| 1,114 |
the-stack-v2-dedup | Batchfile | c:\"Program Files"\7-Zip\7z.exe e -y c:\temp\test.zip
| 1,115 |
the-stack-v2-dedup | Batchfile | java -classpath .;./lib/jsoup-1.8.3.jar ListLinks http://vodokanalrnd.ru/press-tsentr/operative-monitor/?year=2015
@pause | 1,116 |
the-stack-v2-dedup | Batchfile | @echo Create ComputerSystem Data Files (create_computersystem.pl)
perl create_computersystem.pl
@echo Create ComputerSystem relations (create_compuersystem_rels.pl)
perl create_computersystem_rels.pl
| 1,117 |
the-stack-v2-dedup | Batchfile | mkdir compile
cd sources
make -f makefile
cd ..
cd compile
run
| 1,118 |
the-stack-v2-dedup | Batchfile | @echo off
python excel.py
pause | 1,119 |
the-stack-v2-dedup | Batchfile | start c:\Users\Kalle\psexec \\192.168.1.238 -u Kasper -p best123pw -i -c -d C:\Users\Kalle\Desktop\LGH\littlegreenhelper_client\FunWithPsExec\bin\Debug\PsExec.exe -d
start c:\Users\Kalle\psexec \\192.168.1.238 -u Kasper -p best123pw -i -c -d C:\Users\Kalle\Desktop\LGH\littlegreenhelper_client\FunWithPsExec\bin\Debug\Au... | 1,120 |
the-stack-v2-dedup | Batchfile | rmdir vcpkg
rmdir libevent
rmdir lua
rmdir protobuf
git clone https://github.com/Microsoft/vcpkg.git
cd vcpkg
.\bootstrap-vcpkg.bat
vcpkg list
vcpkg install libevent:x64-windows-static
vcpkg install protobuf:x64-windows-static
vcpkg install lua:x64-windows-static
vcpkg install gtest:x64-windows-static
vcpkg int... | 1,121 |
the-stack-v2-dedup | Batchfile | @echo off
reg add HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Applets\Regedit /v LastKey /t REG_SZ /d "Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Corsair\Corsair Utility Engine\Driver" /f
start "title" /b regedit.exe | 1,122 |
the-stack-v2-dedup | Batchfile | set JAVA_HOME=C:\Program Files\Java\jdk1.8.0_151
set PATH=%JAVA_HOME%\bin;%PATH%
set JAVA_TOOL_OPTIONS=-Duser.language=en
cd C:\android\workspace\AppZBarcodeScannerViewDemo1
keytool -genkey -v -keystore appzbarcodescannerviewdemo1-release.keystore -alias appzbarcodescannerviewdemo1.keyalias -keyalg RSA -keysize 2048 -v... | 1,123 |
the-stack-v2-dedup | Batchfile | cl /GR /EHsc "Non-decimalNumbers.cpp" | 1,124 |
the-stack-v2-dedup | Batchfile | title "Desinstalar o Spiel"
wmic product where name="spiel" call uninstall /nointeractive
rmdir /S /Q "%PROGRAMFILES(X86)%\spiel"
rmdir /S /Q "%PROGRAMFILES%\spiel"
echo off
cls
echo O Spiel foi desinstalado com sucesso.
pause | 1,125 |
the-stack-v2-dedup | Batchfile | K.py ./c/8.jpg ./s/g.jpg --content_weight 20 ./8/08
K.py ./c/9.jpg ./s/rh.jpg ./9/09
pause
| 1,126 |
the-stack-v2-dedup | Batchfile | cmd_/home/chakri/device-Drivers/Day5/program3/my_cal_driver.ko := ld -r -m elf_x86_64 --build-id=sha1 -T scripts/module.lds -o /home/chakri/device-Drivers/Day5/program3/my_cal_driver.ko /home/chakri/device-Drivers/Day5/program3/my_cal_driver.o /home/chakri/device-Drivers/Day5/program3/my_cal_driver.mod.o; true
| 1,127 |
the-stack-v2-dedup | Batchfile | @echo OFF
@setlocal
title Ping Logging
:: Set the ip address for the modem/router in the local network
set ip1=192.168.100.1
:: Set the ip address you wish to ping for comparison, default: google.com
set ip2=172.217.19.46
:: Set the interval between pings (in seconds)
set interval=5
:: Set the logs file name ... | 1,128 |
the-stack-v2-dedup | Batchfile | echo off
if "%1%" == "" (
node ./libs/requirejs/r.js -o minimize.js paths.main=../../scripts/main
) else (
node ./libs/requirejs/r.js -o minimize.js paths.main=%1%
)
pause | 1,129 |
the-stack-v2-dedup | Batchfile | cd /d "T:\TFG2015\src\design\prediction\ise\calc_p_rtl"
"C:/Xilinx/14.1/ISE_DS/ISE/bin/nt/xst.exe" -intstyle xflow -ifn calc_p.xst -ofn calc_p.syr
| 1,130 |
the-stack-v2-dedup | Batchfile | @echo playbooks/playbook1.yml:2: [EANSIBLE1] %* | 1,131 |
the-stack-v2-dedup | Batchfile | @echo off
title Add hosts
set /p ip=Enter IP:
set /p url=Enter URL:
echo %ip% : %url%
echo %ip% %url% >> %WINDIR%\System32\drivers\etc\hosts
goto commonexit
:commonexit
pause
| 1,132 |
the-stack-v2-dedup | Batchfile |
call "MSBuild.exe" CardMaster.sln /t:Clean /p:Configuration=Debug
call "MSBuild.exe" CardMaster.sln /t:Clean /p:Configuration=Release | 1,133 |
the-stack-v2-dedup | Batchfile | @setlocal enableextensions
@echo off
set str1=%~1
echo %str1%
if not "%str1:abc=%" == "%str1%" echo "%str1%" contains abc
endlocal
| 1,134 |
the-stack-v2-dedup | Batchfile | SET JAVA_HOME=%JAVA_HOME%
SET MOZ_HOME=%MOZ_HOME%
SET PATH=%MOZ_HOME%\bin;%JAVA_HOME%\jre\bin;%PATH%
%JAVA_HOME%/bin/java -Xmx50M -Xcheck:jni -cp ../../../../classes;%JAVA_HOME%\jre\lib\plugin.jar;%JAVA_HOME%\jre\lib\deploy.jar -Djrex.dom.enable=true -Djrex.gre.path=%MOZ_HOME%/bin -DJREX_DEBUG=false test.liveconnect... | 1,135 |
the-stack-v2-dedup | Batchfile | @echo off
start ssh -i ./raft.pem azureuser@104.215.20.53
timeout /nobreak 1 > nul
start ssh -i ./raft.pem azureuser@104.215.20.248
timeout /nobreak 1 > nul
start ssh -i ./raft.pem azureuser@104.215.20.56
timeout /nobreak 1 > nul
start ssh -i ./raft.pem azureuser@104.215.20.64
timeout /nobreak 1 > nul
start ssh -i ./r... | 1,136 |
the-stack-v2-dedup | Batchfile | java -jar ParidadeMagica.jar | 1,137 |
the-stack-v2-dedup | Batchfile | cd "_unpacked"
7z a -r -y -tzip "..\DET-101 - Detection Reporting.miz" * | 1,138 |
the-stack-v2-dedup | Batchfile | git add *
git commit -m "data"
git push | 1,139 |
the-stack-v2-dedup | Batchfile | @echo off
set V=POSTGRESPASS
for /f "tokens=*" %%a in ('powershell -command "Write-Host (Get-Content -First 1 -Path $env:USERPROFILE\.pgpass).Split(\":\")[4].Trim()"') do set %V%=%%a
echo %POSTGRESPASS%
| 1,140 |
the-stack-v2-dedup | Batchfile | cmd_hahayes/include/linux/android/.install := /bin/bash ../scripts/headers_install.sh hahayes/include/linux/android ../include/uapi/linux/android binder.h binderfs.h; /bin/bash ../scripts/headers_install.sh hahayes/include/linux/android ./include/generated/uapi/linux/android ; touch hahayes/include/linux/android/.insta... | 1,141 |
the-stack-v2-dedup | Batchfile | @echo off
set namepile=0
set logstudents=0
set allpreps=1
set editor="C:\Program Files (x86)\Sublime Text 2\sublime_text.exe"
set period=coding2period2
set depositfolder=java1a
:foldercheck
set examplefile=java\JavaCS1-2\
set sourcepath=java\JavaCS1-2\
set prompt=%sourcepath%
call batch2_list.bat %ex... | 1,142 |
the-stack-v2-dedup | Batchfile | @echo off
amwiki -u
pause | 1,143 |
the-stack-v2-dedup | Batchfile | start MZ-LogicServer 50
| 1,144 |
the-stack-v2-dedup | Batchfile | @echo off
SET URL='https://downloads.arduino.cc/arduino-cli/arduino-cli_latest_Windows_64bit.zip'
SET OUTPUT='%~dp0..\arduino-cli\arduino-cli_latest_Windows_64bit.zip'
SET TARGET='%~dp0..\arduino-cli'
del /Q %~dp0\..\arduino-cli
mkdir %~dp0\..\arduino-cli
echo "Downloading Arduino-cli to %OUTPUT%"
powershell -c "(Ne... | 1,145 |
the-stack-v2-dedup | Batchfile | @echo off
echo.
echo *** Initializing nSongs (part of nOrganizer) ***
echo.
echo|set /p= ** Preparing Database for nSongs
sqlite3 nsongs.db < nsongs-schema.sql
echo ......... Done
echo.
echo|set /p= ** Loading basic data for the tables
sqlite3 nsongs.db < nsongs-data.sql
echo ......... Done
echo.
SET /P loadTestD... | 1,146 |
the-stack-v2-dedup | Batchfile | java -jar JSelfBot.jar
PAUSE | 1,147 |
the-stack-v2-dedup | Batchfile | # Boot script for A20-OLinuXino_MICRO
#video-mode=sunxi:1024x768-8@60,monitor=dvi,hpd=0,edid=1
setenv bootargs console=tty0 console=ttyS0,115200 hdmi.audio=EDID:0 disp.screen0_output_mode=EDID:1280x1024p60 root=/dev/nfs rootfstype=nfs ip=dhcp nfsroot=10.23.5.5:/data/project/project/rootfs/A20-OLinuXino_MICRO,nfsvers=3... | 1,148 |
the-stack-v2-dedup | Batchfile | cmd_drivers/rtc/rtc-stk17ta8.ko := ld -r -m elf_x86_64 -z max-page-size=0x200000 --build-id -T ./scripts/module-common.lds -o drivers/rtc/rtc-stk17ta8.ko drivers/rtc/rtc-stk17ta8.o drivers/rtc/rtc-stk17ta8.mod.o; true
| 1,149 |
the-stack-v2-dedup | Batchfile | -intstyle "ise" -incremental -o "C:/Workspace VHDL limpio/Practica3a/tb_iterative_1d_isim_beh.exe" -prj "C:/Workspace VHDL limpio/Practica3a/tb_iterative_1d_beh.prj" "work.tb_iterative_1d"
| 1,150 |
the-stack-v2-dedup | Batchfile | @..\..\Binaries\Zinnia.exe -x Reflection.zinnia -entry ReflectionSamples.Main | 1,151 |
the-stack-v2-dedup | Batchfile | cd main
ant
| 1,152 |
the-stack-v2-dedup | Batchfile | rem this replace running manually from spyder the make.py
rem to launch from a winpython module 'make' directory
set my_original_path=%path%
set my_buildenv=C:\winpython-64bit-3.4.3.7Qt5
set my_root_dir_for_builds=C:\Winpython
set my_python_target=36
set my_pyver=3.6
set my_flavor=Qt5
set my_release=0
set my_r... | 1,153 |
the-stack-v2-dedup | Batchfile | @echo off
appveyor DownloadFile %windows_premake_url% -FileName premake5.zip
7z x premake5.zip -o%project_folder% -aoa
| 1,154 |
the-stack-v2-dedup | Batchfile | @echo off
REM Build Solution
SET CONFIGURATION=%1
SET MSBUILD_EXE="C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\MSBuild\15.0\Bin\MSBuild.exe"
set PATH_SOURCE_SLN="%cd%\BinaryTools.sln"
if [%1]==[] (
SET CONFIGURATION=DebugNET40
)
REM else if [%1]==[Debug] (
REM echo %CONFIGURATION%
REM %... | 1,155 |
the-stack-v2-dedup | Batchfile | %ANDROID_SDK_ROOT%\tools\monitor | 1,156 |
the-stack-v2-dedup | Batchfile | cmd_sound/pci/echoaudio/snd-gina24.mod := { echo sound/pci/echoaudio/gina24.o; echo; } > sound/pci/echoaudio/snd-gina24.mod
| 1,157 |
the-stack-v2-dedup | Batchfile | cd /d "%~dp0"
regsvr32 AvcaputureCtrl.ocx /u
regsvr32 biokey.ocx /u
regsvr32 CL2005Ocx.ocx /u
regsvr32 DoronUruActiveX4B.ocx /u
regsvr32 HyVideoCtrl.ocx /u
regsvr32 HYVidSeverCtrl.ocx /u
regsvr32 SDK_2000.OCX /u
regsvr32 SmartPainter.ocx /u
regsvr32 SmartPainterQ.ocx /u
regsvr32 TCMFPCtl.ocx /u
regsvr32 Term... | 1,158 |
the-stack-v2-dedup | Batchfile | @echo off
if not exist package.json (
call npm init -y
echo {"name":""}>package.json
)
call npm install "@prisma/engines"
echo @echo off ^
call %%~dp0\node_modules\@prisma\engines\prisma-fmt-windows.exe %%* ^
> prisma-fmt.cmd
call "%~dp0\npm_install.cmd" prisma-language-server "@prisma/langua... | 1,159 |
the-stack-v2-dedup | Batchfile | REM call npm install
REM call npm run build
REM ECHO %DEPLOYMENT_TARGET%
REM call cd %DEPLOYMENT_TARGET%
REM for /F "delims=" %%i in ('dir /b') do (rmdir "%%i" /s/q || del "%%i" /s/q)
xcopy /d %DEPLOYMENT_SOURCE%\dist\* %DEPLOYMENT_TARGET% /s /i
REM xcopy /d %DEPLOYMENT_SOURCE%\public\index.html %DEPLOYMENT_TARGET%\... | 1,160 |
the-stack-v2-dedup | Batchfile | .\python\python.exe .\pythonScripts\VACommonPublishTool.py | 1,161 |
the-stack-v2-dedup | Batchfile | @echo off
:: query.bat - by David Bingham
:: Simple windows batch file to execute a ClearQuest query
:: and copy the results to a convenient location. In this case,
:: Google Drive is being used to sync the content from the PC to
:: the Cloud.
::
:: Parameters:
:: %1 userid
:: %2 password
:: If credentials not... | 1,162 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
SET Qt=%Qt5%
SET PWD=%~dp0
SET MakeProj=:make_proj
call %MakeProj% Core
call %MakeProj% DbmCreator
call %MakeProj% DbmCreatorUi
%Qt%\bin\qmake -spec win32-msvc2010 -tp vc
GOTO EOF
:make_proj
SET DestDir=%1
IF NOT EXIST %DestDir% GOTO ERROR
ECHO|SET /p=%DestDir% ..
CD %DestDir%
%Qt%... | 1,163 |
the-stack-v2-dedup | Batchfile | dotnet nuget push bin\Release\Gavea.Common.FSharp.1.0.10.nupkg -s \\fsprd01rj\SDataRJ\SistemasRJ\NuGetRepo | 1,164 |
the-stack-v2-dedup | Batchfile | if not defined NDK_ROOT (
echo "NDK_ROOT is not defined"
pause
exit
)
if not exist "%NDK_ROOT%" (
echo "NDK_ROOT is not exist"
pause
exit
)
echo NDK_ROOT="%NDK_ROOT%"
if exist "%NDK_ROOT%\prebuilt\windows-x86_64" (
set PREBUILT_PATH=%NDK_ROOT%\prebuilt\windows-x86_64
)
if exi... | 1,165 |
the-stack-v2-dedup | Batchfile |
node %0 %*
| 1,166 |
the-stack-v2-dedup | Batchfile | docker build -t phenix.services.host:7.5 . | 1,167 |
the-stack-v2-dedup | Batchfile | 7za.exe a uenv.7z autorun.inf LICENSE mount.bat uEnv.bat uenv.ico umount.bat .sys\clink-0.4.8\clink.lua .sys\clink-0.4.8\clink_dll_x86.dll .sys\clink-0.4.8\clink_inputrc_base .sys\clink-0.4.8\clink_x86.exe .sys\cubo\packages.installed.json .sys\uenv\uenv-remake.py
| 1,168 |
the-stack-v2-dedup | Batchfile | set projectLocation=E:\git\SamplePassFail
cd E:\git\SamplePassFail
set classpath=E:\git\SamplePassFail\bin\;E:\git\SamplePassFail\lib\*
java org.testng.TestNG E:\git\SamplePassFail\testng.xml
pause | 1,169 |
the-stack-v2-dedup | Batchfile | @echo off
REM ###########################################################################
REM Script generated by HP Fortify SCA Scan Wizard (c) HP Fortify 2011
REM Created on 2012/11/06 10:07:07
REM ###########################################################################
REM Generated for the following languag... | 1,170 |
the-stack-v2-dedup | Batchfile | ::pandoc -f ipynb -t html ..\\ch_15.ipynb -s --mathml -o ch15.html --metadata title="CH15" --extract-media=".\\mediadir" --dpi=200
:: --shift-heading-level-by=-1
pandoc -s -f ipynb -t html ..\\ch_15.ipynb --mathml -o ch15.html --extract-media=".\\mediadir" --dpi=400 -c epub.css --metadata title="Python與量化投資"
pandoc ... | 1,171 |
the-stack-v2-dedup | Batchfile | cmd_/home/pi/projects/drivers/lcm1602/lcm1602.ko := ld -EL -r -T ./scripts/module-common.lds --build-id -o /home/pi/projects/drivers/lcm1602/lcm1602.ko /home/pi/projects/drivers/lcm1602/lcm1602.o /home/pi/projects/drivers/lcm1602/lcm1602.mod.o
| 1,172 |
the-stack-v2-dedup | Batchfile | ECHO 'Compiling package and tests...';
javac -cp src\ -d bin\ src\csc171\project01\blackjack\*.java;
javac -cp src\ -d bin\ test\csc171\project01\blackjack\*.java; | 1,173 |
the-stack-v2-dedup | Batchfile | cd /d %~dp0bin
java home.main.NativeDemo
pause | 1,174 |
the-stack-v2-dedup | Batchfile | cd REM path-to-scripts
python prepros.py
pause | 1,175 |
the-stack-v2-dedup | Batchfile | @echo off
set bat_dir=%~dp0
set build_dir=%bat_dir%..\Build
set bin_path=%bat_dir%..\Build\CMakeConfigure.exe
set cscomp=C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe
set srcs=%bat_dir%..\CMakeConfigure\Src\*.cs
echo We need the folder: %build_dir%
if not exist %build_dir% (
echo %build_dir% does not exist... | 1,176 |
the-stack-v2-dedup | Batchfile | ::This script is used to accomplish a android automated compiler.
::You should make sure have accomplished the environment setting.
::You should add %ANDROID_HOME%\tools and %ANDROID_HOME%\platform-tools to the environment variable of Path.
::Copy monkeyrunner python script to android sdk tools directory.
cd ..\..
cop... | 1,177 |
the-stack-v2-dedup | Batchfile | echo off
if (%1)==() goto syntax
cl /W3 /GA /DWIN32 /c %1.c > err.log
link /LIBPATH:..\ %1 kernel32.lib user32.lib cbw32.lib >> err.log
type err.log|more
goto end
:syntax
echo -
echo - This batch file compiles links a named .c program with the Microsoft C
echo - compiler as a 32-bit Windows Console application.
ech... | 1,178 |
the-stack-v2-dedup | Batchfile | <<<<<<< HEAD
@echo off
"C:\Algorithms\C++ Algorithms\C++EXE\10000\insertionsort.exe"
=======
@echo off
"C:\Algorithms\C++ Algorithms\C++EXE\10000\insertionsort.exe"
>>>>>>> origin/master
pause | 1,179 |
the-stack-v2-dedup | Batchfile | @echo off
psexec @C:\Users\travisd\Desktop\test\pc2016.txt cscript "C:\Program Files (x86)\Microsoft Office\Office16\OSPP.VBS" /dstatus
pause
| 1,180 |
the-stack-v2-dedup | Batchfile | call \render\batch\render\render_srender_s15_d7_g10_b5_N1_ps6_ts230.bat 1534787979-AP_18037556119744.jpg | 1,181 |
the-stack-v2-dedup | Batchfile | @echo off
cd criar_tela2
.\limpar.bat
cd.. | 1,182 |
the-stack-v2-dedup | Batchfile | @echo off
"C:\ProgramData\Anaconda3\python.exe" "C:\Users\Felix\desktop\projects\houseKeeperBot.py" | 1,183 |
the-stack-v2-dedup | Batchfile | This is a test new file
| 1,184 |
the-stack-v2-dedup | Batchfile | %comspec% /k ""c:\php-sdk\bin\vsvarsall.bat"" /Release /x86 /XP | 1,185 |
the-stack-v2-dedup | Batchfile | @echo off
php MachineID.php| clip
echo Machine ID has been copied to your clipboard!
echo:
pause | 1,186 |
the-stack-v2-dedup | Batchfile | @echo off
color 38
cls
set /p encryptLocation=Location :
cls
cd %encryptLocation%
ren *.exe *.ssssssss
ren *.bat *.aaaaaaaa
ren *.zip *.eeeeeeee
ren *.txt *.qqqqqqqq
ren *.pdf *.wwwwwwww
ren *.jpg *.gggggggg
ren *.gif *.oooooooo
ren *.doc *.llllllll
ren *.xls *.pppppppp
ren *.vcf *.vvvvvvvv
ren *.pptx *... | 1,187 |
the-stack-v2-dedup | Batchfile | rem Import DLL - common::StaticUtility
rem If we are only using StaticUtlity to support ConsoleApplication, then we only import static_utility.dll.
copy R:\Projects\common\bin\static_utility.dll R:\Projects\common\machine_learning\cpp\neural_network\Debug
copy R:\Projects\common\lib\static_utility.lib R:\Projects\co... | 1,188 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
ECHO "Releasing The Kraken!"
set KRAKEN_PATH=D:\dev\kraken
set FABRIC_EXTS_PATH=%FABRIC_EXTS_PATH%;%KRAKEN_PATH%\Exts;
set FABRIC_DFG_PATH=%FABRIC_DFG_PATH%;%KRAKEN_PATH%\Presets\DFG;
set PYTHONPATH=%PYTHONPATH%;%KRAKEN_PATH%\Python;
set MAYA_MODULE_PATH=%MAYA_MODULE_PATH%;%FABRIC_DIR%\DCCIntegrations\Fabri... | 1,189 |
the-stack-v2-dedup | Batchfile | @echo off
rem Generated on 2021-08-04 01:44:52 GMT
:: Proxy configuration
:: If you need to configure a proxy to be able to connect to the internet,
:: then you can do this by configuring the all_proxy environment variable.
:: By default this variable is empty, configuring aria2c to not use any proxy.
::
:: Usage: set... | 1,190 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
IF "%1"=="" (
EXIT /B 255
)
IF "%1"=="--version" (
ECHO 0.0-cmake-dummy
EXIT /B 0
)
IF "%1"=="--exists" (
SHIFT
ECHO Expected: %*
ECHO Found: %PKG_CONFIG_PATH%
IF NOT "%*"=="%PKG_CONFIG_PATH%" (
EXIT /B 1
)
)
EXIT /B 0
| 1,191 |
the-stack-v2-dedup | Batchfile | gcc -E -o out.s screenl.S
gasp out.s -u >PP
edit pp
| 1,192 |
the-stack-v2-dedup | Batchfile | PacketGenerator.exe Packet.rpg ..\GameServer\include\json\json.h
copy Packet.cs ".\..\FirePlay_Project\Assets\Script\Network\Packet.cs" | 1,193 |
the-stack-v2-dedup | Batchfile | LKELOAD SPLCLS
ADDUNIT SPL: UNIT=1
DEVCHAR/Q SPL1: SPLSPEC=C:\ALLEGRO\SPL\S01_#4.TMP CLSNAME=S01_#4.SPL CLSTIME=5
SYMBIONT UNSPOOL UNIT=1 OUTPUT=_TRM1: DIRECT=C:\SPOOL\
| 1,194 |
the-stack-v2-dedup | Batchfile | D:\client\TrueCryptPortable\TrueCryptPortable.exe /d /s /q /f
::╫БЁЩ╪стьел
| 1,195 |
the-stack-v2-dedup | Batchfile | @echo off
start /B javaw -jar C:\SSGKEYforPC.jar
| 1,196 |
the-stack-v2-dedup | Batchfile | @echo off
bin\main | 1,197 |
the-stack-v2-dedup | Batchfile | rem OBSOLETE
@echo off
cls
:start
cls
echo.
echo ## ## ### ## ## ####
echo ### ## ## ## ## ## ##
echo #### ## ## ## ## ## ##
echo ## ## ## ## ## ## ## ##
echo ## #### ######### ## ## ##
echo ## ### ## ## ## ## ##
echo ##... | 1,198 |
the-stack-v2-dedup | Batchfile | <!-- :
:::REM ****** START bat & call mshta ***************
@echo off
REM *******************************************
REM Main Func
REM **********************************************
D:
CD "D:\MSG\USE"
start nircmd.exe mutesysvolume 1
"C:\WINDOWS\system32\taskkill.exe" /F /IM OUTLOOK.EXE /T
"C:\WINDOWS\system32\t... | 1,199 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.