hello all,

i want to export my database using export command. i have written a batch file & a parameter file to export data. the contents of the batch file is written below:

C:\oracle\ora90\BIN\exp.exe eibsprod/eibsprod@eibs131
PARFILE = h:\DUMPS\Exp_data.TXT

the batch file successfuly exports data using the parameter file to a file named eibs.dmp. the contents of the parameter file is written below:

file = h:\eibs.dmp
log = h:\Exp_log
owner = eibsprod
rows = y


i have to do this job everyday. now i want system date to be added to the file name. the file format is written below below

filename+date
-----------------
eibs29102005.dmp
eibs30102005.dmp
eibs31102005.dmp
eibs01112005.dmp

plz give me any suggestions.

regards

sakil