Browse Forum Posts by Tags

Showing related tags and posts for the Forums application. See all tags in the site
  • vbscript order files in folder by datecreated

    Here is a script that will delete the oldest files in a folder until the folder is below the MaxFolderSize Const ZFPFolderPath = " \\C\Temp\ " Const MaxFolderSize = 15 Const ConvertToGigs = 1073741824 Const adVarChar = 200 Const MaxCharacters = 255 Const adFldIsNullable = 32 Const adDouble...
    Posted to Windows Scripting (Forum) by Pat on 06-06-2008
Page 1 of 1 (1 items)
Forums to discuss Microsoft ASP.Net Development and SQL
Powered by Community Server (Non-Commercial Edition), by Telligent Systems