I want to create a macro/script to copy a folder structure from a selected folder in the right pane to a selected folder in the left pane. I dont want to copy any files, just the folder structure. I can do this in dos using the following syntax "xcopy f:\DVD c:\DVD /E/T " What I want to know is how do I substitue the f:\DVD for the folder selected in the right pane, and the c:\DVD for the folder selected in the left pane.
Thanks.