资源简介
为了方便,把关于输入参数有误的打印输出仍然输出到stderr控制台屏幕上,方便及时知道输入命令有误.
对于命令的执行结果无论错误还是正确都输出到stdout上,即可用重定向操作符进行指向要求的打印输出文件.
例如:
ddccitool.exe -r 10 -v -F 2 -t 1000 /dev
则按正常输出到屏幕上.
ddccitool.exe -r 10 -v -F 2 -t 1000 /dev >aout.txt
则结果会输出到当前目录的aout.txt文件上.并覆盖aout.txt原来的内容.
ddccitool.exe -r 10 -v -F 2 -t 1000 /dev >>aout.txt
则结果会输出到当前目录的aout.txt文件上.并以追加的方式,而不会覆盖aout.txt原来的内容.
每一次以============================隔开.
代码片段和文件信息
/*
ddc/ci interface program
Copyright(c) 2004 Oleg I. Vdovikin (oleg@cs.msu.su)
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 Free Software Foundation; either version 2 of the License or
(at your option) any later version.
This program is distributed in the hope that it will be useful
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not write to the Free Software
Foundation Inc. 59 Temple Place Suite 330 Boston MA 02111-1307 USA
*/
/* See USB Monitor Control Class 1.0 specification for control codes
available at http://www.usb.org/developers/devclass_docs/usbmon10.pdf
ACCESS.bus (tm) Specifications Version 3.
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 837 2008-12-10 10:07 ddccitool-20081210\dCuteVendorCmmd.h
文件 30175 2008-12-10 11:02 ddccitool-20081210\ddcci-tool-windows.c
文件 4637 2008-07-01 14:20 ddccitool-20081210\ddccitool.dsp
文件 543 2008-06-30 11:15 ddccitool-20081210\ddccitool.dsw
文件 628 2008-06-30 18:20 ddccitool-20081210\ddccitool.exe.manifest
文件 41984 2008-12-10 11:10 ddccitool-20081210\ddccitool.ncb
文件 101376 2008-12-10 11:10 ddccitool-20081210\ddccitool.opt
文件 1495 2008-12-10 11:10 ddccitool-20081210\ddccitool.plg
文件 882 2008-08-07 10:30 ddccitool-20081210\ddccitool.sln
..A..H. 8704 2008-12-10 11:05 ddccitool-20081210\ddccitool.suo
文件 6128 2008-08-07 10:30 ddccitool-20081210\ddccitool.vcproj
文件 1409 2008-12-10 11:05 ddccitool-20081210\ddccitool.vcproj.ABC123.neil.user
文件 1411 2008-08-07 10:30 ddccitool-20081210\ddccitool.vcproj.NEILGAO.neil.user
文件 6463 2003-10-26 11:10 ddccitool-20081210\getopt.c
文件 2075 2003-10-26 11:10 ddccitool-20081210\getopt.h
文件 87552 2008-07-14 13:33 ddccitool-20081210\PC software interaction.doc
文件 570 2008-09-23 16:02 ddccitool-20081210\readme.txt
文件 2058 2008-07-01 14:15 ddccitool-20081210\usbrw.cpp
文件 431 2008-07-01 13:39 ddccitool-20081210\usbrw.h
目录 0 2008-12-10 11:10 ddccitool-20081210
----------- --------- ---------- ----- ----
299576 21
- 上一篇:计算机体系结构:量化研究方法.第5版
- 下一篇:U盘自动检测和拷贝
相关资源
- windows网络编程_文件传输
- Windows扩展命令程序(源码)
- LabwindowsCVI 串口编程及事例.docx
- Windows_API_函数大全 C/C++
- VC源码获取WINDOWS系统所有的用户密码
- c语言 Windows_程序设计_第五版
- windows下的ffmpeg、MFC制作的播放器
- 逐梦旅程 Windows游戏编程之从零开始
- 使用socket套接字发送udp数据包
- plist 文件文本二进制互转
- Windows游戏编程大师技巧(CHM)
- Windows+C语言构建网络聊天室内含源程
- c++ 帮助手册 chm
- Hoo WinTail 最新版本(v4.2.982)破解补丁
-
C++调用Windows MediaPla
yer实现的多媒体 - WIndow下使用QT C++开发生成带Logo的二维
- winTC(windows下的c语言编译器
- php-cpp项目移值到windows的vs2017解决方案
- Programming Windows with MFC随书光盘源代码
- 精通Windows.API-函数、接口、编程(光
- C语言网页爬虫(附编译好的windows版)
- MFC与Windows编程MFC与Windows编程
- windows系统版本及OFFICE版本获取
- MinGW Windows 下gnu C/C++编译器
- 超级玛丽c++代码(经典小游戏)
- C++消消乐小游戏 windows程序设计课程设
- Windows下基于ModbusTcp的Server端开发C语言
- 操作系统 内存管理 模拟 图形界面
- VC++2008开发Windows蓝牙通信程序
- PN532-libnfc-mfoc-mfcuk-windows
评论
共有 条评论