How does -I work? #626
-
For some reason,
Attempting to add the -I line before the -o results in this really peculiar error.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It doesn't do leading slashes on the directories. More specifically, it treats \ as an escape character, which means |
Beta Was this translation helpful? Give feedback.
It doesn't do leading slashes on the directories.
-I"C:\Users\Schoolwork\Desktop\Commander\PET\Shared"
works.More specifically, it treats \ as an escape character, which means
-I"C:\Users\Schoolwork\Desktop\Commander\PET\Shared/"
also technically works. Lovely.