Link to home
Start Free TrialLog in
Avatar of CalmSoul
CalmSoulFlag for United States of America

asked on

batch script help

I have following batch script I would like to to modify it that in only run if log.txt file is not updated in last 15 minutes.

For example

If (log.txt is not update in last 15 min) then
execute script
else
do nothing
c:\Pstools\pskill -t ntvdm

rem stupid way of pausing
rem ping localhost

C:\WIN\BIN\WIN.EXE /s c:\win\v.scr

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of Steven Carnahan
Steven Carnahan
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial