代码搜索:BATCH
找到约 6,125 项符合「BATCH」的源代码
代码结果 6,125
www.eeworm.com/read/108043/15596059
bat configure.bat
@echo off
echo Configuring bison for go32
rem This batch file assumes a unix-type "sed" program
echo # Makefile generated by "configure.bat"> Makefile
echo all.dos : bison >> Makefile
if exis
www.eeworm.com/read/107485/15606213
sql cursordemo12.sql
/* 文件名称: CursorDemo12.sql */
USE pubs
GO
-- Create and open a global named cursor that
-- is visible outside the batch.
DECLARE abc CURSOR GLOBAL SCROLL FOR
SELECT * FROM authors
OPEN abc
G
www.eeworm.com/read/102417/15781623
bat configure.bat
@echo off
echo Configuring bison for go32
rem This batch file assumes a unix-type "sed" program
echo # Makefile generated by "configure.bat"> Makefile
echo all.dos : bison >> Makefile
if exis
www.eeworm.com/read/430755/8729346
cpp ex1.cpp
#include
#include
#include
#include
void main()
{
ifstream ifile;
ifile.open("batch");
char process_name[100];
LPCTSTR lpApplicationName = N
www.eeworm.com/read/430751/8729488
cpp ex1.cpp
#include
#include
#include
#include
void main()
{
ifstream ifile;
ifile.open("batch");
char process_name[100];
LPCTSTR lpApplicationName = N
www.eeworm.com/read/286289/8773952
bat ms5doit.bat
rem MIRACL - IBM PC/MS-DOS Version 2.0
rem This batch files creates miracl.lib from its component parts
rem using the Microsoft v5.0 (or greater) compiler, the Microsoft
rem Macro assembler and the
www.eeworm.com/read/385151/8817005
bat top0_dss.bat
REM This is a sample batch file for the timer TOP application example
REM (Delayed single-shot output mode) corresponding to the M3T-CC32R.
REM The environment variable for CC32R corresponds with th
www.eeworm.com/read/428492/8864107
bat abld.bat
@ECHO OFF
REM Bldmake-generated batch file - ABLD.BAT
REM ** DO NOT EDIT **
setlocal
@SET BLDINFPATH=\WORK\SAMPLECODE\TASKMGR\GROUP\
perl -S ABLD.PL "\WORK\SAMPLECODE\TASKMGR\GROUP\\" %1 %2 %
www.eeworm.com/read/427960/8908207
bat msldoit.bat
rem MIRACL - IBM PC/MS-DOS Version 4.0
rem This batch files creates miracl.lib from its component parts
rem using the Microsoft 16-bit compiler, the Microsoft
rem Macro assembler and the Microsoft
www.eeworm.com/read/427313/8952036
bat configure.bat
@echo off
echo Configuring bison for go32
rem This batch file assumes a unix-type "sed" program
echo # Makefile generated by "configure.bat"> Makefile
echo all.dos : bison >> Makefile
if exist confi