once you publish a web site to a local physical folder.
You can publish the web site by following the below steps:
To publish the Web site
-
On the Build menu, click Publish Web Site.
The Publish Web Site dialog box appears.
-
In the Target Location box, enter c:\CompiledSite.
Once you publish the website you can write a windows application which copies all the files / folder to copy to an external machine where the actual deployment path exists. For that you can use FSO objects to copy the object remember take care about the permissions before copying the published pages.
Thanks,