' ReadLine 一次取出一行資料
' 12:15 2005/3/9
' ****************** DIM 區
dim strpath
dim objfile,strNetxLine
Set FSO = CreateObject("Scripting.FileSystemObject")
' ****************** 修改區
strpath = "\\cc\vbtool\subfile"
' ****************** SET區
'路徑
Set objTextFile = FSO.OpenTextFile(strpath & "\" & "readme.txt") 'tmpfile
' ******************
While Not objTextFile.AtEndOfStream
strNextLine = objTextFile.Readline
' if strNextLine <> "" then
wscript.echo strNextLine
' end if
Wend
2007年11月27日 星期二
訂閱:
張貼留言 (Atom)
RHEL install EPEL
https://www.linuxtechi.com/install-epel-repo-on-rhel-system/ EPEL dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest...
-
記事本開啟 HKEY_CLASSES_ROOT\*\shell] [HKEY_CLASSES_ROOT\*\shell\NotePad] @="用記事本開啟" [HKEY_CLASSES_ROOT\*\shell\NotePad\command] @=...
-
下載 http://dba-tips.blogspot.tw/2015/05/oracle-database-health-check-script.html Oracle Database Health Check Script Do you wan...
-
旋轉泡泡: Oracle DataGuard 相關 Oracle DataGuard 檢查開啟狀態 -- 請全貼 -- ===check=== select dbid,name from v$database; select log_mode , OPE...
沒有留言:
張貼留言