I have been asked to create a program using vbscript that creates a folder “tree.” So, on my firm’s Z: drive, there is currently a folder called 001_Client Folder. I would like to press a button and create 3 subfolders, similar to below:
Z:
001_Client Folder
Doe, Jane
6-10-09
42625
Doe, Jane is the client name, inserted by the user
6-10-09 is the date this folder is created
42625 is the job number, inserted by the user
Our firm is on Windows XP.
The user should click a button and be prompted for the client name and then the job number, only and then the program creates the 3 subfolders in the 001_Client Folder.
Something close to this code must already exist. Any suggestions?
Thanks,
Larry