EzGoingKev
Registered User.
- Local time
- Today, 02:57
- Joined
- Nov 8, 2019
- Messages
- 199
Good evening.
I have an Excel file name "data123.xls" in one folder and want to copy it into another folder. This here works fine:
FileCopy "C:\OldFolder\data123.xls", "C:\NewFolder\data.xls"
Sometimes the data file will have a different numerical sequence. I cannot this to work:
FileCopy "C:\OldFolder\data*.xls", "C:\NewFolder\data.xls"
According to some results that came up on Google this should work. According to some other results I need to something more involved.
Should it work?
I have an Excel file name "data123.xls" in one folder and want to copy it into another folder. This here works fine:
FileCopy "C:\OldFolder\data123.xls", "C:\NewFolder\data.xls"
Sometimes the data file will have a different numerical sequence. I cannot this to work:
FileCopy "C:\OldFolder\data*.xls", "C:\NewFolder\data.xls"
According to some results that came up on Google this should work. According to some other results I need to something more involved.
Should it work?