Explanation)
Delete files order than 7 days on Windows
Answer)
Use FORFILES command.
For example files are in E:\backup folder,
FORFILES /p E:\backup /D -7 /C "cmd /c del E:\backup\@file"
END.
-
1. 필요 - Symantec Endpoint Protection(SEP) 삭제 필요 - 삭제시 "Please enter the uninstall password" 문구가 나옴. - 비밀번호를 몰라 삭제할 수 없음. ...
-
ㅁ 목적 - Tomcat 서버 2대에 Instance를 서버당 하나씩 생성하고 이중화 구성하여 물리적인 Tomcat 서버 장애에 대비함. ㅁ 가정 - Apache 서버(IP : 192.168.0.10)는 별도로 구성되어 있음. - Ap...