upgrade_export - file already exists scripting problem Hello, i'm using the following batch file on Windows to backup the smartcenter: # upgrade_export E:\Backups\YRP_Firewall_Backups\YRP_Backup < cr.txt # However, since a backup file already exists, upgrade_export runs, it will say: The target export file already exists. Do you want to override it? (y/n) [n] ? How can I script it such that it sends a "-y" overwrite option, or can I use a $DATE flag like UNIX? Don't know how to do this in Windows! Thanks!! ~m |