Modify ↓
#2543 closed Bug (Works For Me)
Run on WriteOnly Medium
| Reported by: | Owned by: | ||
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.3.8.1 | Severity: | None |
| Keywords: | Cc: |
Description
The Function "Run" produces a "Write-Protected" error on a Write-Protected Medium (e. g. TrueCrypt read-only Volume) on Windows XP. On Windows 7 or Windows 8, it works as it should.
Attachments (0)
Change History (2)
comment:1 by , 12 years ago
| Resolution: | → Works For Me |
|---|---|
| Status: | new → closed |
comment:2 by , 12 years ago
Note:
See TracTickets
for help on using tickets.

Oh, it was my fault. It happens when executing with ShellExecute.
But as i read, it is a specific problem of Windows XP with ShellExecute, not of AutoIT. XP tries to write the lastaccess timestamp on the write-protected medium with ShellExecute. Run works as expected.
So it is a faulty OS behaviour, not AutoIT.
Thanks.