代码搜索:batch

找到约 6,125 项符合「batch」的源代码

代码结果 6,125
www.eeworm.com/read/152296/12123717

bat abld.bat

@ECHO OFF REM Bldmake-generated batch file - ABLD.BAT REM ** DO NOT EDIT ** perl -S ABLD.PL \MYPROJ~1\LUSTRA~1\GROUP\ %1 %2 %3 %4 %5 %6 %7 %8 %9 if errorlevel==1 goto CheckPerl goto End :C
www.eeworm.com/read/338766/12285811

cpp qcoutputter.cpp

#include "QuickClustering.h" void QCOutputter::init(string _name , string _dir, int _batch_idx, mass_t min_m_over_z, mass_t max_m_over_z, float min_similarity, int min_cluster_size) {
www.eeworm.com/read/224771/14567912

bat abld.bat

@ECHO OFF REM Bldmake-generated batch file - ABLD.BAT REM ** DO NOT EDIT ** perl -S ABLD.PL "\SYMBIAN\7.0S\MY\LIST\GROUP\\" %1 %2 %3 %4 %5 %6 %7 %8 %9 if errorlevel==1 goto CheckPerl goto End
www.eeworm.com/read/123658/14617832

bat config-nt.bat

echo Configuring GCC for Windows NT on %2 rem This batch file assumes a unix-type "sed" program echo #include "%2/xm-winnt.h" >config.h echo #include "%2/xm-winnt.h" >hconfig.h echo #include "%2/xm-w
www.eeworm.com/read/221725/14725913

bat abld.bat

@ECHO OFF REM Bldmake-generated batch file - ABLD.BAT REM ** DO NOT EDIT ** setlocal @SET BLDINFPATH=\STEP6\GROUP\ perl -S ABLD.PL "\STEP6\GROUP\\" %1 %2 %3 %4 %5 %6 %7 %8 %9 if errorlevel==
www.eeworm.com/read/221624/14734969

bat abld.bat

@ECHO OFF REM Bldmake-generated batch file - ABLD.BAT REM ** DO NOT EDIT ** perl -S ABLD.PL "\SYMBIAN_WORK\ZQP_STUSYM\GROUP\\" %1 %2 %3 %4 %5 %6 %7 %8 %9 if errorlevel==1 goto CheckPerl goto
www.eeworm.com/read/117180/14937980

bat sampbc.bat

rem Batch file to make all sample applications for Turbo C tmake %1 %2 %3 %4 %5 -fres.bc if errorlevel 1 goto exit tmake %1 %2 %3 %4 %5 -fminres.bc if errorlevel 1 goto exit tmake %1 %2 %3 %4 %5
www.eeworm.com/read/117180/14938143

bat samptc.bat

rem Batch file to make all sample applications for Turbo C tmake %1 %2 %3 %4 %5 -fres.tc if errorlevel 1 goto exit tmake %1 %2 %3 %4 %5 -fminres.tc if errorlevel 1 goto exit tmake %1 %2 %3 %4 %5
www.eeworm.com/read/115227/15020512

bat build_bc.bat

@echo off rem MS-DOS batch file to build for Windows with Borland C++. rem Supplied by George Yohng . rem rem $Id: build_bc.bat,v 1.3 1999/08/06 02:18:21 greg Rel $ del *.
www.eeworm.com/read/216128/15026063

bat build.bat

@rem Some project-building stuff... @rem Project build batch script (c) coban2k @set projname=EncodeToDb @set masmdir=c:\masm32 @set build_rc=0 @set app_run_on_build=0 @set debug=0 @echo of