home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 March / VPR9703A.ISO / OLS / Win95 / HT315 / HT315.LZH / MIXJOIN.SCR < prev    next >
Text File  |  1996-02-09  |  359b  |  23 lines

  1. ; 日経MIXオンラインサインアップスクリプト
  2.  
  3.     timeout 2
  4.     wait "MIX"
  5.     if( timeout )
  6.         send " P^M"
  7.     endif
  8.     timeout 30
  9.     loopswitch
  10.         case "WELCOME! NIKKEI^M^J"
  11.             send "C MIX^M"
  12.  
  13.         case "(enter ^"mix^"): "
  14.             send "mix^M"
  15.  
  16.         case "Name? "
  17.             breakloop
  18.     endloop
  19.  
  20.     send "entrymix^M"
  21.     message "エントリー番号の入力以降は手動で行ってください。"
  22.  
  23.