|
mgq
中级用户
积分 206
发帖 103
注册 2008-5-6 来自 广东 肇庆
状态 离线
|
『第
61 楼』:
我e文不好,请楼上的详细介绍一下用法.
|
|
2008-10-31 10:09 |
|
|
tireless
银牌会员
积分 2025
发帖 1122
注册 2007-9-5
状态 离线
|
『第
62 楼』:
Re 61 楼
是 HotkeyP 吗?它的帮助文档不会很难看懂的,都是些很简单的句子,遇到生僻字或看不大懂的句子,可以用翻译软件或 Google 的在线翻译。
|
|
2008-10-31 10:37 |
|
|
mgq
中级用户
积分 206
发帖 103
注册 2008-5-6 来自 广东 肇庆
状态 离线
|
『第
63 楼』:
多谢楼上的,我已经找到了汉化版.
|
|
2008-10-31 10:41 |
|
|
tireless
银牌会员
积分 2025
发帖 1122
注册 2007-9-5
状态 离线
|
『第
64 楼』:
Runmenu 显示文件(夹)的右键菜单等
http://www.eluent.com/freeware.htm#runmenu
类似于 Context.exe,但功能更强大。
例子:
显示“我的电脑”的右键:
runmenu /show "<mycomputer>" 显示“我的电脑”的右键到 CMD 窗口中:
C:\>runmenu /list "<mycomputer>"
打开(O) (Verb: open)
资源管理器(X) (Verb: explore)
设备管理器 (Verb: DevMgr)
添加或删除程序(U) (Verb: Dezinstall)
搜索(E)... (Verb: find)
管理(G) (Verb: Manage)
组策略(Z) (Verb: NGpEdit)
服务 (Verb: services)
系统自动登录管理 (Verb: user)
映射网络驱动器(N)...
断开网络驱动器(I)...
删除(D) (Verb: delete)
属性(R) (Verb: properties) 执行“我的电脑”右键中的“服务”:
runmenu /exec:服务 "<mycomputer>" 或
runmenu /verb:services "<mycomputer>" 显示回收站里面的文件:
runmenu /showfiles "<RecycleBin>\*" 显示文件的右键:
C:\>runmenu /list "E:\Program Files\Opera\opera.exe"
打开(O) (Verb: open)
/? (Verb: /?)
运行方式(A)... (Verb: runas)
Clipname\Copy name (Verb: C)
Clipname\Copy path (Verb: C)
Clipname\Copy DOS name (Verb: C)
Clipname\Copy URL encoded name (Verb: C)
Clipname\Copy encoded name (<WORD>) (Verb: C)
Clipname\Copy UNC name (Verb: C)
Copy Path Name
Unlocker
添加到压缩文件(A)... (Verb: AddTo)
添加到 "opera.rar"(T) (Verb: Add)
附到「开始」菜单(I) (Verb: pin)
发送到(N)\桌面快捷方式
剪切(T) (Verb: cut)
复制(C) (Verb: copy)
删除(D) (Verb: delete)
属性(R) (Verb: properties) [ Last edited by tireless on 2008-12-27 at 15:30 ]
|
|
2008-11-1 16:00 |
|
|
tireless
银牌会员
积分 2025
发帖 1122
注册 2007-9-5
状态 离线
|
『第
65 楼』:
ThumbsExtract.exe:提取 Thumbs.db 中的缩略图
http://upload.cn-dos.net/img/1071.rar
Quote: | Thumbs Extractor v0.1
by shapeless
- swerat.com
- chasenet.org
Usage: ThumbsExtract.exe [-o:OutputFolder] InputFile
-o:OutputFolder Specify where to dump files
(ThumbsExtract.exe's folder will be used if no OutputFolder is
given)
Examples:
ThumbsExtract.exe -o:C:\ThumbNails\ C:\Images\Thumbs.db
ThumbsExtract.exe C:\Images\Thumbs.db |
|
[ Last edited by tireless on 2008-12-27 at 15:31 ]
|
|
2008-11-11 13:54 |
|
|
tireless
银牌会员
积分 2025
发帖 1122
注册 2007-9-5
状态 离线
|
|
2008-11-11 20:28 |
|
|
tireless
银牌会员
积分 2025
发帖 1122
注册 2007-9-5
状态 离线
|
『第
67 楼』:
gifsicle: 创建、编辑、操纵GIF图像和动画
http://www.lcdf.org/gifsicle/
一些例子 ——
创建一个 GIF 动画:
gifsicle 1.gif 2.gif 3.gif > anim.gif
每帧 10 秒延迟、永久循环:
gifsicle -d10 -l *.gif > anim.gif
给每帧设置不同的延时:
gifsicle -d10 1.gif -d50 2.gif -d20 3.gif -o anim.gif
-------------------------------------------------------------------------------------------------
查看 anim.gif 的图像信息(尺寸、颜色、帧...):
gifsicle -I anim.gif
-------------------------------------------------------------------------------------------------
修改 anim.gif 第一帧的延时为 0.5 秒:
gifsicle -b -d50 anim.gif "#0"
-------------------------------------------------------------------------------------------------
分解出 anim.gif 的所有帧:
gifsicle -e anim.gif
分解第一帧:
gifsicle -e anim.gif "#0"
-------------------------------------------------------------------------------------------------
修改画布的尺寸:
gifsicle -S widthxheight
修改图像的尺寸:
gifsicle --resize widthxheight
-------------------------------------------------------------------------------------------------
把黑色背景设为透明:
gifsicle -t "#000000" 1.gif
-------------------------------------------------------------------------------------------------
去掉透明图片的多余外围:
--crop-transparency
[ Last edited by tireless on 2009-6-23 at 14:50 ]
|
|
2008-11-21 18:08 |
|
|
HAT
版主
积分 9023
发帖 5017
注册 2007-5-31
状态 离线
|
『第
68 楼』:
求助
有没有命令行的chm编译工具?
|
|
|
2008-11-22 21:14 |
|
|
tireless
银牌会员
积分 2025
发帖 1122
注册 2007-9-5
状态 离线
|
|
2008-11-22 22:09 |
|
|
tireless
银牌会员
积分 2025
发帖 1122
注册 2007-9-5
状态 离线
|
『第
70 楼』:
ConCmd.exe 1.5 (261 KB) 文件编码转换
http://upload.cn-dos.net/img/1202.zip
Quote: | Syntax: ConCmd [CodeIn] <CodeOut> [Face] <FileIn> [FileOut]
[CodeIn] (optional, default is auto-detect)
/i:xxx where 'xxx' is the coding method of the input file
* Valid values of 'xxx' are: ULE, UBE, UTF8, GBK, BIG5
<CodeOut>
/o:xxx where 'xxx' is the coding method of the output file
* Valid values of 'xxx' are: ULE, UBE, UTF8, GBK, BIG5
[Face] (optional, default is /f:D)
/f:x where 'x' is the typeface of output file
* Valid values of 'x' are: T (traditional), S (simplified), D (default)
<FileIn>
Input Filename
[FileOut] (optional, FileIn will be overwritten if this param is omitted)
Output Filename.
ConCmd ver 1.3 (Freeware for non-commercial use)
Author: Alfred, C. S. Li webpage: http://alf-li.tripod.com |
|
[ Last edited by tireless on 2008-12-27 at 15:32 ]
|
|
2008-12-19 17:09 |
|
|
tireless
银牌会员
积分 2025
发帖 1122
注册 2007-9-5
状态 离线
|
『第
71 楼』:
geturls.exe (64 KB) - 提取文本中的链接
http://www.geocities.com/fp.westlake/nt/
http://upload.cn-dos.net/img/1407.zip
Quote: | Version 1.0, Copyright (C)2001 Frank P. Westlake
Extracts URL's beginning with "http://" or "ftp://" from a stream and
prints to STDOUT.
program | GetURLs [/e:"string"] [/s:"string"]
/e Additional ending delimiters.
/s An additional beginning string to match.
The URL is expected to be ended with white space, a double quote, one of the
angle brackets '<' or '>', or one of the characters in the string identified by
the /e switch. |
|
[ Last edited by tireless on 2009-4-16 at 09:24 ]
|
|
2008-12-27 13:19 |
|
|
37755103
新手上路
积分 1
发帖 1
注册 2008-12-30
状态 离线
|
|
2009-1-1 12:59 |
|
|
tireless
银牌会员
积分 2025
发帖 1122
注册 2007-9-5
状态 离线
|
|
2009-1-1 16:46 |
|
|
tireless
银牌会员
积分 2025
发帖 1122
注册 2007-9-5
状态 离线
|
|
2009-1-1 18:53 |
|
|
uiopuiop
中级用户
积分 400
发帖 211
注册 2007-9-30
状态 离线
|
『第
75 楼』:
CDIMAGE.exe ISO文件创建
CDIMAGE.exe is a CD-ROM and DVD-ROM Premastering utility/imaging tool from Microsoft.
cdimage -l"%date%" -h -j1 -oci -m -be:\loader.bin Drive:\Path Drive:\image.iso
附件
1: CDIMAGE.zip (2009-11-26 16:26, 46.78 K,下载次数: 5)
|
|
2009-11-26 16:26 |
|