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 dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Fletch219839

  1. Fletch219839

    deleting files with vbs

    Thanks to both of you, the script works fine now.
  2. Fletch219839

    deleting files with vbs

    Guitarzan, The code is not deleting the files. Can you figure out why. I have to remove your line to delete the file. Thanks in advance.
  3. Fletch219839

    deleting files with vbs

    I am using the following code to delete files. Const DeleteReadOnly = True Set objFSO = CreateObject("Scripting.FileSystemObject") objFSO.DeleteFile("Q:\Company\Forms\*.PTR"), DeleteReadOnly The code works great as long as their is a PTR file in the folder to delete. If their is no PTR file in...

Part and Inventory Search

Back
Top