代码搜索:BATCH
找到约 6,125 项符合「BATCH」的源代码
代码结果 6,125
www.eeworm.com/read/162587/10294633
bat cleanoc.bat
REM Batch for VRTXoc on WIndows
REM Use the make utility provided with XRAY
REM clean
cd arm7\bigendian
make -f Makefile.win clean
cd ..\..
cd arm7\littleendian
make -f Makefile.win clean
www.eeworm.com/read/279499/10433179
bat main.bat
@echo off
ECHO Use this batch file to make a new cab file. Press CTRL-C to cancel, or
pause
"C:\Program Files\Microsoft Visual Studio\VB98\Wizards\PDWizard\MAKECAB.EXE" /f "GM.DDF"
www.eeworm.com/read/350443/10742816
bat 中学生学籍管理系统.bat
@echo off
ECHO Use this batch file to make a new cab file. Press CTRL-C to cancel, or
pause
"C:\Program Files\Microsoft Visual Studio\VB98\Wizards\PDWizard\MAKECAB.EXE" /f "Student.DDF"
www.eeworm.com/read/349903/10785151
bat bcldoit.bat
rem MIRACL - IBM PC/MS-DOS Version 4.0
rem This batch files creates the large memory model version of miracl.lib
rem from its component parts using the Borland C++ V3.1 (or greater) compiler
rem A
www.eeworm.com/read/462538/7200396
bat abld.bat
@ECHO OFF
REM Bldmake-generated batch file - ABLD.BAT
REM ** DO NOT EDIT **
perl -S ABLD.PL "\SymbianProject\TestDoubleBuffer\group\\" %1 %2 %3 %4 %5 %6 %7 %8 %9
if errorlevel==1 goto CheckPer
www.eeworm.com/read/447464/7550626
bat change_pb_bits.bat
rem Batch file to update PicoBlaze program within a BIT file
rem Ken Chapman - Xilinx Ltd - July 2005
rem
rem Invoke using command
rem change_pb_bits prog_name design_name
rem where
rem
www.eeworm.com/read/329626/12943805
bat abld.bat
@ECHO OFF
REM Bldmake-generated batch file - ABLD.BAT
REM ** DO NOT EDIT **
setlocal
@SET BLDINFPATH=\SYMBIAN\WORK\MYTEST\GROUP\
perl -S ABLD.PL "\SYMBIAN\WORK\MYTEST\GROUP\\" %1 %2 %3 %4 %5
www.eeworm.com/read/241365/13150419
bat diomake.bat
REM Batch file to build all the DIOLIB libraries.
DEL CMPERR.TXT
DEL DIOLIB?.LIB
DEL DIOLIB?.BAK
DEL DIOLIB?.LST
ECHO Building LARGE memory model. >>CMPERR.TXT
DEL DIOFNC??.OBJ
MAKE DIOLIBL
www.eeworm.com/read/318176/13483999
bat bcldoit.bat
rem MIRACL - IBM PC/MS-DOS Version 4.0
rem This batch files creates the large memory model version of miracl.lib
rem from its component parts using the Borland C++ V3.1 (or greater) compiler
rem A
www.eeworm.com/read/316654/13519153
bat postbuild.bat
@echo off
rem Batch file for post-build processing
rem
rem Parameters:
rem PostBuild %1 %2
rem
rem %1 - Platform name (Win32 or x64)
rem %2 - Configuration name (Debug or Release)
rem
rem