Skip to content
Snippets Groups Projects
Commit e58ca4cd authored by rswindell's avatar rswindell
Browse files

Added PT/SC headers and CVS ID keyword.

Uses %z command-line specifier for path to text dir.
parent 28fa07fc
Branches
Tags
No related merge requests found
# DEFAULT.SRC # default.src
# Copyright 1994 Digital Dynamics # Default Command Shell for Synchronet Version 2.00a+
# $id$
# @format.tab-size 8, @format.use-tabs true
############################################################################### ###############################################################################
# #
# Default Command Shell for Synchronet Version 2.00a #
# #
# This shell is an imitation of the Version 1c command set/structure # # This shell is an imitation of the Version 1c command set/structure #
# # # #
# It also serves as an example of a complex command shell using the Baja # # It also serves as an example of a complex command shell using the Baja #
...@@ -151,7 +152,7 @@ cmdkey ; ...@@ -151,7 +152,7 @@ cmdkey ;
end_cmd end_cmd
cmdkey T cmdkey T
chkfile "..\text\menu\tmessage.*" chkfile "%zmenu\tmessage.*"
if_true if_true
menu tmessage menu tmessage
end_if end_if
...@@ -786,7 +787,7 @@ cmdkey T ...@@ -786,7 +787,7 @@ cmdkey T
cmdkey U cmdkey U
print "\r\nchUpload File\r\n" print "\r\nchUpload File\r\n"
chkfile "..\text\menu\upload.*" chkfile "%zmenu\upload.*"
if_true if_true
menu upload menu upload
end_if end_if
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment