command line - Run an file after X seconds when running the .bat file -


i wonder if there way can run file after x seconds when run .bat file

i have search example didn't help

@echo off sleep 10 start "c:\file.txt" exit 

thanks!

from bat file use regularly:

rem - wait 10 seconds choice /c:ab /t:10 /d:a > nul 

i don't recall got it, superuser. i've been using years, though.


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -