Quantcast
Channel: GSAK Forum
Viewing all articles
Browse latest Browse all 75063

Problem mit CopyToDropbox by Big Wolf - 2013-08-10

$
0
0
Mit der Linie über mehrere exclude. Sie müssen die folgende Zeile zu ändern, wie auch.

Der Grund dafür ist, dass jede ausgeschlossen Verzeichnis in Anführungszeichen sollten einbezogen werden, wenn sie Leerzeichen im Pfad enthält.


$result = PutFile($BatFile, "ROBOCOPY " + Quote($From) + " " + Quote($To) + " *.* /XD " + Quote($Exclude) + " /S /XO")

zu


$result = PutFile($BatFile, "ROBOCOPY " + Quote($From) + " " + Quote($To) + " *.* /XD " + $Exclude + " /S /XO")


(Übersetzung durch google)

Viewing all articles
Browse latest Browse all 75063

Trending Articles