Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. dheerajreddy926

    Not deleting empty folders

    Set folderCollection = folder.SubFolders For Each subFolder In folderCollection DeleteOldFiles subFolder.Path, BeforeDate objFSO.deleteFolder subFolder.Path Next ----------- The above code deletes all folders,i need to delete folders and files which are 5 days old.Plz help
  2. dheerajreddy926

    Not deleting empty folders

    Thanks!!!!!!!!!! It worked :)
  3. dheerajreddy926

    Not deleting empty folders

    I could resolve one issue ie.. it now takes windows path also .. Now i only need how to delte empty folders after delting files inside it ..plz help :)
  4. dheerajreddy926

    Not deleting empty folders

    Hi All, The following script is deleting only files in LOGARCHIVE folder leaving the empty folder .I want to delete empty folders even. How can i correct it. More over i get an error when it goes to 2nd path \server\lodarchive sayng path not found .Can people suggest me . In test3.txt i gave...
  5. dheerajreddy926

    Combine two vb scripts.Plz help

    Now i get variable is undefined Search at 13th line
  6. dheerajreddy926

    Combine two vb scripts.Plz help

    I got type mismatch now after replacing with objFile
  7. dheerajreddy926

    Combine two vb scripts.Plz help

    Guitarzan, can you say me the procedure to give the output of that script as input in strPath in 2nd vb script .
  8. dheerajreddy926

    Combine two vb scripts.Plz help

    I get error in 10th line as method cant read ReadAll
  9. dheerajreddy926

    Combine two vb scripts.Plz help

    Hello All, I am planing for an automation to delete log archives older than 3 days in multiple servers .I have got 2 vb scripts 1) it will read a .txt file where all server paths are kept 2) deletes logs older than 2 days . I want to combine two vb scripts. Please look my scripts...
  10. dheerajreddy926

    How to give inputs from a text file

    Hello All, I am not a vb expert . I am planing to do an automation to delete log archives periodically from a location.we have around 100+ servers . I have got a VB script to delete folders based on path given .But i want the script to delete all archive folders in all servers . the path for...

Part and Inventory Search

Back
Top