Node checks mysticbbs environment variable to get the path to mystic.dat

This commit is contained in:
mysticbbs 2012-04-02 04:03:08 -04:00
parent 31a3f28bbc
commit b81b72664e
1 changed files with 3 additions and 0 deletions

View File

@ -196,6 +196,9 @@ Begin
End;
BasePath := GetENV('mysticbbs');
If BasePath <> '' Then BasePath := DirSlash(BasePath);
Action := strUpper(ParamStr(1));
InFN := ParamStr(2);
OutFN := ParamStr(3);