Hi all.
I need to generate a long list of files: every files have to be a different and unique name. I thanked about date for generating name.
I tried to use
set myVar to do shell script "date"
but the result is “Gio 4 Mag 2017 15:39:32 CEST” and I cannot use charter “:” on names.
So I change and I start to study “date” command. A good idea is to use something like this
set myVar to do shell script "date '+%n%Y%n%A%n%H%n%M%n%S'"
but the result have some “enter” charter that are not good.
Does anyone know a way to have a unique name via terminal or AS without strange charters?
Tnx in advance