[20170425]變態的windows批處理1.txt
[20170425]變態的windows批處理1.txt
--//最近一段時間寫批處理,遇到一個古怪的問題,例子:
C> cat a.bat
echo @echo on > d:\aa.bat
echo echo start sync file from usb >> d:\aa.bat
echo h: >> d:\aa.bat
echo cd \blog >> d:\aa.bat
...
pause
C:\Users\Administrator\Desktop\bat>echo @echo on 1>d:\aa.bat
C:\Users\Administrator\Desktop\bat>echo echo start sync file from usb 1>>d:\aa.bat
另一個程式正在使用此檔案,程式無法訪問。
--//開始感覺很奇怪,為什麼出現"另一個程式正在使用此檔案,程式無法訪問。"情況呢?而且出現位置不一樣。
R:\>xx
R:\>echo @echo on 1>d:\aa.bat
R:\>echo echo start sync file from usb 1>>d:\aa.bat
R:\>echo h: 1>>d:\aa.bat
R:\>echo cd \blog 1>>d:\aa.bat
R:\>echo D:\tools\linux\usr\local\wbin\date "+%%T" 1>>d:\aa.bat
R:\>pause
請按任意鍵繼續. . .
--//這次沒有出現,而第2次出現。
R:\>xx
R:\>echo @echo on 1>d:\aa.bat
R:\>echo echo start sync file from usb 1>>d:\aa.bat
另一個程式正在使用此檔案,程式無法訪問。
R:\>echo h: 1>>d:\aa.bat
R:\>echo cd \blog 1>>d:\aa.bat
R:\>echo D:\tools\linux\usr\local\wbin\date "+%%T" 1>>d:\aa.bat
R:\>pause
請按任意鍵繼續. . .
--//沒有辦法只能在每次輸出後,認為加入一條sleep 1語句。(注這個版本不支援sleep 0.1這樣的方式)
--//sleep 來自unxutil的安裝包,大家可以自行下載。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/267265/viewspace-2137952/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- [20190219]變態的windows批處理6.txtWindows
- [20211207]變態的windows批處理10.txtWindows
- [20211011]變態的windows批處理9.txtWindows
- [20210510]變態的windows批處理7.txtWindows
- Windows批處理中的變數和值Windows變數
- 開啟windows批處理大門Windows
- 07 Windows批處理之檔案操作Windows
- Windows 批處理之DATE命令的使用方法Windows
- 04 Windows批處理中的條件執行Windows
- 批處理-刪除環境變數變數
- windows 批處理備份目錄指令碼Windows指令碼
- Windows10系統優化(批處理)Windows優化
- 08 Windows批處理之執行編譯後的程式Windows編譯
- [20180319]windows批處理檔案大小比較.txtWindows
- 修改windows遠端桌面連線埠-批處理Windows
- [20230208]windows批處理檢測隨身碟.txtWindows
- 批處理概述
- Apache Beam,批處理和流式處理的融合!Apache
- 03 Windows批處理的作用域和延遲擴充套件Windows套件
- 10 Windows批處理之呼叫例程和bat檔案WindowsBAT
- java當中的批處理Java
- JDBC當中的批處理JDBC
- Jenkins執行遠端Windows批處理的許可權問題JenkinsWindows
- 05 Windows批處理中的字串和布林資料型別Windows字串資料型別
- 09 Windows批處理之標籤和無序執行Windows
- cmd批處理無法使用 提示windows找不到檔案Windows
- 批處理指令碼來修復並開啟Windows 7中的Windows Defender防火牆指令碼Windows防火牆
- Windows使用批處理給手機批量安裝apk檔案WindowsAPK
- 什麼是批處理
- Dynamics CRM 2013 批處理
- bat 批處理字串操作BAT字串
- window 批處理檔案
- MongoDB for Windows使用批處理檔案啟動閃退之空格惹的禍MongoDBWindows
- 06 Windows批處理之整數和浮點資料型別Windows資料型別
- Windows Ping的結果顯示每次ping的時間的bat批處理指令碼WindowsBAT指令碼
- 簡單實現批處理
- Python批處理:檔案操作Python
- MPP架構和批處理架構
- bat批處理常用指令碼BAT指令碼