Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Main
Synchronet
Commits
280f16f4
Commit
280f16f4
authored
Jul 02, 2022
by
Rob Swindell
💬
Browse files
Add EXECDIR, DATADIR, and XTRNDIR to DOSemu command replacement tokens
As requested. This closes issue
#416
parent
dd2131e4
Pipeline
#3145
passed with stage
in 10 minutes and 18 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
src/sbbs3/xtrn.cpp
src/sbbs3/xtrn.cpp
+3
-0
No files found.
src/sbbs3/xtrn.cpp
View file @
280f16f4
...
...
@@ -1527,6 +1527,9 @@ int sbbs_t::external(const char* cmdline, long mode, const char* startup_dir)
{(
char
*
)
"TERM"
,
dosterm
},
{(
char
*
)
"CTRLDIR"
,
cfg
.
ctrl_dir
},
{(
char
*
)
"NODEDIR"
,
cfg
.
node_dir
},
{(
char
*
)
"EXECDIR"
,
cfg
.
exec_dir
},
{(
char
*
)
"DATADIR"
,
cfg
.
data_dir
},
{(
char
*
)
"XTRNDIR"
,
xtrndir
},
{(
char
*
)
"DOSEMUBIN"
,
dosemubinloc
},
{(
char
*
)
"VIRTUALCONF"
,
virtualconf
},
{(
char
*
)
"DOSEMUCONF"
,
dosemuconf
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment