Modify ↓
Opened 16 years ago
Closed 15 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 by , 16 years ago
comment:3 by , 15 years ago
| Resolution: | → No Bug |
|---|---|
| Status: | new → closed |
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..