代码搜索:batch
找到约 6,125 项符合「batch」的源代码
代码结果 6,125
www.eeworm.com/read/200222/15437188
bat abld.bat
@ECHO OFF
REM Bldmake-generated batch file - ABLD.BAT
REM ** DO NOT EDIT **
perl -S ABLD.PL "\COURSEEXAMPLE\DYNAMICARRAY\\" %1 %2 %3 %4 %5 %6 %7 %8 %9
if errorlevel==1 goto CheckPerl
goto End
www.eeworm.com/read/200221/15437207
bat abld.bat
@ECHO OFF
REM Bldmake-generated batch file - ABLD.BAT
REM ** DO NOT EDIT **
perl -S ABLD.PL "\COURSEEXAMPLE\TBUFANDTBUFC\\" %1 %2 %3 %4 %5 %6 %7 %8 %9
if errorlevel==1 goto CheckPerl
goto End
www.eeworm.com/read/200221/15437215
bat abld.bat
@ECHO OFF
REM Bldmake-generated batch file - ABLD.BAT
REM ** DO NOT EDIT **
perl -S ABLD.PL "\COURSEEXAMPLE\TPTRANDTPTRC\\" %1 %2 %3 %4 %5 %6 %7 %8 %9
if errorlevel==1 goto CheckPerl
goto End
www.eeworm.com/read/200220/15437236
bat abld.bat
@ECHO OFF
REM Bldmake-generated batch file - ABLD.BAT
REM ** DO NOT EDIT **
perl -S ABLD.PL "\COURSEEXAMPLE\TWOPHASE\\" %1 %2 %3 %4 %5 %6 %7 %8 %9
if errorlevel==1 goto CheckPerl
goto End
www.eeworm.com/read/100612/15868802
bat bcxdoit.bat
rem MIRACL - IBM PC/MS-DOS Version 4.0
rem This batch files creates large memory model 80386 version of miracl.lib
rem from its component parts using the Borland C++ V3.1 (or greater) compiler
rem
www.eeworm.com/read/100359/15876247
bat pmw.bat
@echo off
rem some batch file to bind nasm and ndisasm with pmode/w
rem a mega cool dos extender for watcom done by tran
rem
rem max 8 megs, dpmi stack 256*16=4096, no banner
pmwlite.exe nasm.exe
www.eeworm.com/read/291612/8407802
bat abld.bat
@ECHO OFF
REM Bldmake-generated batch file - ABLD.BAT
REM ** DO NOT EDIT **
perl -S ABLD.PL "\SYMBIAN\EXAMPLE_BLUETOOTHCHAT\GROUP\\" %1 %2 %3 %4 %5 %6 %7 %8 %9
if errorlevel==1 goto CheckPerl
www.eeworm.com/read/391237/8414929
bat abld.bat
@ECHO OFF
REM Bldmake-generated batch file - ABLD.BAT
REM ** DO NOT EDIT **
perl -S ABLD.PL "\Symbian\Carbide\workspace\GGBall\group\\" %1 %2 %3 %4 %5 %6 %7 %8 %9
if errorlevel==1 goto CheckPe
www.eeworm.com/read/388456/8608225
bat xmemperf.gnuc.bat
REM Batch file for GCC 4.x compilation
REM remove files
if exist *.o del *.o
if exist a.exe del a.exe
REM set environment for GCC
call gnu on
REM compile C source files
gcc -c -Wall -W -W
www.eeworm.com/read/388456/8608229
bat xmemperf.gnucpp.bat
REM Batch file for GCC 4.x compilation
REM remove files
if exist *.o del *.o
if exist a.exe del a.exe
REM set environment for GCC
call gnu on
REM compile C++ source files
gcc -c -Wall -W