[ REM R-DriveImage script file ]
set creat_date = "&sys.date.yyyy;-&sys.date.m.nm;-&sys.date.y;"
create /a /o -s="1" -a="G:\Image &creat_date;.arc" -c=0 -u -bs -bs-num-f="3"
As result, the file name is Image 2009-Feb-09_20090204_122002_1.arc
How to obtain as file name : Image 2009-Feb-09.arc ? without



Thanks