/*Tobyworks August/17/2012*/ #include <stdio.h> int main(int argc,int* argv[]) { if(argc>1&&argv[1]) { int time = atoi(argv[1]); if(time) _sleep(time); else printf("command: wait time(millisecond) e.g.:\nwait 1000\n"); } else printf("command: wait time(millisecond) e.g.:\nwait 1000\n"); return 0; }
執行結果:
wait 500:等待500毫秒。
wait 任意引數或空白:顯示說明。
|
執行批次檔(.bat .cmd)時延遲指定時間並繼續執行命令。
沒有留言:
張貼留言
注意:只有此網誌的成員可以留言。