Automated import into Frontpage

J

JD Uhler

I want to create a batch file that will import HTML files into a
Frontpage Web without having to open the Web and do a File -> Import.
Is there a way to automate this process?

Thank you
 
V

Vocátional© & Technicál© Educátion®

You may want to test with this;
xcopy C:\WebFiles\*.htm C:\My Documents\My Webs\Web1\*.* /s

With 98 or ME you can | Click | Run | Command | OK
This gives you a command / dos window
Type in any command such as xcopy to view the parameters
xcopy space slash question mark <enter> will list the help like this;
xcopy /? <enter>

Best regards,
VoTecEdu@MSN Com
http://vil.nai.com/vil/stinger/
Vocátional© & Technicál© Educátion® - Cooking Crawfish & Alligators in New
Orleans...I'm not an organ donor but I once gave a piano to the salvation
army.
 
Top