有冇網站教人寫windows的command?

search黎search去都係果d e.g
http://allen7575.blogspot.com/2008/04/blog-post_04.html

有冇d有用少少架 /    \

你想做乜

TOP

原帖由 Phil_123 於 2008-11-2 01:54 發表
你想做乜

依家個folder入面有一堆rmvb
gundam_xxxx.rmvb
xxxx=集數
想用一個.bat將佢自動將單集數放去odd而雙數集數放入去even

而且想有一個.bat可以搵到該目錄下所有檔案數量~ /    \

[ 本帖最後由 D57452 於 2008-11-2 01:58 編輯 ]

TOP

寫 .bat 檔, .vbs 檔, 或者用 AutoIt v3 script 都得.

TOP

TOP

原帖由 D57452 於 2008-11-2 01:57 發表

依家個folder入面有一堆rmvb
gundam_xxxx.rmvb
xxxx=集數
想用一個.bat將佢自動將單集數放去odd而雙數集數放入去even

而且想有一個.bat可以搵到該目錄下所有檔案數量~ /    \


copy *1.rmvb odd
copy *3.rmvb odd
copy *5.rmvb odd
copy *7.rmvb odd
copy *9.rmvb odd
copy *2.rmvb even
copy *4.rmvb even
copy *6.rmvb even
copy *8.rmvb even
copy *0.rmvb even

TOP

原帖由 thinkpanda 於 2008-11-2 11:40 發表


copy *1.rmvb odd
copy *3.rmvb odd
copy *5.rmvb odd
copy *7.rmvb odd
copy *9.rmvb odd
copy *2.rmvb even
copy *4.rmvb even
copy *6.rmvb even
copy *8.rmvb even
copy *0.rmvb even



加多個要求  /       \
第一集同最尾一集放去 fitst_end
呢個folder /   \

TOP

原帖由 D57452 於 2008-11-2 01:57 發表

依家個folder入面有一堆rmvb
gundam_xxxx.rmvb
xxxx=集數
想用一個.bat將佢自動將單集數放去odd而雙數集數放入去even

而且想有一個.bat可以搵到該目錄下所有檔案數量~ /    \


寫咁多o野為o左做少少o野.

不如用 excel gen command 算 Q 數

TOP

點解dl 落黎個時唔分好佢

TOP