Thanks.
But it still don't work. I should run the command under dos right?
This is the output i got
D:\edtftpnet-1.1.6\demo>Demo ftp.microsoft.com anonymous
anonymous@microsoft.com
D:\edtftpnet-1.1.6\demo>set FTPDLL="edtftpnet-1.1.6.dll"
D:\edtftpnet-1.1.6\demo>del /F *.dll
D:\edtftpnet-1.1.6\demo>del /F *.exe
Could Not Find D:\edtftpnet-1.1.6\demo\*.exe
D:\edtftpnet-1.1.6\demo>copy /Y ..\bin\*.dll .
..\bin\edtftpnet-1.1.6.dll
..\bin\test-edtftpnet-1.1.6.dll
2 file(s) copied.
D:\edtftpnet-1.1.6\demo>copy /Y ..\bin\"edtftpnet-1.1.6.dll" test.dll
1 file(s) copied.
D:\edtftpnet-1.1.6\demo>csc /out:rundemo.exe /target:exe /reference:"edtftpnet-1
.1.6.dll" Demo.cs
'csc' is not recognized as an internal or external command,
operable program or batch file.
i have tried this in C:\Program Files\Microsoft Visual Studio .NET 2003\SDK\v1.1, but same reply.