n=1
while true;
do
mkdir $n
mcopy b:*.* $n
n=$(($n + 1))
echo -n "change discs, press a key: "
read JUNK
done
Just need semi-colon after the true
--
Anthony Jones
Java Developer
HarvestRoad Ltd
ajones at harvestroad.com
http://www.harvestroad.com