First I'll describe my environment: My comupter called AAA is connected to a computer named BBB. I want that my c# application, which runs from AAA will map the CD and DVD drives on BBB and than will copy the CD and DVD drives on BBB to a location in BBB hard disk.
that means that I want to execute a copy operation in BBB computer from remote by c# code. I have the local administrator password of BBB.
any code suggestion? if you can attach code sample it will be helpful.
note: I'm using windows.
Thanks.