Modify ↓
#2543 closed Bug (Works For Me)
Run on WriteOnly Medium
Reported by: | jungwirth.markus@… | 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 Changed 11 years ago by Jon
- Resolution set to Works For Me
- Status changed from new to closed
comment:2 Changed 11 years ago by jungwirth.markus@…
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.
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.