Subj : Re: Basic script help To : Zip From : Avon Date : Sat Aug 14 2021 02:31 pm On 07 Aug 2021 at 08:28a, Zip pondered and said... Zi> #!/bin/bash Zi> if [ ! -z "$(find /bbs/mystic/echomail/in/ -xdev -mindepth 1 -maxdepth 1 Zi> -type f -iname '*.GAL' -print -quit)" ] Zi> then Zi> cd /bbs/doors/gd || { echo "ERROR: Could not switch to GD directory! " Zi> >&2; exit 1; } Zi> ./GalacticDynasty maintenance Zi> fi thanks this is working :) I have been letting it run on auto pilot the last few days and run as a ..sh each time an incoming packets is detected by mystic. If I were to add a similar section to the same .sh but get it testing for For Honour packets can I do that without issue? In a bat file after one section of the .bat is executed it may move to the :done section and exit so just checking if I need multiple .sh or ? --- Mystic BBS v1.12 A46 2020/08/26 (Linux/64) * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101) .