you want to read it? easy.
*ahem*
use an ifstream object on the file, read it into an event_info structure (like struct event_info { int something;string event;int x;int y; }
)
and simulate the events (mouse_event for mup/mdown, SetCursorPos() for move)
*walks away now*