meydrew / otroslogviewer

Automatically exported from code.google.com/p/otroslogviewer
0 stars 0 forks source link

Can't start OLV when is extracted into path with spaces #294

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Extract OLV into path with spaces (C:\tmp\a folder\Otros\)
2. Try to run it

OLV_HOME is set with trailing backslash. This trailing backslash is escaping " 
character.

Following change in olv.bat is required:
if "%OLV_HOME%" == "" set OLV_HOME=.
IF %OLV_HOME:~-1%==\ SET OLV_HOME=%OLV_HOME:~0,-1%

Original issue reported on code.google.com by otros.sy...@gmail.com on 27 Feb 2014 at 5:19

GoogleCodeExporter commented 9 years ago

Original comment by otros.sy...@gmail.com on 6 Mar 2014 at 4:55

GoogleCodeExporter commented 9 years ago
Issue 290 has been merged into this issue.

Original comment by otros.sy...@gmail.com on 9 Mar 2014 at 6:36

GoogleCodeExporter commented 9 years ago

Original comment by otros.sy...@gmail.com on 10 Mar 2014 at 3:38

GoogleCodeExporter commented 9 years ago

Original comment by otros.sy...@gmail.com on 11 Mar 2014 at 7:19