Modify ↓
Opened 14 years ago
Closed 14 years ago
#1703 closed Bug (No Bug)
I have a problem when using "filecopy" with extension. "vbe"
Reported by: | avechuche | Owned by: | |
---|---|---|---|
Milestone: | Component: | AutoIt | |
Version: | 3.3.6.1 | Severity: | None |
Keywords: | Cc: |
Description
I have a problem, i can´t copy files with extension "vbe.". In version 3.3.6.0 worked perfectly.
this scritp not work
FileCopy(@ScriptDir & "\RAM.vbe", @ScriptDir & "\RAM2.vbe", 1)
but this, does work
FileCopy(@ScriptDir & "\example1.txt", @ScriptDir & "\example2.txt", 1)
Attachments (0)
Change History (3)
comment:1 Changed 14 years ago by Emiel Wieldraaijer
comment:2 Changed 14 years ago by Emiel Wieldraaijer
Forgot to mention X64
comment:3 Changed 14 years ago by Valik
- Resolution set to No Bug
- Status changed from new to closed
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
Note: See
TracTickets for help on using
tickets.
Tested it on Windows 7 Ultimate with 3.3.6.1 and no problem at all .. maybe your virusscanning software is causing the problem..