-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
folder path bug #81
Comments
Please check out the latest version (using |
I pulled using your command and run a test random file in a random path that has a space. It is not working from what I can see. |
I clone again using the -recursive flag (which I did not use before) and it works fine. Was it my error from the start ? |
I don’t know. Git and Windows batch files are mysteries to me, too. |
Maybe this finding is relevant here: https://github.com/transpect/docx2tex/blob/master/d2t.bat#L8 It seems that if you invoke batch files using forward slashes, and if the directory that the batch file is in contains spaces, the command is not recognized. Then you need to prepend |
i put the folder on my desktop and run the line in windows.
I got an error saying "path not excepted at this time". I decided to move the folder with the .bat to a root directory and it worked fine. I encounter this issue a lot, my username has a space in between; example "steve bob". I assume the .bat file does not account for random spaces like that in a path when executing.
The text was updated successfully, but these errors were encountered: