[新手上路]批处理新手入门导读[视频教程]批处理基础视频教程[视频教程]VBS基础视频教程[批处理精品]批处理版照片整理器
[批处理精品]纯批处理备份&还原驱动[批处理精品]CMD命令50条不能说的秘密[在线下载]第三方命令行工具[在线帮助]VBScript / JScript 在线参考
返回列表 发帖

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

Proceed 集合了 CHOICE, PAUSE, TIMEOUT, WAITFOR 和文件监控等功能。

Proceed by Jason Hood <[email]jadoxa@yahoo.com.au[/email]>.
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

本帖最后由 CrLf 于 2012-12-24 00:31 编辑

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

ps:貌似会被某恶意安全卫士误报为恶意软件,真是倒打一耙,蛋碎了一地

TOP

好东西,学习学习

TOP

回复 2# CrLf


是的,D碎了 一地

TOP

返回列表