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 strongm 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: *

  • Users: maltman1
  • Content: Threads
  • Order by date
  1. maltman1

    Append date and folder name to file

    Hello all, I am trying to append a date stamp to a file name that I am copying to another folder. Here is the script I have so far. Dim strExtensions Dim strExt Dim strDate strPath = "C:\Test\" strDest = "C:\TestCopies\" strExtensions = "txt" strDate = "9/7/2010 6:00:00 PM" Set objFSO =...
  2. maltman1

    Script to Delete Files

    Hello all, I am using the below script to delete files based on creation date but I can not get it to work. For example, I want to delete a file that is 30 minutes old. I eventually want it for 24 hours but I am trying to test it by using a smaller interval. Here is the script: Dim fso...
  3. maltman1

    Visio template/stencil

    Hey all, I have searched and searched for this but have not found it anywhere. Has anyone seen a Visio rack stencil/template that has the unit numbers on it. I am looking for a 42U rack template that has the numbers listed on each slot from 42 to 1. I have seen one on Tech Republic but I...
  4. maltman1

    Search and delete files in subfolders

    Hey all, First off, I am not a programmer but I need to create a script to delete files on one of our servers. I have a working script that will delete all files in a specific folder and all of it's subfolders after 30 days. I need to add some sort of a wildcard or exclusion for a few...

Part and Inventory Search

Back
Top