start %oracle_home%\tools\dbtab60\d2kcnct
rem
rem This script just runs another supplied script and exits.
rem
spool &1
  prompt Log file in &1..lst
  WHENEVER OSERROR EXIT 32767

start &1
spool off
EXIT
