Multi Commander Support Forum

Multi Commander => Feature Requests and Suggestions => Topic started by: channond on February 11, 2014, 00:07:40

Title: xcopy
Post by: channond 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.
Title: Re: xcopy
Post by: Jungle 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 (http://multicommander.com/docs).