dim wshshell
set wshshell = createobject("wscript.shell")
wshshell.run "notepad"
wscript.sleep 1500
wscript.sleep 500
wshshell.sendkeys "%fs"
wscript.sleep 500
wshshell.sendkeys " birth.txt"
'這裡一定要先空乙個格,因為系統缺省會吃掉第乙個字元
wscript.sleep 500
wshshell.sendkeys "%s"
wscript.sleep 500
wshshell.sendkeys "%fx"
sendkeys都是模擬了鍵盤的操作
因為傳輸字元需要時間,所以需要sleep一下
vbs實現開啟記事本,寫入一些文字,複製然後關閉
原來vbs的功能也很強大。現在才發現 dimwshshell,onotepad setwshshell createobject wscript.shell 建立wscript.shell物件 setonotepad wshshell.exec notepad 執行記事本 啟用記事本 wscript...
電腦裡的記事本檔案永久刪除怎麼辦
小楠電腦上的記事本檔案被玩電腦的弟弟刪除了,後來發現那個記事本裡有很多資料和帳號,他趕緊去電腦 站找了半天也沒找到。問了弟弟才知道他不小心按到shift delete,那可是永久刪除啊!把他氣得夠嗆 他也只能去網上找一些恢復的辦法,網上提供的辦法都大同小異,而且那些帶有恢復功能的應用基本都是收費的,...
Matlab輸出寫入文字檔案及csv檔案
下面的乙個示例是關於統計每個資料夾下的檔案數目,具體 如下 clear clcfolder path e ori imagenet data all folder dir folder path fid fopen number of imagenet.txt a for i 1 length al...