RUNAPPATTIME app, yy, mo, dd, hh, mm, ss
Description
RUNAPPATTIME is used to launch a program at a specified time in the future. The required component, app, is command line text to be executed. The required components, yy, mo, dd, hh, mm, and ss, are numeric values used to set the date and time the program will be launched.
Example
REM RUNAPPATTIME Example
'RUNAPPATTIME launches a program at a specific time
RUNAPPATTIME "\Windows\player.exe", 2004, _
5, 25, 14, 30
Related Items
RunappatEVENTT