' 寫入檔案
' 12:15 2005/3/9
Option Explicit
' ****************** DIM 區
dim strpath
dim fso
dim myfile,i
Set FSO = CreateObject("Scripting.FileSystemObject")
' ****************** 修改區
strpath = "\\cc\2332\tt"
' ****************** SET區
Set myfile = FSO.CreateTextFile(strpath & "\" & "writel.txt",true) 'tmpfile
' ******************
for i = 20 to 100
myfile.writeline i
next
myfile.close
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...
-
下載 出處 下載網址: http://tinyurl.com/plodb56 Step 1 下載取得「Windows10TweakTool」並解壓縮,在壓縮出的「Windows10SettingTool.bat」上按一下滑鼠右鍵,點擊選單中的【以系統管理員身分...
-
' 呼叫 日期 eg 2月 14日 ==> 0214 ' 11:56 2005/3/9 ' CC.HSIEH 'dim dim strm,strd,strToday,stry call datt msgbox strToday ...
-
1 關掉DB isqlplusctl stop emctl stop dbconsole lsnrctl stop sqlplus / as sysdba SQL > shutdown immediate 2 備份DB HOME cdOH ...
沒有留言:
張貼留言