Skip to content
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

quoting filenames in windows (ami-search-new) #87

Open
petermr opened this issue Mar 1, 2019 · 3 comments
Open

quoting filenames in windows (ami-search-new) #87

petermr opened this issue Mar 1, 2019 · 3 comments
Labels
documentation document possible bugs

Comments

@petermr
Copy link
Owner

petermr commented Mar 1, 2019

commands which include full filenames cause parsing problems. e.g.

ami-search-new -p myproject --dictionary D:\TIGRESS workshop\dictionaries\drought.xml`

At least the following problems:

  • space in name
  • backslashes
  • colon ?D:
    how do we quote this in the Windows shell?
@petermr petermr added the documentation document possible bugs label Mar 1, 2019
@ambarishK
Copy link
Collaborator

sir keep the name of sub-folder as a single word. Else the path will get broken.

e.g -  D:\TIGRESSworkshop\dictionaries\drought.xml

or

D:\TIGRESS_workshop\dictionaries\drought.xml

@petermr
Copy link
Owner Author

petermr commented Mar 3, 2019 via email

@petermr
Copy link
Owner Author

petermr commented Mar 3, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation document possible bugs
Projects
None yet
Development

No branches or pull requests

2 participants