Automated File Transfer Scripting?

W

Wayne

Is it possible to integrate a batch file or some other type of script
for copying a file from one drive out to a folder inside of FrontPage
2000? Right now, there's a network drive folder which is updated
throughout the day, and I have to manually delete the FrontPage
contents, then copy the network drive's folder contents into it, then
publish the changes to the production server.

It would save me a lot of time if I could automate this whole ordeal,
but documentation on this is sparse, if at all available. Any help
would be appreciated.

Thanks,
Wayne
 
S

Stefan B Rusynko

Could be done w/ Office VBA or VB which both support the File System Objects
- would require hand coding (not creatable from "wizards" or macro recorder)
- w/ Office VBA probably best done from Excel (which can access FP object model) since is can also be scheduled




| Is it possible to integrate a batch file or some other type of script
| for copying a file from one drive out to a folder inside of FrontPage
| 2000? Right now, there's a network drive folder which is updated
| throughout the day, and I have to manually delete the FrontPage
| contents, then copy the network drive's folder contents into it, then
| publish the changes to the production server.
|
| It would save me a lot of time if I could automate this whole ordeal,
| but documentation on this is sparse, if at all available. Any help
| would be appreciated.
|
| Thanks,
| Wayne
|
 
Top