Motestfilter
New Member
- Joined
- Aug 6, 2019
- Messages
- 13
Hi,
I am thinking of incorporating the ROBOCOPY with excel since I am doing a lot of file transfers. I just have no idea where to start. I would like to be able to enter a source and destination path into a cell then maybe some radio button or any kind of selection depending on what specific switch I want to enable. After inputting the paths and selecting the switch it could either create a .bat file to run it or run the command directly to the CMD window.
ROBOCOPY has a pretty simple syntax -
So basically it is running command line that was generated in excel to the CMD window.
Any direction would be helpful. Thanks!
I am thinking of incorporating the ROBOCOPY with excel since I am doing a lot of file transfers. I just have no idea where to start. I would like to be able to enter a source and destination path into a cell then maybe some radio button or any kind of selection depending on what specific switch I want to enable. After inputting the paths and selecting the switch it could either create a .bat file to run it or run the command directly to the CMD window.
ROBOCOPY has a pretty simple syntax -
Code:
[FONT=Fixed, monospace][COLOR=#454545]ROBOCOPY "sourcepath" "destinationpath" [switches] [/COLOR][/FONT]
So basically it is running command line that was generated in excel to the CMD window.
Any direction would be helpful. Thanks!