Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
MakeDrvr.bat
Package: 1336ndis.rar [view]
Upload User: yanxuanwei
Upload Date: 2008-05-17
Package Size: 53k
Code Size: 0k
Category:
Driver Develop
Development Platform:
Visual C++
- @echo off
- if "%1"=="" goto usage2
- if "%3"=="" goto usage2
- if not exist %1binsetenv.bat goto usage2
- call %1binsetenv %1 %4
- %2
- cd %3
- build -b -w %5 %6 %7 %8 %9
- goto exit
- :usage
- echo usage MakeDrvr DDK_dir Driver_Drive Driver_Dir free/checked [build_options]
- echo eg MakeDrvr %%DDKROOT%% C: %%WDMBOOK%% free -cef
- :usage2
- echo usage MakeDrvr DDK_dir Driver_Drive Driver_Dir free/checked [build_options]2
- :exit