;連續製造檔案。
$i=0
while 1
;創件檔案。
$file1 = FileOpen($i & ".txt", 1)
;輸入內容到檔案裡。
$abc = random(0,1,0)
FileWriteLine($file1,$abc & @CRLF)
;關閉檔案。
fileclose($file1)
$i = $i +1
WEnd
$i=0
while 1
;創件檔案。
$file1 = FileOpen($i & ".txt", 1)
;輸入內容到檔案裡。
$abc = random(0,1,0)
FileWriteLine($file1,$abc & @CRLF)
;關閉檔案。
fileclose($file1)
$i = $i +1
WEnd
沒有留言:
張貼留言