* Joseph Del Corso <[EMAIL PROTECTED]> (Thu, Feb 15, 2001 at 11:03:16AM -0500)
> Is it possible to amlabel an entire rack of tapes without
> doing it manually for each tape?
> 
> Specifically I have roughly 35 tapes that I'd like to label 
> in some kind of automated fashion all at once.  Besides writing
> my own script (which would take time and more than likely a HECK of
> a lot of debugging) is there an easier way to do this?  

How about

#!/bin/sh

for i in mylabel01 mylabel02 .... mylabel35
do
    amlabel myconfig $i
    amtape slot next
done

(assuming you have a tapechanger capable of holding 35 tapes )

        Gerhard,  (@jasongeo.com)       == The Acoustic Motorbiker ==   
-- 
   __0  Time has a way of taking time
 =`\<,  Loneliness is not only felt be fools
(=)/(=) Alone I call to ease the pain

Reply via email to