' 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] @=...
-
https://www.linuxtechi.com/install-epel-repo-on-rhel-system/ EPEL dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest...
-
download: https://download.owncloud.org/download/repositories/production/CentOS_7/noarch/owncloud-files-10.3.2-2.1.noarch.rpm https://d...
沒有留言:
張貼留言