Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Synchronet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Main
Synchronet
Commits
5998424a
Commit
5998424a
authored
11 months ago
by
Rob Swindell
Browse files
Options
Downloads
Patches
Plain Diff
Update help text on startup directory options.
Now can include command-line specifiers.
parent
69ee25bc
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!455
Update branch with changes from master
Pipeline
#6452
passed
11 months ago
Stage: build
Stage: test
Stage: cleanup
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/sbbs3/scfg/scfgxtrn.c
+6
-2
6 additions, 2 deletions
src/sbbs3/scfg/scfgxtrn.c
with
6 additions
and
2 deletions
src/sbbs3/scfg/scfgxtrn.c
+
6
−
2
View file @
5998424a
...
...
@@ -599,11 +599,12 @@ void tevents_cfg()
uifc
.
helpbuf
=
"`Timed Event Start-up Directory:`
\n
"
"
\n
"
"This is the DOS drive/directory where the event program is located.
\n
"
"If a path is specified here, it will be made the current directory
\n
"
"before the event's command line is executed. This eliminates the need
\n
"
"for batch files that just change the current drive and directory before
\n
"
"executing the event.
\n
"
"
\n
"
"Command-line specifiers may be included in the start-up directory.
\n
"
;
uifc
.
input
(
WIN_MID
|
WIN_SAV
,
0
,
10
,
"Directory"
,
cfg
.
event
[
i
]
->
dir
,
sizeof
(
cfg
.
event
[
i
]
->
dir
)
-
1
,
K_EDIT
);
...
...
@@ -1292,11 +1293,14 @@ void xtrn_cfg(int section)
uifc
.
helpbuf
=
"`Online Program Start-up Directory:`
\n
"
"
\n
"
"This is the DOS drive/directory where the online program is located.
\n
"
"If a path is specified here, it will be made the current directory
\n
"
"before the program's command line is executed. This eliminates the need
\n
"
"for batch files that just change the current drive and directory before
\n
"
"executing the program.
\n
"
"
\n
"
"For BBS doors, this is often the path where the program was installed.
\n
"
"
\n
"
"Command-line specifiers may be included in the start-up directory.
\n
"
;
uifc
.
input
(
WIN_MID
|
WIN_SAV
,
0
,
10
,
""
,
cfg
.
xtrn
[
i
]
->
path
,
sizeof
(
cfg
.
xtrn
[
i
]
->
path
)
-
1
,
K_EDIT
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment