引用DOS删除文件
del /f /s /q "%userprofile%\Local Settings\Temp\*.*"这是一段删除文件的批处理
怎样才能用AU3表达出来呢]
求助 RunWait(@ComSpec & " /c " & "&del /f /q %userprofile%\Local Settings\Temp\*.*","",@SW_HIDE)
[ 本帖最后由 番茄 于 2008-9-11 13:37 编辑 ] filedelete不好用吗?
都不好用
del /f /s /q "%userprofile%\Local Settings\Temp\*.*"路径不识别啊
FileDelete(@TempDir & "\*.*")
Run(@ComSpec & " /C del /f /q " & @TempDir & "\*.*",@TempDir,@SW_HIDE)
页:
[1]