Command Fails to Run with Special Character in File Path
If the source or target file path includes the special characters ampersand (&), pipe (), or
parentheses ( ), the migration command will fail to run.
To use these special characters in a file path, the characters must be preceded by the escape
character (^) or quotation marks. For example, the following commands will run properly:
migratetoc8 "e:\IS&T\reports" "e:\IS&T\migrate"
migratetoc8 e:\IS^&T e:\IS^&T\migrate