N
Not Really Me
VB experts of the net,
I need an in-house app to set up a new project space. These projects are
primarily Word docs, with a few misc. file types (binary). I have a Master
set that spans 5 folders in two levels. I want to make a copy of it into a
new folder and do a general file rename to insert the project name at the
same time. I will also modify and/or set summary and custom properties on
the word files.
First if you know of something similar please let me know. I have no need
to reinvent this wheel if it already exists. Second, I can't claim to be a
VB expert. Barely a beginner. I am much more comfortable in embedded C and
asm, but I'm willing to try. So, is VB a good language choice for this? I
mostly use VB6, but I suppose I could learn .net instead. Should I? Is a
..net variant
easier to use? (I have the 2003 version already, but do not use it). I
already have working code to handle the properties stuff in VB6, so that is
not an issue.
Here's a typical Master folder layout:
Documents
|______Checklists
|______ Reviews
|______ Misc
|______ Other
The names are irrelevant. Each folder including the Documents contains 2-20
word files. The name formats are not completely fixed, but this is
representative of those in use. The xxxx will be the new project ID.
Reqs-xxxx.doc
Reqs-xxxx-ab.doc
Ideally for every .doc file in the top level folder. I would like to
generate a file in the Reviews folder with a constant string preceeding the
name. I.e., if after the initial copy from master to target folder, the top
level contains project.doc, a default pre-defined file would be copied to
the Reviews folder with the name REV-project.doc.
Comments, suggestions?
Scott
I need an in-house app to set up a new project space. These projects are
primarily Word docs, with a few misc. file types (binary). I have a Master
set that spans 5 folders in two levels. I want to make a copy of it into a
new folder and do a general file rename to insert the project name at the
same time. I will also modify and/or set summary and custom properties on
the word files.
First if you know of something similar please let me know. I have no need
to reinvent this wheel if it already exists. Second, I can't claim to be a
VB expert. Barely a beginner. I am much more comfortable in embedded C and
asm, but I'm willing to try. So, is VB a good language choice for this? I
mostly use VB6, but I suppose I could learn .net instead. Should I? Is a
..net variant
easier to use? (I have the 2003 version already, but do not use it). I
already have working code to handle the properties stuff in VB6, so that is
not an issue.
Here's a typical Master folder layout:
Documents
|______Checklists
|______ Reviews
|______ Misc
|______ Other
The names are irrelevant. Each folder including the Documents contains 2-20
word files. The name formats are not completely fixed, but this is
representative of those in use. The xxxx will be the new project ID.
Reqs-xxxx.doc
Reqs-xxxx-ab.doc
Ideally for every .doc file in the top level folder. I would like to
generate a file in the Reviews folder with a constant string preceeding the
name. I.e., if after the initial copy from master to target folder, the top
level contains project.doc, a default pre-defined file would be copied to
the Reviews folder with the name REV-project.doc.
Comments, suggestions?
Scott