Question
-
Topic
-
self deleting files, setting a delay time
LockedHi
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
EXITthanks
All Answers
Viewing 2 reply threads