中国DOS联盟论坛

中国DOS联盟

-- 联合DOS 推动DOS 发展DOS --

联盟域名:www.cn-dos.net  论坛域名:www.cn-dos.net/forum
DOS,代表着自由开放与发展,我们努力起来,学习FreeDOS和Linux的自由开放与GNU精神,共同创造和发展美好的自由与GNU GPL世界吧!

游客:  注册 | 登录 | 命令行 | 会员 | 搜索 | 上传 | 帮助 »
中国DOS联盟论坛 » DOS批处理 & 脚本技术(批处理室) » 第三方命令行工具收集贴 【增加中】
« [1] [2] [3] [4] [5] [6] [7] »
作者:
标题: 第三方命令行工具收集贴 【增加中】 上一主题 | 下一主题
uiopuiop
中级用户





积分 400
发帖 211
注册 2007-9-30
状态 离线
『楼 主』:  第三方命令行工具收集贴 【增加中】

UnxUtils -- UNIX command line for Windows

http://code.google.com/p/gears/d ... &q=&redir=1


好东西与大家分享,但是光我一个人贴很累的。

希望大家跟帖,把自己知道的超强命令行工具贴上来!!!

赏光的话,记得给点分哦 :-)

[ Last edited by uiopuiop on 2011-1-3 at 16:32 ]

   此帖被 +1 点积分    点击查看详情   
评分人:【 分数: +1  时间:2010-7-19 13:00


2008-9-3 21:57
查看资料  发短消息 网志   编辑帖子  回复  引用回复
HAT
版主





积分 9023
发帖 5017
注册 2007-5-31
状态 离线
『第 2 楼』:  

感谢分享!不过,很多人发过了。



2008-9-3 22:05
查看资料  发短消息 网志   编辑帖子  回复  引用回复
uiopuiop
中级用户





积分 400
发帖 211
注册 2007-9-30
状态 离线
『第 3 楼』:  超强的发邮件SMTP邮件工具

发送内容可以带回车。

http://caspian.dotconf.net/menu/Software/SendEmail/

SendEmail is a lightweight, command line SMTP email client. If you have the need to send email from a command line, this free program is perfect: simple to use and feature rich. It was designed to be used in bash scripts, batch files, Perl programs and web sites, but is quite adaptable and will likely meet your requirements. SendEmail is written in Perl and is unique in that it requires NO MODULES. It has an intuitive and flexible set of command-line options, making it very easy to learn and use.

2008-9-3 22:05
查看资料  发短消息 网志   编辑帖子  回复  引用回复
uiopuiop
中级用户





积分 400
发帖 211
注册 2007-9-30
状态 离线
『第 4 楼』:  微软的端口扫描工具 Portqry.exe command-line utility

http://support.microsoft.com/kb/310099

2008-9-3 22:09
查看资料  发短消息 网志   编辑帖子  回复  引用回复
uiopuiop
中级用户





积分 400
发帖 211
注册 2007-9-30
状态 离线
『第 5 楼』:  NTToolkit

https://www.netikus.net/products_downloads.html?SESSION=

CheckTCP.exe
FileReplace.exe
fping.exe
GETHTTP.exe
hlshlext.dll
logofdel.exe
NetSend.exe
nttoolkit_hlp.chm
pagesnpp.exe
PasswordAssistant.exe
pwdupd.exe
ServiceScheduler.exe
servicescheduler.ini
ShutdownTimer.exe
Sleep.exe
srvsec.exe
SuperDel.exe
TaskSecure.exe

(ServiceSecure -- srvsec.exe)

allows you to reset service passwords by specifying the username and password rather than having to specify the service names themselves or changing the password manually.
Password changes of user accounts that are being used for services no longer have to be feared. Just run ServiceSecure and tell it what username has changed to what password, the rest is done automatically. ServiceSecure even restarts services after the password has been changed (optional).
With ServiceSecure you can literally change the password of service accounts in seconds on a number of machines (when used in a batch file).

[ Last edited by uiopuiop on 2008-9-4 at 09:51 AM ]

2008-9-3 22:18
查看资料  发短消息 网志   编辑帖子  回复  引用回复
HAT
版主





积分 9023
发帖 5017
注册 2007-5-31
状态 离线
『第 6 楼』:  

Windows Resource Kits 里面有几百个工具,楼主把自己的学习笔记挨个贴出来让大家学习一下?



2008-9-3 22:23
查看资料  发短消息 网志   编辑帖子  回复  引用回复
metoo
初级用户





积分 195
发帖 93
注册 2006-10-28
状态 离线
『第 7 楼』:  

gawk sed nircmd rar 都是好用的东西

2008-9-3 22:24
查看资料  发送邮件  发短消息 网志   编辑帖子  回复  引用回复
uiopuiop
中级用户





积分 400
发帖 211
注册 2007-9-30
状态 离线
『第 8 楼』:  



  Quote:
Originally posted by HAT at 2008-9-3 10:23 PM:
Windows Resource Kits 里面有几百个工具,楼主把自己的学习笔记挨个贴出来让大家学习一下?

先介绍一个:

@echo off
rem Reset remote local admin password, by UIOPUIOP
cls
for /f %%i in (Reset_List.txt) do (
        echo resetting password for %%i, please wait.....
        cusrmgr.exe -u Administrator -m \\%%i -P P@SSWORD>>Results.log
)

2008-9-3 22:36
查看资料  发短消息 网志   编辑帖子  回复  引用回复
uiopuiop
中级用户





积分 400
发帖 211
注册 2007-9-30
状态 离线
『第 9 楼』:  DOS2UNIX and UNIX2DOS

DOS2UNIX and UNIX2DOS

http://www.bastet.com/

DOS2UNIX.EXE converts MS-DOS text files to Unix format, by stripping any CR or end-of-file (Ctrl-Z) characters from the data. UNIX2DOS.EXE inserts a CR character when it encounters an LF character, converting the data to MS-DOS format.

2008-9-3 22:46
查看资料  发短消息 网志   编辑帖子  回复  引用回复
lxmxn
版主




积分 11386
发帖 4938
注册 2006-7-23
状态 离线
『第 10 楼』:  

http://www.nirsoft.net

这里有很多命令行工具不错。

   此帖被 +15 点积分         点击查看详情   
评分人:【 523066680 分数: +15  时间:2008-11-23 09:15


2008-9-4 05:39
查看资料  发送邮件  发短消息 网志   编辑帖子  回复  引用回复
uiopuiop
中级用户





积分 400
发帖 211
注册 2007-9-30
状态 离线
『第 11 楼』:  Garbo Utility

Timo Salmi是芬兰Vaasa大学的一位教授,他收集了一些非常好的可以被大众所使用的命令行工具。下面列出了在这个免费软件收藏中我最喜欢的七款工具,Salmi把这个收藏叫做Garbo。

  CHOOSE:用来进行文件批处理,是原来的CHOICE命令的新版本。现在Windows 2000、XP以及Server 2003已经不再支持CHOICE命令,所以CHOOSE非常有用的。

  DELE:可以代替DEL功能的命令行种类。使用DELE并不是直接把文件删除,而是把文件移动到指定的回收站文件夹中,如果需要的话可以将文件恢复。如果你在批处理文件或其他自动运行的文件中需要使用DEL命令,那么你可以考虑使用DELE来作为替代品。

  FILEAGE:用来查看文件的新旧程度;如果你不想通过计算文件的日期来对其进行判断的话(尤其是处理不规则的月份或者闰年日期的时候),那么使用FILEAGE将会非常方便。

  FULLNAME:这是一个外加的附加上下文菜单,可以生成一个带有目标文件完整路径的DOS对话框。

  RECENT:搜索近期文件的文件夹。例如,查找今天下午三点之后修改的所有文件,或者仅搜索昨天创建的文件。

  WHEREIS:在驱动器上查找一个指定的文件或文件的集合在哪里。查找的结果可以按照日期进行排序,而且隐藏文件也能够被搜索到。

  XPMOVE:当在目标文件夹中发现同名的旧文件夹,那么可以用它来把文件从旧文件夹移动到目标文件中。这个软件是一款简化版本的工具,与微软公司的 SyncToy(个人收藏夹)有些相似,区别在于它并没有在多个文件夹中进行递归处理。

http://garbo.uwasa.fi/

2008-9-4 09:33
查看资料  发短消息 网志   编辑帖子  回复  引用回复
uiopuiop
中级用户





积分 400
发帖 211
注册 2007-9-30
状态 离线
『第 12 楼』:  Command Line Sort Utility CMSort

process DOS, WINDOWS, UNIX, or MAC text files (and mixed types)
process files with fixed-length records
three key types: string case sensitive, string case insensitive, number
supports multi-part keys
each (part-) key can be defined as ascending or descending
optionally ignore blank or empty records
optionally ignore records with duplicate keys
optionally ignore records with duplicate keys and write them to separate file
select path for temporary files
adjust usage of physical memory
2 to 5 way merging
optionally exclude header lines from sorting


http://www.chmaas.handshake.de/delphi/freeware/cmsort/cmsort.htm

2008-9-4 09:35
查看资料  发短消息 网志   编辑帖子  回复  引用回复
uiopuiop
中级用户





积分 400
发帖 211
注册 2007-9-30
状态 离线
『第 13 楼』:  uptime - Check (remote) system uptime

http://support.microsoft.com/kb/q232243/

Uptime.exe, is available for displaying system availability. Uptime.exe can be used to display the current uptime of the local or remote system. Optionally, it can also scan the Event log for key system events such as system restart or computers that are not responding (hanging). Where possible, it also calculates system availability.

2008-9-4 09:42
查看资料  发短消息 网志   编辑帖子  回复  引用回复
uiopuiop
中级用户





积分 400
发帖 211
注册 2007-9-30
状态 离线
『第 14 楼』:  runas 加强版本

以非管理员用户登录时,如果要用管理员权限运行程序的话,需要用到 runas 命令

使用 lsrunase,lsrunas 的加强版本,可以使用加密的密码。自带一个小软件 LSencrypt 用来生成加密的字串。
用法:
lsrunase /user:administrator /password:41BngA== /domain: /command:notepad.exe /runpath:c:\
所有的参数必须齐全,其中:
user 为运行的账号
password 为密码加密后的字串
domain 为机器名或域名,也可留空代表本机
command 为要运行的程序名,如果携带参数需要在命令的首尾加引号
runpath 为程序启动的路径
特点:可以较完美的替代 runas,并避免直接将密码明文保存在脚本中。

相关页面:
http://www.moernaut.com/default.aspx?item=lsrunase

2008-9-4 09:46
查看资料  发短消息 网志   编辑帖子  回复  引用回复
uiopuiop
中级用户





积分 400
发帖 211
注册 2007-9-30
状态 离线
『第 15 楼』:  command-line network administration tools

Some command-line network administration tools for automation scripting:

http://www.optimumx.com/

Account Manager (AccountManager.exe)
BuiltIn Account Manager (BuiltIn.exe)
Clean Up (CleanUp.exe)
Cover Your Tracks (Cyt.exe)
Delete Profiles (DeleteProfiles.exe)
Empty Recycle Bin (EmptyRecycleBin.exe)
Exit Windows (ExitWindows.exe)
IE Cache (IECache.exe)
ini Tool (iniTool.exe)
Memory Check (MemCheck.exe)
Message Box (MessageBox.exe)
Modify Profile (ModifyProfile.exe)
Network Alias (NetAlias.exe)
Network Password Age (NetPWAge.exe)
Network Server Comment (NetComment.exe)
Network Speed (NetSpeed.exe)
Network Users (NetUsers.exe)
Network View (NetView.exe)
Random Number Generator (Random.exe)
Set Short File Name (SetSFN.exe)
Set Wallpaper (SetWallpaper.exe)
Shell Execute (ShellExecute.exe)
Shortcut (Shortcut.exe)
Windows File Protection Query (WFPQuery.exe)

2008-9-4 09:49
查看资料  发短消息 网志   编辑帖子  回复  引用回复
« [1] [2] [3] [4] [5] [6] [7] »
请注意:您目前尚未注册或登录,请您注册登录以使用论坛的各项功能,例如发表和回复帖子等。


可打印版本 | 推荐给朋友 | 订阅主题 | 收藏主题



论坛跳转: