Results 1 to 1 of 1

Thread: Folder Generating with a batch file

  1. #1
    OptiBoard Professional
    Join Date
    Aug 2005
    Location
    Braunschweig Germany
    Occupation
    Lens Manufacturer
    Posts
    116

    Folder Generating with a batch file

    Hi i have a question i like to generate folders with subfolders from a text file.

    I have found this function and run it from a batch file:

    for /f "delims=" %%a in (names.txt) do md "%%a"

    this works great but it generates only the main folders from the text file.

    I need somthing that gerarates me some structure like this:

    Folder1: in this Folder and 3 Subfolders: a,b&c
    Folder2: in this Folder and 3 Subfolders: a,b&c
    .
    .
    .
    .

    Can someone help me?
    Last edited by Rafael; 02-12-2014 at 09:54 AM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Script to automate batch file moving and renaming
    By braheem24 in forum Computer and Software Help
    Replies: 3
    Last Post: 02-13-2014, 11:51 AM
  2. Lab question on lens generating.
    By dave.fant.lab in forum General Optics and Eyecare Discussion Forum
    Replies: 11
    Last Post: 08-15-2012, 11:39 PM
  3. Freeform generating
    By rsandr in forum General Optics and Eyecare Discussion Forum
    Replies: 11
    Last Post: 12-12-2007, 02:01 AM
  4. Folder Access Denied
    By chris86 in forum Computer and Software Help
    Replies: 2
    Last Post: 10-02-2005, 08:02 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •