From e58ca4cd1d0cb32acf0433ea57d3d8824f8b5941 Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Wed, 25 Oct 2000 06:57:24 +0000 Subject: [PATCH] Added PT/SC headers and CVS ID keyword. Uses %z command-line specifier for path to text dir. --- exec/default.src | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/exec/default.src b/exec/default.src index b256704103..c676cf8065 100644 --- a/exec/default.src +++ b/exec/default.src @@ -1,11 +1,12 @@ -# 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 # # # # It also serves as an example of a complex command shell using the Baja # @@ -151,7 +152,7 @@ cmdkey ; end_cmd cmdkey T - chkfile "..\text\menu\tmessage.*" + chkfile "%zmenu\tmessage.*" if_true menu tmessage end_if @@ -786,7 +787,7 @@ cmdkey T cmdkey U print "\r\nchUpload File\r\n" - chkfile "..\text\menu\upload.*" + chkfile "%zmenu\upload.*" if_true menu upload end_if -- GitLab