Changed hatch long filename support a bit

This commit is contained in:
Michiel Broek
2002-03-02 21:25:12 +00:00
parent 8d1969771a
commit 4f5c7d9201
4 changed files with 36 additions and 10 deletions

View File

@@ -49,12 +49,26 @@ cat <<EOF
group 'bbs'. They will be removed when they are hatched, so
this should be a temporary copy of all those files.
These files must be real files, no symlinks.
Long filenames are allowed as long as there are no spaces in
the filename. The mbfido program will build the 8.3 filenames
when needed.
When hatching long filenames and downlinks complain about this,
then with mbsetup set these nodes to 8.3 names.
EOF
echo -n "Enter TIC group to hatch files in (Control-C = stop) "
echo -n "Enter TIC group to hatch files in (Control-C = stop) : "
read GROUP
echo -n "Enter the Fidonet aka for this TIC group, ie. 2:280/2802 "
if [ -z "$GROUP" ]; then
exit 0
fi
echo -n "Enter the Fidonet aka for this TIC group, ie. 2:280/2802 : "
read AKA
if [ -z "$AKA" ]; then
exit 0
fi
echo -e "Now scanning directory, add a oneline description for each file\n"
i=0;