オープンソース・ソフトウェアの開発とダウンロード

Subversion リポジトリの参照

Contents of /trunk/installer/release/random.ttl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3362 - (show annotations) (download)
Tue Apr 28 18:33:41 2009 UTC (15 years, 1 month ago) by doda
File size: 405 byte(s)
行末の空白を削除

1 ; sample macro of Tera Term
2 ;
3 ; File: random.ttl
4 ; Description: generate the random value
5 ; Environment: generic
6 ; Update: 2006/2/11
7 ; Author: Yutaka Hirata
8
9 connect '192.168.1.2 /2 /ssh /auth=password /user=yutaka /passwd=yutaka'
10 pause 5
11
12
13 val = 0
14
15 while 1
16 random val 100
17 call show_step
18 pause 2
19 endwhile
20
21 exit
22
23
24 :show_step
25 int2str s val
26 statusbox s 'random value'
27 return

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26