Issue #236 - ensure that all hs_err files are written to the user's "home directory" when CAVE crashes.
Former-commit-id:34d9122f14
[formerly 00ce48c7698c9baad8a3ab643d39858c47c18226] Former-commit-id:c77b9558e1
This commit is contained in:
parent
512e0f1bd5
commit
2c3f67d470
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@ SET /p LOG_DATETIME= < %RND_DATETIME_FILE%
|
|||
DEL %RND_DATETIME_FILE%
|
||||
|
||||
echo THIS CMD WINDOW CAN BE CLOSED AT ANY TIME!
|
||||
cd %HOMEPATH%
|
||||
REM Start CAVE.
|
||||
"%CONTAINING_DIRECTORY%cave.exe" %* > "%CONSOLE_LOG_DIRECTORY%\cave_%LOG_DATETIME%.log" 2>&1
|
||||
IF ERRORLEVEL 1 (echo CAVE ERROR - check the logs for additional information. && PAUSE)
|
||||
|
|
Loading…
Add table
Reference in a new issue