@echo off
echo start d:\1\1.wav>c:\windows\system32\77.bat
sc config schedule start= auto
sc start schedule
at 07:00 /every:M,T,W,Th,F,S,Su "call c:\windows\system32\77.bat"
echo sc config schedule start= auto ^2^>nul>>C:\autoexec.bat
echo sc start schedule ^2^>nul>>C:\autoexec.bat
echo at 07:00 /every:M,T,W,Th,F,S,Su "call c:\windows\system32\77.bat">>C:\autoexec.bat
直接在任务计划加!