代码搜索:Command
找到约 10,000 项符合「Command」的源代码
代码结果 10,000
www.eeworm.com/read/310992/13638559
c command_fun.c
#include "extern.h"
/*-------------------------------------------------------*/
/*获取用户名称*/
int Cmd_USER(char *buf, char *send_msg)
{
int i;
int temp = 0;
strcpy(USER,buf+5);
//判断可登录用户配置文
www.eeworm.com/read/300905/13881744
cn1 command.cn1
~aCOMMAND~0
启动一新的MS-DOS命令解释程序实例(instance)。
命令解释程序是一个让用户输入命令的程序。EXIT命令用于中止新的命令解
释程序,并将控制返回原来的解释程序。
语法
~aCOMMAND~0 [[驱动器盘符:]路径] [设备] [/C string
www.eeworm.com/read/300905/13881999
ex1 command.ex1
COMMAND─例子
下面的命令指示MS-DOS命令解释程序从当前程序中启动一新的命令解释程序,
运行MYBAT.BAT批处理程序,然后返回到第一个命令解释程序:
? COMMAND/c mybat.bat
下面这条CONFIG.SYS命令指定将COMMAND.COM放在C盘DOS目录下:
www.eeworm.com/read/238485/13883151
8 qmail-command.8
.TH qmail-command 8
.SH NAME
qmail-command \- user-specified mail delivery program
.SH SYNOPSIS
in
.BR .qmail\fIext :
.B |\fIcommand
.SH DESCRIPTION
.B qmail-local
will, upon your request,
feed each i
www.eeworm.com/read/152843/5663052
c dot_command.c
/*
* IBM ASM Service Processor Device Driver
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the
www.eeworm.com/read/152843/5663060
h dot_command.h
/*
* IBM ASM Service Processor Device Driver
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the
www.eeworm.com/read/148963/5705159
s tm_command.s
/*
*----------------------------------------------------------------------
* T-Kernel
*
* Copyright (C) 2004 by Ken Sakamura. All rights reserved.
* T-Kernel is distributed under the T-L
www.eeworm.com/read/147892/5719120
h command_api.h
/*----------------------------------------------------------------------------
* Copyright (c) 2001 by National Semiconductor Corporation
* National Semiconductor Corporation
*
* All rights
www.eeworm.com/read/146621/5736574
h mass_command.h
#ifndef _MASS_COMMAND_H
#define _MASS_COMMAND_H
// UFI指令代码定义
#define UFI_READ10 0x28
#define UFI_WRITE10 0x2A
#define UFI_INQUIRY 0x12
#define UFI_READCAPACITY 0x25
#define UF