Hi how can i set the time at below code to activate the self deleting batch file after some minute, hours or days; @echo off Type “file” PING 127.0.0.1 -n 1 -w “time” >NUL DEL “file” DEL %0 EXIT
thanks