Use the bat file to delay the start of the program after a specified number of seconds after Windows starts

The content of the bat file:

 

The rem parameter "/t" is followed by the number of seconds to delay

choice /t 30 /d y /n > nul 

The first parameter of the rem start command is title, which is set to empty here

start "" "D:\Program Files (x86)\Net\360\360WangPan\360WangPan.exe"

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326308320&siteId=291194637