How to run .exe file

Hello,

I have an test.exe file under a directory. When i execute the .exe file directory from the prompt, i get following error:

$ test.exe <enter>

ksh: test.exe: not found

How do i solve this error?

TIA,
Ramesh

Use $ ./test.exe <enter>