hi friends,
one help i need to copy the the file from the cd/dvd to another folder ... how to do that ? i did in c drive it working .... but same code i write for cd drive its not working .
this is my code
Local $win = @ScriptDir &"F:\Adobe\setup.exe"
FileCopy($win,"C:\copyfolder\")
what i did mistake ? its not working