找回密码
 注册
搜索
[新手上路]批处理新手入门导读[视频教程]批处理基础视频教程[视频教程]VBS基础视频教程[批处理精品]批处理版照片整理器
[批处理精品]纯批处理备份&还原驱动[批处理精品]CMD命令50条不能说的秘密[在线下载]第三方命令行工具[在线帮助]VBScript / JScript 在线参考
查看: 21676|回复: 3

[工具合集] Proceed - 等待条件匹配

[复制链接]
发表于 2012-12-24 00:15:34 | 显示全部楼层 |阅读模式
Proceed 集合了 CHOICE, PAUSE, TIMEOUT, WAITFOR 和文件监控等功能。

Proceed by Jason Hood <jadoxa@yahoo.com.au>.
Version 1.00 (8 December, 2012).  Freeware.
http://proceed.adoxa.cjb.net/

proceed [/A] [/T timeout] [/NOBREAK] [/P[:[text]]]
        [/C[S][I][:choices]] [/D default] [/N] [/NOESC] [/NOENTER]
        [/F[C|D|S] file]
        [/I drive]
        [[/S system | /SI | /SL] signal]
        [/M text] [/MS text] [/K] [/Q[M]] [/B]

none      pause
/A        beep
/T        seconds to wait
/NOBREAK  prevent key from interrupting wait
/P        pause; in conjunction with /T, wait and pause if key pressed
/C        choose a character from a list (default is "yn")
  S        match case
  I        return index, not character code
/D        choice if timeout occurs or Enter is pressed (default is first)
/N        do not show the choices
/NOESC    Escape will not cancel the choose
/NOENTER  Enter will not accept the default choice
/F        wait for file to be updated
/FC       wait for file to be created
/FD       wait for file to be deleted
/FS       wait for file to change size
/I        wait for drive to become idle
/S        send a signal to a specific computer
/SI       send a signal across the network
/SL       send a signal on the local computer, waiting for a receiver
signal    wait for or send this signal
/M        message to display during wait
/MS       message to display on receiving signal
/K        keep existing keys already in the keyboard buffer
/Q        remove what was displayed
/QM       remove the wait message, but keep the received message
/B        beep on file update, idle drive, received signal or no-break timeout

Choices are displayed as a comma-separated list; if /D was given, an asterisk
(*) indicates the default.  The default choice need not be in the list.
The message may contain:
        $c - list of choices (implies /N)
        $d - drive
        $f - file name
        $s - system which sent the signal
        $t - timeout count-down


示例:
  1. proceed.exe /T 10 /M "$t 秒后退出..."
复制代码
-------------------------------------------
官网: http://adoxa.3eeweb.com/index.html
-------------------------------------------

http://bcn.bathome.net/s/tool/index.html?key=Proceed
发表于 2012-12-24 00:22:26 | 显示全部楼层
本帖最后由 CrLf 于 2012-12-24 00:31 编辑

这个邪恶,“当劳德”收藏之

ps:貌似会被某恶意安全卫士误报为恶意软件,真是倒打一耙,蛋碎了一地
发表于 2016-4-3 16:16:18 | 显示全部楼层
好东西,学习学习
发表于 2016-9-2 09:42:58 | 显示全部楼层
回复 2# CrLf


是的,D碎了 一地
您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|手机版|小黑屋|批处理之家 ( 渝ICP备10000708号 )

GMT+8, 2026-3-16 23:15 , Processed in 0.018775 second(s), 9 queries , File On.

Powered by Discuz! X3.5

© 2001-2026 Discuz! Team.

快速回复 返回顶部 返回列表