Node checks mysticbbs environment variable to get the path to mystic.dat
This commit is contained in:
parent
31a3f28bbc
commit
b81b72664e
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue