2012年4月11日 星期三
2012年4月4日 星期三
(Windows) 修改win7開機順序
1. Execute "cmd.exe"
2. Enter "Bcdedit"
3. Bcdedit/? <== instruction
4. bcdedit /set {current} Description “Windows 7 32位元家用進階版”
各別開進各個OS修改描述:D
2. Enter "Bcdedit"
3. Bcdedit/? <== instruction
4. bcdedit /set {current} Description “Windows 7 32位元家用進階版”
各別開進各個OS修改描述:D
2012年4月3日 星期二
(Dos) 自動回覆yes/no echo Y|Del *.*
echo Y|Del *.* | {Answers the DEL "Are you sure" question automatically.} |
http://academic.evergreen.edu/projects/biophysics/technotes/program/batch.htm
Robocopy with log
/LOG::file 輸出狀態至記錄檔 (覆寫現有的記錄檔) 。
/np : No Progress - don't display % copied.
example:
robocopy Y:\ Z:\ /np /LOG:C:\111.log
reference
http://ss64.com/nt/robocopy.html
http://wt.pixnet.net/blog/post/21523331-%E6%B7%BA%E8%AB%87batch-file-command
/np : No Progress - don't display % copied.
example:
robocopy Y:\ Z:\ /np /LOG:C:\111.log
reference
http://ss64.com/nt/robocopy.html
http://wt.pixnet.net/blog/post/21523331-%E6%B7%BA%E8%AB%87batch-file-command
2012年4月2日 星期一
iometer batch mode
iometer /c test.icf /r results.csv
iometer /r "test results.csv" /c test.icf
iometer /c iometer.icf /r results.csv /t 100
iometer iometer.icf results.csv /t 100
ref: http://3nity.ru/files/iometr_docs/#_Toc465000573
iometer /r "test results.csv" /c test.icf
iometer /c iometer.icf /r results.csv /t 100
iometer iometer.icf results.csv /t 100
ref: http://3nity.ru/files/iometr_docs/#_Toc465000573
訂閱:
文章 (Atom)