pareshg, this is the code i executed, but it does not works. Can u check in again. when i clik the batch file it does'nt even open the command file for execution.Quote:
Originally Posted by pareshg
thanks for ur time
@ECHO OFF
FOR /F "TOKENS=2-5 DELIMS=/ " %%F IN ('DATE /T') DO (
SET MM=%%F
SET DD=%%G
SET YYYY=%%H
)
SET CURDATE=%MM%%DD%%YYYY%
D:\Oracle\Ora92\bin\exp system/[email protected] file=J:\Exports\Dev\CON\exp_con_%CURDATE%.dmp log=J:\Exports\Dev\CON\exp_con_%CURDATE%.log tables=admin.clock
