DLL for rename File

  • Thread starter Thread starter Orlando Reyes
  • Start date Start date
O

Orlando Reyes

Hi There,

I need to create a DLL to be called from an Oracle
program. Can i do this using just the DOS ren command
without any other language like C, VB, etc.

Any ideas?

Thanks,
 
The ren command renames a file. It doesn't create a DLL. You need to be a
programmer to create a DLL and use something like C to write the code and
compile it into a DLL. Or maybe I just don't understand your question.

Ray at work
 
Back
Top