I am writing a program to build a directory structure.
I have about 5000 files that are named class-user-number.doc
I want to build a directory structure off of this model.
/writ1300/smith/notes0.doc
I know enough to change the file names and create the directoy structure, however I would like to streamline the program so I don't have type:
dir /b >> listing.txt
(I have a batch file do this) then run the program.
How do I have the program run the batch file?
Thanks,
Kanan
I have about 5000 files that are named class-user-number.doc
I want to build a directory structure off of this model.
/writ1300/smith/notes0.doc
I know enough to change the file names and create the directoy structure, however I would like to streamline the program so I don't have type:
dir /b >> listing.txt
(I have a batch file do this) then run the program.
How do I have the program run the batch file?
Thanks,
Kanan