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!

Search results for query: *

  1. electricwizard84

    How to limit changes to filename syntax to first 9 files only

    Dear all, This thread is related to another thread i have just posted (For Each command skipping over some files), but refers to a different problem. For convenience, i have created two separate scripts with the aim of embedding elements of this script below to the main script in the first...
  2. electricwizard84

    For Each command skipping over some files

    Dear all, I have developed a simple script to rename the filename of a video file according to the TV show name, Season No., Episode number and file extension. The script then renames all files in the directory and increments the episode number by one. For example, the first video is renamed...
  3. electricwizard84

    Read filenames from a text file, match to folder and copy

    Hi, I have developed a script that lists all the files in a folder (and subfolders) and writes the filename to a text file. For example, if filename.avi is in a folder c:\test\movie\filename.avi then the script will create a text file (and located as a destination directory) and on the first...
  4. electricwizard84

    Creating a folder of the same name as filename

    Hi, I am trying to create a folder based upon the base name of a filename. For example, if a file is named 'test.txt' then the program will create a folder called 'test'. Additionally, the filename 'test.txt' shall be moved such that is become inside the folder 'test'. Also, the folder...
  5. electricwizard84

    Move File and Wildcards

    Hi, I am very new to VB Scripts, and hence i already have a question to ask. The code i have written is probably very innefficient, but what i am trying to do is compare the DateLastModified attributes of a collection of pictures that are in a folder, and then according to the number of days...

Part and Inventory Search

Back
Top