Modify ↓
Opened on Nov 24, 2013 at 12:06:31 PM
Closed on Dec 30, 2013 at 8:29:42 PM
Last modified on Jan 4, 2014 at 2:50:34 PM
#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 , on Dec 30, 2013 at 8:29:42 PM
| Resolution: | → Works For Me |
|---|---|
| Status: | new → closed |
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.