Automated import into Frontpage

  • Thread starter Thread starter JD Uhler
  • Start date Start date
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
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top