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 gkittelson 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. tincup23

    Creating a Folder

    Foada, One more quick question? This script only works if the directory path exist. If had something like C:\Projects\To Folder\ - this would copy any "foldername" into the To Folder directory. So, if the To Folder path isn't there then it doesn't copy the "foldername". How would I get it to...
  2. tincup23

    Creating a Folder

    Thanks Foada, It works perfectly, thanks for saving me from having to input over a 1000+ folders manually. This programming stuff is really cool. I can't wait until I'm as verse as you. Thanks again! BTW, if I wanted improve upon this (not that I'm capable), let's say to have it rename or...
  3. tincup23

    Creating a Folder

    Thanks Foada, I tried you're code; however, it's returning an error: Expected ')' . Would this be because of the ( between objFSO.FolderExist(objFolder.Path statement? Also, how could this be modified to print out a list of what folders had folders added and the ones where no folder was added...
  4. tincup23

    Creating a Folder

    Thanks Foada, How exactly would I implement that If statement? I'm very new to programming and I'm learning. Thanks for your assistance. Using the code previously posted, show me what it would look like as to the results I'm seeking.
  5. tincup23

    Creating a Folder

    Thanks Dan, I was able to decipher the code a bit(with the aide of boodk and online forums). Yes, the to or from folder is chosen by the user - either me or someone would decide we need to create a new folder in the To or From directory. I was able to use the script you provided to create new...
  6. tincup23

    Creating a Folder

    Thannks Dan for you quick response, the reason I must go thru every folder is each folder is a clients home folder (\UserHome\To\folder or \UserHome\From\Folder) In order for me to place a folder in the To or From Directory, I have to go to every users home folder, then open up the To or From...
  7. tincup23

    Creating a Folder

    Hi, I'm new to programming an I would like to know how I could create a folder on an existing directory structure. I have a need to create a folder in a directory which has subfolders. I would like to have the script read from the directory and place the folder where I would like. I have over...

Part and Inventory Search

Back
Top