中国DOS联盟论坛

中国DOS联盟

-- 联合DOS 推动DOS 发展DOS --
联盟域名:www.cn-dos.net 论坛域名:www.cn-dos.net/forum
游客 | 登录 | 注册 | 会员 | 搜索 | 中国DOS联盟
中国DOS联盟论坛
现在时间是 2026-08-11 05:13
47,811 主题排行 / 349,897 发帖 / 今日 0 篇 / 48,256 会员排行
DOS批处理 & 脚本技术(批处理室) » 第三方命令行工具收集贴 【增加中】
可打印版本  85,611 / 91
第61楼 mgq 发表于 2008-10-31 10:09
中级用户 发帖 103 积分 206 来自 广东 肇庆
我e文不好,请楼上的详细介绍一下用法.
第62楼 tireless 发表于 2008-10-31 10:37
银牌会员 发帖 1,122 积分 2,025
Re 61 楼
是 HotkeyP 吗?它的帮助文档不会很难看懂的,都是些很简单的句子,遇到生僻字或看不大懂的句子,可以用翻译软件或 Google 的在线翻译。
第63楼 mgq 发表于 2008-10-31 10:41
中级用户 发帖 103 积分 206 来自 广东 肇庆
多谢楼上的,我已经找到了汉化版.
第64楼 tireless 发表于 2008-11-01 16:00
银牌会员 发帖 1,122 积分 2,025
Runmenu 显示文件(夹)的右键菜单等
http://www.eluent.com/freeware.htm#runmenu

类似于 Context.exe,但功能更强大。

例子:

显示“我的电脑”的右键:


显示“我的电脑”的右键到 CMD 窗口中:


执行“我的电脑”右键中的“服务”:




显示回收站里面的文件:


显示文件的右键:


[ Last edited by tireless on 2008-12-27 at 15:30 ]
第65楼 tireless 发表于 2008-11-11 13:54
银牌会员 发帖 1,122 积分 2,025
ThumbsExtract.exe:提取 Thumbs.db 中的缩略图
http://upload.cn-dos.net/img/1071.rar
Thumbs Extractor v0.1
by shapeless
- swerat.com
- chasenet.org

Usage: ThumbsExtract.exe 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 ]
第66楼 tireless 发表于 2008-11-11 20:28
银牌会员 发帖 1,122 积分 2,025
修改 MP3 的标签(tag)

id3tool
http://nekohako.xware.cx/id3tool/

ID3 mass tagger
http://home.wanadoo.nl/squell/id3.html

Tag
http://synthetic-soul.co.uk/tag/

[ Last edited by tireless on 2008-12-27 at 15:31 ]
第67楼 tireless 发表于 2008-11-21 18:08
银牌会员 发帖 1,122 积分 2,025
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 ]
第68楼 HAT 发表于 2008-11-22 21:14
版主 发帖 5,017 积分 9,023
求助
有没有命令行的chm编译工具?
第69楼 tireless 发表于 2008-11-22 22:09
银牌会员 发帖 1,122 积分 2,025
Re 68楼
编译:

包含在 HTML Help Workshophhc.exe

Usage: hhc <filename>
where <filename> = an HTML Help project file
Example: hhc myfile.hhp


反编译:

① 系统自带的 hh.exe:

http://www.cn-dos.net/forum/viewthread.php?tid=21516]

② 这个可以生成和 chm 文档一样的侧边栏菜单:
CHM Decoder

[ Last edited by tireless on 2008-11-26 at 10:47 ]
第70楼 tireless 发表于 2008-12-19 17:09
银牌会员 发帖 1,122 积分 2,025
ConCmd.exe 1.5 (261 KB) 文件编码转换
http://upload.cn-dos.net/img/1202.zip

Syntax: ConCmd <CodeOut> <FileIn>

(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

(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

(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 ]
第71楼 tireless 发表于 2008-12-27 13:19
银牌会员 发帖 1,122 积分 2,025
geturls.exe (64 KB) - 提取文本中的链接
http://www.geocities.com/fp.westlake/nt/
http://upload.cn-dos.net/img/1407.zip

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 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 ]
第72楼 37755103 发表于 2009-01-01 12:59
新手上路 发帖 1 积分 1
感谢分享
感谢
第73楼 tireless 发表于 2009-01-01 16:46
银牌会员 发帖 1,122 积分 2,025
png_border (288 KB): 给 png 图片加边框
http://upload.cn-dos.net/img/1235.rar

png_border - version 1.0.0 build 35
Copyright (C) Grigore Stefan. All rights reserved. <g_stefan@yahoo.com>

usage:

png_border --licence
png_border input.png out.png r,g,b,a width
第74楼 tireless 发表于 2009-01-01 18:53
银牌会员 发帖 1,122 积分 2,025
给图片加阴影、生成圆形按钮、生成像Google般的logo
http://home.scarlet.be/zoetrope/

注:需要 .Net,所以处理速度有点慢。

1. The Aqualizer: 生成按钮 [1238.zip]



2. Shadow: 给图片加阴影 [1239.zip]

3. GPaint: 生成像 Google 般的 logo [1240.zip]



[ Last edited by tireless on 2009-1-1 at 19:02 ]
第75楼 uiopuiop 发表于 2009-11-26 16:26
中级用户 发帖 211 积分 400
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

附件
CDIMAGE.zip (46.78 KiB)
上一页  12 3 4 5 6 7  下一页
[ 联系联盟系统管理团队 - 中国DOS联盟 - 标准版 ]
Sponsored by ifanr Inc | © 2001–2023