hi guys,

i have manage to copy and paste files (excel, word, txt) in specified locations, but when i used it to copy exe files, the exe files are not being copied to specified locations.

Recommended Answers

All 2 Replies

Hi,

How are you copying the File..?
You can use FSO or File I/O commands

Like this :

FileCopy "C:\MyExe.Exe","C:\MyExe1.Exe"

Regards
Veena

As always thanks for the help.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.