摘要:
Set s=CreateObject("sapi.spvoice") s.speak"Hello? Are you sure you want to leave?" 阅读全文
posted @ 2020-10-29 16:38
艾孜尔江
阅读(684)
评论(0)
推荐(0)
摘要:
将下面的文件写道txt文件中并将txt后缀改为.bat 之后点击该批处理脚本即可看到效果。 fsutil file createnew D:\ProgrameData.newfile 4096000000 上方代码只作为参考,会在D盘下创造出名为 ProgrameData.newfile 的 3.8 阅读全文
posted @ 2020-10-29 16:17
艾孜尔江
阅读(697)
评论(0)
推荐(0)
摘要:
将下面的文件写道txt文件中并将txt后缀改为.bat 之后点击该批处理脚本即可看到效果。 @echo off setlocal ENABLEDELAYEDEXPANSION for /l %%i in (1,1,80) do ( set Down%%i=0 ) for /l %%i in (0) 阅读全文
posted @ 2020-10-29 16:13
艾孜尔江
阅读(2781)
评论(0)
推荐(0)