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 Mike Lewis 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. kaiserclaw

    VBS Help :-(

    Thank you! :-) The script works very well, but how do I use an exclude function? Exclude all .mp3 files in the directory?
  2. kaiserclaw

    VBS Help :-(

    Hi there! I'm trying to get my script to work. I want to use a simple copy function with progressbar. Works! BUT I don't know how to exclude files (.mp3) ex. and overwrite without promt.. Here is my code: Option Explicit Dim oSHApp Dim sSrc, sDest Const FOF_SIMPLEPROGRESS = 256 Set...

Part and Inventory Search

Back
Top