ok i figured out the cron side of it.....I made a shell script that loops while it attempts to tiffsplit and then sleeps for one second. (my filenames are `date +%Y.%m.%d.%H.%M.%S`.tif)
so I have the timing figured out but tiffsplit still just wont let me pass variables in the filename grrrr >
I must be missing something in the syntax....
I have tried:
tiffsplit /home/mark/Public/TIF/"`date +%Y.%m.%d.%H.%M.%S`.tif"
tiffsplit /home/mark/Public/TIF/`date +%Y.%m.%d.%H.%M.%S`.tif `date +%Y.%m.%d.%H.%M.%S`
tiffsplit /home/mark/Public/TIF/"`date +%Y.%m.%d.%H.%M.%S`.tif" `date +%Y.%m.%d.%H.%M.%S`
but if I type
$tiffsplit /home/mark/Public/TIF/2011.01.14.13.53.21.tif 2011.01.14.13.53.21
it works......if I use a variable in any way shape or form it just does nothing