-
Notifications
You must be signed in to change notification settings - Fork 32
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
[PENDING] Passing arguments #1
Comments
That's Windows' fault. Try to put an extra quotation marks around the path of your executable+arguments. I never had any problem passing arguments so far. |
@Jacosci I have doubts your solution helps ... When I tried to cure my problem (issue 3) by adding another "level" of quotes around the executable path I get an error saying in principle "I cant find an exe file-name in the string you give me" - when I remove the extra quotes the path is accepted (though it doesnt work if the path contains space(s) ) |
Hmm, I believe there is an alternate path, a shorter version of the path
used by dos. If so there might be a way to convert it.
Another thing we can look at is how and where the other service information
is stored. Then we can see how they handle paths with spaces.
…On Mon, Oct 12, 2020 at 4:07 AM eagle275 ***@***.***> wrote:
@Jacosci <https://github.com/Jacosci> I have doubts your solution helps
... When I tried to cure my problem (issue 3) by adding another "level" of
quotes around the executable path I get an error saying in principle "I
cant find an exe file-name in the string you give me" - when I remove the
extra quotes the path is accepted (though it doesnt work if the path
contains space(s) )
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJKGXK2TG4GWXNA6VEWXSLSKK2NRANCNFSM4GKK6ZIA>
.
|
Dear Luis, I am confused as the following sequence does not work.
The text was updated successfully, but these errors were encountered: