help!
Hi just looking for some advice,
my project is due in tomorrow,
i need to hand in a cd with my software on it.
my software communicates with a usb fingerscanner and a usb webcam.
therefor some dll files are required.
could anybody tell me is there a way to write an installer to set up
the dll files in the windows/system32 folder
should i write a batch file?
Sure, a Windows installer will do all those things for you. But (as already pointed out) this is a forum about Java programming. If you want to find out about Windows installers, this isn't the place to ask.
ok im trying to write a batch file to copy a folder from the current directory
to the c:\ directory. this is not going so well. I know this is not the place to ask this type of question but i am desperate! really appreciate any help here
@echo off
echo Hello this is a test batch file
xcopy \project c:\project /t
pause
dir c:\