Hi All

I want to execute a procedure from windows Nt dos prompt..the procedure is there in the database..the code goes somethin like this

sqlplus -s system/manager
set serveroutput on
spool kill_session.log
exec kill_session;
spool off

exit

when i put that in a bat file and run it the dos window simply hangs it appaeras to do nuthin..i want to execute this procedure every half an hour..

regards
Hrishy