I have an old usb-flash-drive with write protect switch.
ShellExecute brings a bug if I would like to start a EXE file and the usb flash drive is write protected.
Is the bug known? (Bug comes only under XP SP3.)
ShellExecute brings a bug if I would like to start a EXE file and the usb flash drive is write protected.

Code:
ShellExecute 0, "open", "prog.exe", "", "x:\", 1
Comment