How can I create a button for Robocopy as a DO Light user?
I currently have a non-working button like:
Function:
@nofilenamequoting robocopy.exe "{filepath$|noterm}" "{destpath$}{filepath$|nopath|noterm}" /e /COMPRESS /xo /w:1 /r:1
I'd also like to simply output the resulting log file using the switch: /LOG+:"C:\robocopy_log.txt"
Any advice?
lxp
2
Try
@nofilenamequoting
robocopy.exe "{filepath$|noterm}" "{destpath$}{filepath$|nopath|noterm}" /e /COMPRESS /xo /w:1 /r:1 /LOG+:"C:\robocopy_log.txt"
The light edition of DO seems to only allow one line for the command/function.

lxp
4
Yes, you are right. I am afraid you need the Pro version for this kind of button. Sorry!
1 Like