text
stringlengths
0
834k
del %BIN_DIR%\%APP_NAME_NTSC%.4k
del %BUILD_DIR%\%APP_NAME_SECAM%.o
del %BUILD_DIR%\%APP_NAME_SECAM%.map
del %BUILD_DIR%\%APP_NAME_SECAM%.lst
del %BUILD_DIR%\%APP_NAME_SECAM%.labels
del %BIN_DIR%\%APP_NAME_SECAM%.4k
",24.21875,50,0.7870967742
219841,f321eeb6b90d61c5b49c655f2d9f88bde8cd0b77,766,bat,Batchfile,depend/YDWE/bin/kill.bat,chengzongxin/h-lua-sdk,2ba2b46b3ea9c1882d3f90a80e51ea74a8cefa71,['MIT'],12.0,2021-04-24T10:08:03.000Z,2022-01-13T04:39:44.000Z,depend/YDWE/bin/kill.bat,chengzongxin/h-lua-sdk,2ba2b46b3ea9c1882d3f90a80e51ea74a8cefa71,['MIT'],6.0,2021-05-08T01:29:46.000Z,2021-12-13T11:30:20.000Z,depend/YDWE/bin/kill.bat,chengzongxin/h-lua-sdk,2ba2b46b3ea9c1882d3f90a80e51ea74a8cefa71,['MIT'],15.0,2021-04-30T05:49:38.000Z,2022-01-21T12:05:27.000Z,"@echo off
:: BatchGotAdmin
:-------------------------------------
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...
goto UACPrompt
) else ( goto gotAdmin )
:UACPrompt
echo Set UAC = CreateObject^(""Shell.Application""^) > ""%temp%\getadmin.vbs""
echo UAC.ShellExecute ""%~s0"", """", """", ""runas"", 1 >> ""%temp%\getadmin.vbs""
""%temp%\getadmin.vbs""
exit /B
:gotAdmin
if exist ""%temp%\getadmin.vbs"" ( del ""%temp%\getadmin.vbs"" )
pushd ""%CD%""
CD /D ""%~dp0""
cls
color ff
TITLE Kill - War3
CLS
ECHO.# by hunzsig
ECHO %~0
:MENU
taskkill /F /IM War3.exe > nul",23.2121212121,82,0.6174934726
219842,f3220985a34b2f34ee71a22daf377c6b0a5a4655,13003,bat,Batchfile,apache-tomcat-7.0.53/bin/catalina.bat,shubhanshu-gupta/Apache-Marmotta,3e6fd5bb45edd26a568c7675251c34803f4924dd,['CC-BY-3.0' 'Apache-2.0'],1.0,2016-08-14T17:03:51.000Z,2016-08-14T17:03:51.000Z,apache-tomcat-7.0.53/bin/catalina.bat,shubhanshu-gupta/Apache-Marmotta,3e6fd5bb45edd26a568c7675251c34803f4924dd,['CC-BY-3.0' 'Apache-2.0'],,,,apache-tomcat-7.0.53/bin/catalina.bat,shubhanshu-gupta/Apache-Marmotta,3e6fd5bb45edd26a568c7675251c34803f4924dd,['CC-BY-3.0' 'Apache-2.0'],,,,"@echo off
rem Licensed to the Apache Software Foundation (ASF) under one or more
rem contributor license agreements. See the NOTICE file distributed with
rem this work for additional information regarding copyright ownership.
rem The ASF licenses this file to You under the Apache License, Version 2.0
rem (the ""License""); you may not use this file except in compliance with
rem the License. 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 agreed to in writing, software
rem distributed under the License is distributed on an ""AS IS"" BASIS,
rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
rem See the License for the specific language governing permissions and
rem limitations under the License.
rem ---------------------------------------------------------------------------
rem Start/Stop Script for the CATALINA Server
rem
rem Environment Variable Prerequisites
rem
rem Do not set the variables in this script. Instead put them into a script
rem setenv.bat in CATALINA_BASE/bin to keep your customizations separate.
rem
rem CATALINA_HOME May point at your Catalina ""build"" directory.
rem
rem CATALINA_BASE (Optional) Base directory for resolving dynamic portions
rem of a Catalina installation. If not present, resolves to
rem the same directory that CATALINA_HOME points to.
rem
rem CATALINA_OPTS (Optional) Java runtime options used when the ""start"",
rem ""run"" or ""debug"" command is executed.
rem Include here and not in JAVA_OPTS all options, that should
rem only be used by Tomcat itself, not by the stop process,
rem the version command etc.
rem Examples are heap size, GC logging, JMX ports etc.
rem
rem CATALINA_TMPDIR (Optional) Directory path location of temporary directory
rem the JVM should use (java.io.tmpdir). Defaults to
rem %CATALINA_BASE%\temp.
rem
rem JAVA_HOME Must point at your Java Development Kit installation.
rem Required to run the with the ""debug"" argument.
rem
rem JRE_HOME Must point at your Java Runtime installation.
rem Defaults to JAVA_HOME if empty. If JRE_HOME and JAVA_HOME
rem are both set, JRE_HOME is used.
rem
rem JAVA_OPTS (Optional) Java runtime options used when any command
rem is executed.
rem Include here and not in CATALINA_OPTS all options, that
rem should be used by Tomcat and also by the stop process,
rem the version command etc.
rem Most options should go into CATALINA_OPTS.
rem
rem JAVA_ENDORSED_DIRS (Optional) Lists of of semi-colon separated directories
rem containing some jars in order to allow replacement of APIs
rem created outside of the JCP (i.e. DOM and SAX from W3C).