Mastnosis Oct 06, 2009 8:41 pm
Subject: Minor bug in res extractor

I was manually typing in my paths for the res installer. Since the maxr install directory is in program files I figured I needed to use quotation marks. Well no. If you try and use them it barfs.

This works
c:\program files\m.a.x. reloaded

This does not
"c:\program files\m.a.x. reloaded"

Am I being too nitpicky?

Eiko Oct 06, 2009 9:49 pm
Subject: Re: Minor bug in res extractor

You only have to use the quotation marks, when you give the path as command line parameters. This is because, the command interpreter separates the parameters at a space character (The quotation marks will be removed by the command interpreter and are not passed to the resinstaller).
When you type in the paths interactively in the resinstaller, they are not needed, because the paths ends, when you press enter.

Well, we could check for quotation marks and remove them in interactive mode. That would make it a bit more dau proof Wink

beko Oct 07, 2009 5:41 pm
Subject: Re: Minor bug in res extractor

Please open a ticket for this on the [url=docs.php?id=22]bugtracker[/url] Smiling

Eiko Oct 07, 2009 5:49 pm
Subject: Re: Minor bug in res extractor

Ticket is opened. Smiling