오래된 파일1 Windows / 오래된 파일을 예약 작업으로 삭제하는 방법 오래된 파일을 예약 작업으로 삭제하는 방법 다음과 같은 VBScript를 작성합니다. DelOldFiles.vbs Option Explicit Const strRootPath = "C:\Users\Desktop\TEMP\" Const nDays = 30 Dim oFSO Set oFSO = CreateObject("Scripting.FileSystemObject") Dim oFile Dim oFolder Set oFolder = oFSO.GetFolder(strRootPath) For Each oFile In oFolder.Files rem WScript.Echo("** Source path not found ** [" & oFile.DateLastAccessed & "]" ) If Int(Now() - .. 2020. 4. 26. 이전 1 다음 반응형