The CURSOR resource-definition statement specifies a bitmap that defines the shape of the cursor on the display screen or an animated cursor.
nameID CURSOR filename
Icon and cursor resources can contain more than one image.
The following example specifies two cursor resources; one by name (cursor1) and the other by number (2):
cursor1 CURSOR bullseye.cur
2 CURSOR "d:\\cursor\\arrow.cur"