|
本帖最后由 pingfan5888 于 2010-12-31 18:26 编辑
fileopen (@TempDir & "\maxdospass.txt",1)
$ptxt=FileRead(@TempDir & "\maxdospass.txt")
;FileClose (@TempDir & "\maxdospass.txt")
if FileExists("C:\MaxDOS\Maxkl.gz") then
FileSetAttrib ("C:\MaxDOS\Maxkl.gz","-rsh")
_FileWriteToLine("C:\MaxDOS\Maxkl.gz",10,""&@CR,1)
_FileWriteToLine("C:\MaxDOS\Maxkl.gz",10,"password --md5" &$ptxt,1)
;FileSetAttrib ("C:\MaxDOS\Maxkl.gz","+rsh")
Else
MsgBox(0,"提醒!!!","MaxDOS安装不完整或没有安装,请检查。")
EndIf
想替换第十行的内容。
结果是第十行只有password --md5的文字,后面的 $ptxt 没有写进去。是哪出问题了。谢谢。 |
|