Question
Thread display: Collapse - |
All Answers
Start or search
Create a new discussion
If you're asking for technical help, please be sure to include all your system info, including operating system, model number, and any other specifics related to the problem. Also please exercise your best judgment when posting in the forums--revealing personal information such as your e-mail address, telephone number, and address is not recommended.
self deleting files, setting a delay time
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