Im Talken About The Basic (As in Simple not BASIC) DLL not Win32/OS/2 Kind. I Want The Dlls for the program to be in the 'bin' Directory thats is in the same folder as the .exe. Is there a simple (Not Moving Kansas) way to do this?
Umm... copying the file ??
You could use the traditional ctrl + c to copy and ctrl + v to paste :)
Or if you'd like to do it throught command prompt, do the following :
xcopy <complete location of dll file> <location of the folder you'd like to copy to>