Author Topic: xcopy  (Read 7066 times)

channond

  • Newbie
  • *
  • Posts: 7
    • View Profile
xcopy
« on: February 11, 2014, 00:07:40 »
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.

Jungle

  • Contributor
  • VIP Member
  • *****
  • Posts: 512
  • Old Skull
    • View Profile
Re: xcopy
« Reply #1 on: February 11, 2014, 06:10:21 »
You can specify "-*" (without quotes) filter in the Copy dialog
Or you may try to write a script which would launch xcopy. See documentation.
« Last Edit: February 11, 2014, 06:12:39 by Jungle »