It doesn't exit because I had to type 'ctrl-C' to terminate the execution. Here is a screen capture of my command prompt.

-----------------------------------------
C:\Inetpub\ftproot>testload

C:\Inetpub\ftproot>sqlldr control=C:\codes\bcp\oracle\testload02.ctl, log=testload.log, bad=testload
.bad, data=C:\codes\bcp\oracle\testdata.csv, userid=system/manager@RESEARCH

SQL*Loader: Release 8.1.5.0.0 - Production on Thu Feb 1 10:54:25 2001

(c) Copyright 1999 Oracle Corporation. All rights reserved.

Commit point reached - logical record count 5
^CTerminate batch job (Y/N)? y

C:\Inetpub\ftproot>
-----------------------------------------------------