home *** CD-ROM | disk | FTP | other *** search
- ;Enter product information
- menuselect mmRightProductFile
- moveclick IDYES left
- waitwindow IDS_OPEN 5000
- sendkey "\"dev.jpg\" \"light.jpg\" \"pro.jpg\""
- wait 1000
- sendkey enter
- wait 2000
-
- listselect rightview 1
- mousedblclick left
- waitwindow IDS_PRODPROP_CAPTION 5000
- mousemove IDC_EDIT_NAME
- sendkey "Developer"
- movedblclick IDC_EDIT_PRICE left
- sendkey "699"
- moveclick IDC_EDIT_HEADLINE left
- sendkey "abc abc abc"
- moveclick IDC_DESCRIPTION left
- sendkey "abc abc abc"
- ifwindow ID_WIZNEXT 1000
- moveclick ID_WIZNEXT left
- waitwindow IDS_ADVPRODPROP_CAPTION 5000
- ifwindow ID_WIZNEXT 1000
- moveclick ID_WIZNEXT left
- waitwindow IDS_ADVPRODPROP_CAPTION 5000
- endif
- endif
- moveclick ID_WIZFINISH left
-
- wait 2000